2025-10-03 23:45:56 + sysctl kernel.core_pattern=core.%e.%p-%P 2025-10-03 23:45:56 kernel.core_pattern = core.%e.%p-%P 2025-10-03 23:45:56 + dmesg --clear 2025-10-03 23:45:56 + set -e 2025-10-03 23:45:56 + set -u 2025-10-03 23:45:56 + set -o pipefail 2025-10-03 23:45:56 + stage= 2025-10-03 23:45:56 +++ dirname /run-fuzzer.sh 2025-10-03 23:45:56 ++ cd / 2025-10-03 23:45:56 ++ pwd 2025-10-03 23:45:56 + script_dir=/ 2025-10-03 23:45:56 + echo / 2025-10-03 23:45:56 / 2025-10-03 23:45:56 + repo_dir=ch 2025-10-03 23:45:56 + BINARY_TO_DOWNLOAD=clang-18_debug_none_unsplitted_disable_False_binary 2025-10-03 23:45:56 + BINARY_URL_TO_DOWNLOAD=https://s3.amazonaws.com/altinity-build-artifacts/PRs/977/2a08417a7a7d6fad4d9a1eef8cf7561b8173c43d/package_ubsan/clickhouse 2025-10-03 23:45:56 + BASE_REF=releases/24.8.14 2025-10-03 23:45:56 + case "$stage" in 2025-10-03 23:45:56 + clone 2025-10-03 23:45:56 + rm -rf ch 2025-10-03 23:45:56 + mkdir ch 2025-10-03 23:45:56 + git_clone_with_retry ch 2025-10-03 23:45:56 + for _ in 1 2 3 4 2025-10-03 23:45:56 + git clone --depth 1 https://github.com/Altinity/ClickHouse.git -b releases/24.8.14 -- ch 2025-10-03 23:45:56 + ts '%Y-%m-%d %H:%M:%S' 2025-10-03 23:45:56 2025-10-03 23:45:56 Cloning into 'ch'... 2025-10-03 23:46:04 2025-10-03 23:46:04 Updating files: 70% (20831/29344) Updating files: 71% (20835/29344) Updating files: 72% (21128/29344) Updating files: 73% (21422/29344) Updating files: 74% (21715/29344) Updating files: 75% (22008/29344) Updating files: 76% (22302/29344) Updating files: 77% (22595/29344) Updating files: 78% (22889/29344) Updating files: 79% (23182/29344) Updating files: 80% (23476/29344) Updating files: 81% (23769/29344) Updating files: 82% (24063/29344) Updating files: 83% (24356/29344) Updating files: 84% (24649/29344) Updating files: 85% (24943/29344) Updating files: 86% (25236/29344) Updating files: 87% (25530/29344) Updating files: 88% (25823/29344) Updating files: 89% (26117/29344) Updating files: 90% (26410/29344) Updating files: 91% (26704/29344) Updating files: 92% (26997/29344) Updating files: 93% (27290/29344) Updating files: 94% (27584/29344) Updating files: 95% (27877/29344) Updating files: 96% (28171/29344) Updating files: 97% (28464/29344) Updating files: 98% (28758/29344) Updating files: 99% (29051/29344) Updating files: 100% (29344/29344) Updating files: 100% (29344/29344), done. 2025-10-03 23:46:04 + return 0 2025-10-03 23:46:04 + cd ch 2025-10-03 23:46:04 + '[' 977 '!=' 0 ']' 2025-10-03 23:46:04 + git fetch --depth 1 origin +refs/pull/977/merge 2025-10-03 23:46:05 From https://github.com/Altinity/ClickHouse 2025-10-03 23:46:05 * branch refs/pull/977/merge -> FETCH_HEAD 2025-10-03 23:46:05 + git checkout FETCH_HEAD 2025-10-03 23:46:05 Note: switching to 'FETCH_HEAD'. 2025-10-03 23:46:05 2025-10-03 23:46:05 You are in 'detached HEAD' state. You can look around, make experimental 2025-10-03 23:46:05 changes and commit them, and you can discard any commits you make in this 2025-10-03 23:46:05 state without impacting any branches by switching back to a branch. 2025-10-03 23:46:05 2025-10-03 23:46:05 If you want to create a new branch to retain commits you create, you may 2025-10-03 23:46:05 do so (now or later) by using -c with the switch command. Example: 2025-10-03 23:46:05 2025-10-03 23:46:05 git switch -c 2025-10-03 23:46:05 2025-10-03 23:46:05 Or undo this operation with: 2025-10-03 23:46:05 2025-10-03 23:46:05 git switch - 2025-10-03 23:46:05 2025-10-03 23:46:05 Turn off this advice by setting config variable advice.detachedHead to false 2025-10-03 23:46:05 2025-10-03 23:46:05 HEAD is now at e905d743 Merge 2a08417a7a7d6fad4d9a1eef8cf7561b8173c43d into d1f73c287081665b9e9ca2767a633a3cc8a41f08 2025-10-03 23:46:05 ++ git rev-parse FETCH_HEAD 2025-10-03 23:46:05 + echo 'Checked out pull/977/merge (e905d7433e089be5ae0e2e1a62b31c75230e5cf9)' 2025-10-03 23:46:05 Checked out pull/977/merge (e905d7433e089be5ae0e2e1a62b31c75230e5cf9) 2025-10-03 23:46:05 + git diff --name-only releases/24.8.14 HEAD 2025-10-03 23:46:05 + tee ci-changed-files.txt 2025-10-03 23:46:05 src/Core/SettingsEnums.cpp 2025-10-03 23:46:05 src/Core/SettingsEnums.h 2025-10-03 23:46:05 src/Interpreters/DatabaseCatalog.cpp 2025-10-03 23:46:05 src/Storages/MergeTree/MergeTreeData.cpp 2025-10-03 23:46:05 src/Storages/MergeTree/MergeTreeData.h 2025-10-03 23:46:05 src/Storages/MergeTree/MergeTreeSettings.h 2025-10-03 23:46:05 tests/integration/test_search_orphaned_parts/__init__.py 2025-10-03 23:46:05 tests/integration/test_search_orphaned_parts/configs/storage_conf.xml 2025-10-03 23:46:05 tests/integration/test_search_orphaned_parts/configs/users.xml 2025-10-03 23:46:05 tests/integration/test_search_orphaned_parts/test.py 2025-10-03 23:46:05 + cd - 2025-10-03 23:46:05 /workspace 2025-10-03 23:46:05 + ls -lath 2025-10-03 23:46:05 total 20K 2025-10-03 23:46:05 -rw-r--r-- 1 root root 4.9K Oct 3 23:46 main.log 2025-10-03 23:46:05 drwxr-xr-x 16 root root 4.0K Oct 3 23:46 ch 2025-10-03 23:46:05 drwxrwxr-x 3 1000 1000 4.0K Oct 3 23:45 . 2025-10-03 23:46:05 drwxr-xr-x 1 root root 4.0K Oct 3 23:45 .. 2025-10-03 23:46:05 2025-10-03 23:46:05 real 0m9.566s 2025-10-03 23:46:05 user 0m4.188s 2025-10-03 23:46:05 sys 0m1.755s 2025-10-03 23:46:05 + '[' -v FUZZ_LOCAL_SCRIPT ']' 2025-10-03 23:46:05 + echo Using the testing script from the repository 2025-10-03 23:46:05 Using the testing script from the repository 2025-10-03 23:46:05 + export stage=download 2025-10-03 23:46:05 + stage=download 2025-10-03 23:46:05 + ch/docker/test/fuzzer/run-fuzzer.sh 2025-10-03 23:46:05 + sysctl kernel.core_pattern=core.%e.%p-%P 2025-10-03 23:46:05 kernel.core_pattern = core.%e.%p-%P 2025-10-03 23:46:05 + dmesg --clear 2025-10-03 23:46:05 + set -e 2025-10-03 23:46:05 + set -u 2025-10-03 23:46:05 + set -o pipefail 2025-10-03 23:46:05 + stage=download 2025-10-03 23:46:05 +++ dirname ch/docker/test/fuzzer/run-fuzzer.sh 2025-10-03 23:46:05 ++ cd ch/docker/test/fuzzer 2025-10-03 23:46:05 ++ pwd 2025-10-03 23:46:05 + script_dir=/workspace/ch/docker/test/fuzzer 2025-10-03 23:46:05 + echo /workspace/ch/docker/test/fuzzer 2025-10-03 23:46:05 /workspace/ch/docker/test/fuzzer 2025-10-03 23:46:05 + repo_dir=ch 2025-10-03 23:46:05 + BINARY_TO_DOWNLOAD=clang-18_debug_none_unsplitted_disable_False_binary 2025-10-03 23:46:05 + BINARY_URL_TO_DOWNLOAD=https://s3.amazonaws.com/altinity-build-artifacts/PRs/977/2a08417a7a7d6fad4d9a1eef8cf7561b8173c43d/package_ubsan/clickhouse 2025-10-03 23:46:05 + BASE_REF=releases/24.8.14 2025-10-03 23:46:05 + case "$stage" in 2025-10-03 23:46:05 + download 2025-10-03 23:46:05 + wget_with_retry https://s3.amazonaws.com/altinity-build-artifacts/PRs/977/2a08417a7a7d6fad4d9a1eef8cf7561b8173c43d/package_ubsan/clickhouse 2025-10-03 23:46:05 + for _ in 1 2 3 4 2025-10-03 23:46:05 + wget -nv -nd -c https://s3.amazonaws.com/altinity-build-artifacts/PRs/977/2a08417a7a7d6fad4d9a1eef8cf7561b8173c43d/package_ubsan/clickhouse 2025-10-03 23:46:41 2025-10-03 23:46:41 URL:https://s3.amazonaws.com/altinity-build-artifacts/PRs/977/2a08417a7a7d6fad4d9a1eef8cf7561b8173c43d/package_ubsan/clickhouse [819910456/819910456] -> "clickhouse" [1] 2025-10-03 23:46:41 + return 0 2025-10-03 23:46:41 + chmod +x clickhouse 2025-10-03 23:46:41 + ./clickhouse --query 'SELECT 1' 2025-10-03 23:46:44 Decompressing the binary.......................... 2025-10-03 23:46:45 1 2025-10-03 23:46:45 + ln -s ./clickhouse ./clickhouse-server 2025-10-03 23:46:45 + ln -s ./clickhouse ./clickhouse-client 2025-10-03 23:46:45 + ln -s ./clickhouse ./clickhouse-local 2025-10-03 23:46:45 + export PATH=/workspace:/opt/gdb/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-10-03 23:46:45 + PATH=/workspace:/opt/gdb/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-10-03 23:46:45 2025-10-03 23:46:45 real 0m39.146s 2025-10-03 23:46:45 user 0m5.385s 2025-10-03 23:46:45 sys 0m13.072s 2025-10-03 23:46:45 + configure 2025-10-03 23:46:45 + rm -rf db 2025-10-03 23:46:45 + mkdir db 2025-10-03 23:46:45 + cp -av --dereference ch/programs/server/config.d ch/programs/server/config.xml ch/programs/server/config.yaml.example db 2025-10-03 23:46:45 'ch/programs/server/config.d' -> 'db/config.d' 2025-10-03 23:46:45 'ch/programs/server/config.d/access_control.xml' -> 'db/config.d/access_control.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/backups.xml' -> 'db/config.d/backups.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/clusters.xml' -> 'db/config.d/clusters.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/enable_keeper_map.xml' -> 'db/config.d/enable_keeper_map.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/ext-en.txt' -> 'db/config.d/ext-en.txt' 2025-10-03 23:46:45 'ch/programs/server/config.d/ext-ru.txt' -> 'db/config.d/ext-ru.txt' 2025-10-03 23:46:45 'ch/programs/server/config.d/filesystem_cache_log.xml' -> 'db/config.d/filesystem_cache_log.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/filesystem_caches_path.xml' -> 'db/config.d/filesystem_caches_path.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/graphite.xml' -> 'db/config.d/graphite.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/handlers.yaml' -> 'db/config.d/handlers.yaml' 2025-10-03 23:46:45 'ch/programs/server/config.d/keeper_port.xml' -> 'db/config.d/keeper_port.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/legacy_geobase.xml' -> 'db/config.d/legacy_geobase.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/lem-en.bin' -> 'db/config.d/lem-en.bin' 2025-10-03 23:46:45 'ch/programs/server/config.d/listen.xml.disabled' -> 'db/config.d/listen.xml.disabled' 2025-10-03 23:46:45 'ch/programs/server/config.d/log_to_console.xml' -> 'db/config.d/log_to_console.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/logging_no_rotate.xml' -> 'db/config.d/logging_no_rotate.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/macros.xml' -> 'db/config.d/macros.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/nlp.xml' -> 'db/config.d/nlp.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/path.xml' -> 'db/config.d/path.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/query_masking_rules.xml' -> 'db/config.d/query_masking_rules.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/regions_hierarchy.txt' -> 'db/config.d/regions_hierarchy.txt' 2025-10-03 23:46:45 'ch/programs/server/config.d/regions_names_en.txt' -> 'db/config.d/regions_names_en.txt' 2025-10-03 23:46:45 'ch/programs/server/config.d/session_log.xml' -> 'db/config.d/session_log.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/tcp_with_proxy.xml' -> 'db/config.d/tcp_with_proxy.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/test_cluster_with_incorrect_pw.xml' -> 'db/config.d/test_cluster_with_incorrect_pw.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/text_log.xml' -> 'db/config.d/text_log.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/tls.xml.disabled' -> 'db/config.d/tls.xml.disabled' 2025-10-03 23:46:45 'ch/programs/server/config.d/transactions.xml' -> 'db/config.d/transactions.xml' 2025-10-03 23:46:45 'ch/programs/server/config.d/zookeeper.xml' -> 'db/config.d/zookeeper.xml' 2025-10-03 23:46:45 'ch/programs/server/config.xml' -> 'db/config.xml' 2025-10-03 23:46:45 'ch/programs/server/config.yaml.example' -> 'db/config.yaml.example' 2025-10-03 23:46:45 + cp -av --dereference ch/programs/server/users.d ch/programs/server/users.xml ch/programs/server/users.yaml.example db 2025-10-03 23:46:45 'ch/programs/server/users.d' -> 'db/users.d' 2025-10-03 23:46:45 'ch/programs/server/users.d/access_management.xml' -> 'db/users.d/access_management.xml' 2025-10-03 23:46:45 'ch/programs/server/users.d/allow_introspection_functions.yaml' -> 'db/users.d/allow_introspection_functions.yaml' 2025-10-03 23:46:45 'ch/programs/server/users.d/allow_only_from_localhost.xml' -> 'db/users.d/allow_only_from_localhost.xml' 2025-10-03 23:46:45 'ch/programs/server/users.d/log_queries.xml' -> 'db/users.d/log_queries.xml' 2025-10-03 23:46:45 'ch/programs/server/users.d/readonly.xml' -> 'db/users.d/readonly.xml' 2025-10-03 23:46:45 'ch/programs/server/users.d/session_log_test.xml' -> 'db/users.d/session_log_test.xml' 2025-10-03 23:46:45 'ch/programs/server/users.xml' -> 'db/users.xml' 2025-10-03 23:46:45 'ch/programs/server/users.yaml.example' -> 'db/users.yaml.example' 2025-10-03 23:46:45 + cp -av --dereference ch/tests/config/config.d/listen.xml db/config.d 2025-10-03 23:46:45 'ch/tests/config/config.d/listen.xml' -> 'db/config.d/listen.xml' 2025-10-03 23:46:45 + cp -av --dereference /workspace/ch/docker/test/fuzzer/query-fuzzer-tweaks-users.xml db/users.d 2025-10-03 23:46:45 '/workspace/ch/docker/test/fuzzer/query-fuzzer-tweaks-users.xml' -> 'db/users.d/query-fuzzer-tweaks-users.xml' 2025-10-03 23:46:45 + cp -av --dereference /workspace/ch/docker/test/fuzzer/allow-nullable-key.xml db/config.d 2025-10-03 23:46:45 '/workspace/ch/docker/test/fuzzer/allow-nullable-key.xml' -> 'db/config.d/allow-nullable-key.xml' 2025-10-03 23:46:45 + cat 2025-10-03 23:46:45 + cat 2025-10-03 23:46:45 + config_logs_export_cluster db/config.d/system_logs_export.yaml 2025-10-03 23:46:45 + set +x 2025-10-03 23:46:45 File /tmp/export-logs-config.sh does not exist, do not setup 2025-10-03 23:46:45 2025-10-03 23:46:45 real 0m0.019s 2025-10-03 23:46:45 user 0m0.014s 2025-10-03 23:46:45 sys 0m0.005s 2025-10-03 23:46:45 + fuzz 2025-10-03 23:46:45 + /generate-test-j2.py --path ch/tests/queries/0_stateless 2025-10-03 23:46:45 Scanning ch/tests/queries/0_stateless directory... 2025-10-03 23:46:45 File 01284_port.gen.sql generated 2025-10-03 23:46:45 File 02516_join_with_totals_and_subquery_bug.gen.sql generated 2025-10-03 23:46:45 File 02456_bloom_filter_assert.gen.sql generated 2025-10-03 23:46:45 File 03211_nested_json_merges_small.gen.sql generated 2025-10-03 23:46:45 File 02001_join_on_const_bs_long.gen.sql generated 2025-10-03 23:46:45 File 03037_dynamic_merges_small.gen.sql generated 2025-10-03 23:46:45 File 00398_url_functions.gen.sql generated 2025-10-03 23:46:45 File 02241_join_rocksdb_bs.gen.sql generated 2025-10-03 23:46:45 File 02260_alter_compact_part_drop_nested_column.gen.sql generated 2025-10-03 23:46:45 File 02966_nested_offsets_subcolumn.gen.sql generated 2025-10-03 23:46:45 File 02955_analyzer_using_functional_args.gen.sql generated 2025-10-03 23:46:45 File 02980_dist_insert_readonly_replica.gen.sql generated 2025-10-03 23:46:45 File 02273_full_sort_join.gen.sql generated 2025-10-03 23:46:45 File 00927_asof_join_other_types.gen.sql generated 2025-10-03 23:46:45 File 03001_block_offset_column.gen.sql generated 2025-10-03 23:46:45 File 03146_asof_join_ddb_merge_long.gen.sql generated 2025-10-03 23:46:45 File 02404_schema_inference_cache_respect_format_settings.gen.sql generated 2025-10-03 23:46:45 File 01721_join_implicit_cast_long.gen.sql generated 2025-10-03 23:46:45 File 02421_formats_with_totals_and_extremes.gen.sql generated 2025-10-03 23:46:45 File 01825_new_type_json_3.gen.sql generated 2025-10-03 23:46:45 File 03093_filter_push_down_crash.gen.sql generated 2025-10-03 23:46:45 File 03209_json_type_horizontal_merges.gen.sql generated 2025-10-03 23:46:45 File 01825_type_json_add_column.gen.sql generated 2025-10-03 23:46:45 File 02311_hashed_array_dictionary_hierarchical_functions.gen.sql generated 2025-10-03 23:46:45 File 01720_join_implicit_cast.gen.sql generated 2025-10-03 23:46:45 File 01477_lc_in_merge_join_left_key.gen.sql generated 2025-10-03 23:46:45 File 03038_nested_dynamic_merges_small.gen.sql generated 2025-10-03 23:46:45 File 02099_hashed_array_dictionary_complex_key.gen.sql generated 2025-10-03 23:46:45 File 03209_json_type_merges_small.gen.sql generated 2025-10-03 23:46:45 File 03207_json_read_subcolumns_2_compact_merge_tree.gen.sql generated 2025-10-03 23:46:45 File 02763_row_policy_storage_merge.gen.sql generated 2025-10-03 23:46:45 File 02751_ip_types_aggregate_functions_states.gen.sql generated 2025-10-03 23:46:45 File 02741_hashed_dictionary_load_factor.gen.sql generated 2025-10-03 23:46:45 File 02967_parallel_replicas_joins_and_analyzer.gen.sql generated 2025-10-03 23:46:45 File 02861_join_on_nullsafe_compare.gen.sql generated 2025-10-03 23:46:45 File 03006_join_on_inequal_expression_4.gen.sql generated 2025-10-03 23:46:45 File 00700_to_decimal_or_something_1.gen.sql generated 2025-10-03 23:46:45 File 01275_parallel_mv.gen.sql generated 2025-10-03 23:46:45 File 02366_kql_native_interval_format.gen.sql generated 2025-10-03 23:46:45 File 03208_array_of_json_read_subcolumns_2_wide_merge_tree.gen.sql generated 2025-10-03 23:46:45 File 02763_row_policy_storage_merge_alias.gen.sql generated 2025-10-03 23:46:45 File 03207_json_read_subcolumns_2_wide_merge_tree.gen.sql generated 2025-10-03 23:46:45 File 03208_array_of_json_read_subcolumns_2_compact_merge_tree.gen.sql generated 2025-10-03 23:46:45 File 01825_type_json_3.gen.sql generated 2025-10-03 23:46:45 File 02381_join_dup_columns_in_plan.gen.sql generated 2025-10-03 23:46:45 File 01015_empty_in_inner_right_join.gen.sql generated 2025-10-03 23:46:45 File 02904_distributed_settings_background_insert_compatibility.gen.sql generated 2025-10-03 23:46:45 File 02760_dictionaries_memory.gen.sql generated 2025-10-03 23:46:45 File 00800_low_cardinality_merge_join.gen.sql generated 2025-10-03 23:46:45 File 02994_merge_tree_mutations_cleanup.gen.sql generated 2025-10-03 23:46:45 File 02899_distributed_limit_by.gen.sql generated 2025-10-03 23:46:45 File 02051_read_settings.gen.sql generated 2025-10-03 23:46:45 File 03211_nested_json_merges.gen.sql generated 2025-10-03 23:46:45 File 02126_dist_desc.gen.sql generated 2025-10-03 23:46:45 File 02052_last_granula_adjust_logical_error.gen.sql generated 2025-10-03 23:46:45 File 03209_json_type_vertical_merges.gen.sql generated 2025-10-03 23:46:45 File 02403_enable_extended_results_for_datetime_functions.gen.sql generated 2025-10-03 23:46:45 File 03036_dynamic_read_subcolumns_small.gen.sql generated 2025-10-03 23:46:45 File 02372_analyzer_join.gen.sql generated 2025-10-03 23:46:45 File 01881_join_on_conditions_hash.gen.sql generated 2025-10-03 23:46:45 File 02461_prewhere_row_level_policy_lightweight_delete.gen.sql generated 2025-10-03 23:46:45 File 03208_array_of_json_read_subcolumns_1.gen.sql generated 2025-10-03 23:46:45 File 01825_new_type_json_add_column.gen.sql generated 2025-10-03 23:46:45 File 02316_hierarchical_dictionaries_nullable_parent_key.gen.sql generated 2025-10-03 23:46:45 File 03006_join_on_inequal_expression_fast.gen.sql generated 2025-10-03 23:46:45 File 02177_issue_31009_pt2.gen.sql generated 2025-10-03 23:46:45 File 02881_system_detached_parts_modification_time.gen.sql generated 2025-10-03 23:46:45 File 02731_analyzer_join_resolve_nested.gen.sql generated 2025-10-03 23:46:45 File 03006_join_on_inequal_expression_3.gen.sql generated 2025-10-03 23:46:45 File 00976_asof_join_on.gen.sql generated 2025-10-03 23:46:45 File 03207_json_read_subcolumns_1_compact_merge_tree.gen.sql generated 2025-10-03 23:46:45 File 02771_semi_join_use_nulls.gen.sql generated 2025-10-03 23:46:45 File 01881_join_on_conditions_merge.gen.sql generated 2025-10-03 23:46:45 File 03006_join_on_inequal_expression_2.gen.sql generated 2025-10-03 23:46:45 File 02840_merge__table_or_filter.gen.sql generated 2025-10-03 23:46:45 File 02806_system_parts_columns_modification_time.gen.sql generated 2025-10-03 23:46:45 File 02098_hashed_array_dictionary_simple_key.gen.sql generated 2025-10-03 23:46:45 File 03036_dynamic_read_shared_subcolumns_small.gen.sql generated 2025-10-03 23:46:45 File 02722_matcher_join_use_nulls.gen.sql generated 2025-10-03 23:46:45 File 01420_format_row.gen.sql generated 2025-10-03 23:46:45 File 03210_json_type_alter_add_column.gen.sql generated 2025-10-03 23:46:45 File 02375_pretty_formats.gen.sql generated 2025-10-03 23:46:45 File 02367_join_pushdown_column_not_found.gen.sql generated 2025-10-03 23:46:45 File 03207_json_read_subcolumns_1_wide_merge_tree.gen.sql generated 2025-10-03 23:46:45 File 02374_analyzer_join_using.gen.sql generated 2025-10-03 23:46:45 File 03167_boom_filter_index_with_map.gen.sql generated 2025-10-03 23:46:45 File 02498_storage_join_key_positions.gen.sql generated 2025-10-03 23:46:45 File 01601_custom_tld.gen.sql generated 2025-10-03 23:46:45 File 01049_join_low_card_bug_long.gen.sql generated 2025-10-03 23:46:45 File 02024_join_on_or_long.gen.sql generated 2025-10-03 23:46:45 File 02275_full_sort_join_long.gen.sql generated 2025-10-03 23:46:45 File 02537_distributed_loosing_files_after_exception.gen.sql generated 2025-10-03 23:46:45 File 01943_pmj_non_joined_stuck.gen.sql generated 2025-10-03 23:46:45 File 03202_dynamic_null_map_subcolumn.gen.sql generated 2025-10-03 23:46:45 File 02797_join_nested_lowcardinality_convert.gen.sql generated 2025-10-03 23:46:45 File 02845_threads_count_in_distributed_queries.gen.sql generated 2025-10-03 23:46:45 File 02274_full_sort_join_nodistinct.gen.sql generated 2025-10-03 23:46:45 File 01031_new_any_join.gen.sql generated 2025-10-03 23:46:45 ++ sed -n 's!\(^tests/queries/0_stateless/.*\.sql\(\.j2\)\?\)$!ch/\1!p' ch/ci-changed-files.txt 2025-10-03 23:46:45 ++ sort -R 2025-10-03 23:46:45 + NEW_TESTS= 2025-10-03 23:46:45 ++ filter_exists_and_template 2025-10-03 23:46:45 ++ local path 2025-10-03 23:46:45 + NEW_TESTS= 2025-10-03 23:46:45 + [[ -n '' ]] 2025-10-03 23:46:45 + NEW_TESTS_OPT= 2025-10-03 23:46:45 + mkdir -p /var/run/clickhouse-server 2025-10-03 23:46:45 + clickhouse-server --config-file db/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid -- --path db --logger.console=0 --logger.log=server.log 2025-10-03 23:46:45 + for _ in {1..30} 2025-10-03 23:46:45 + clickhouse-client --query 'select 1' 2025-10-03 23:46:45 + tee -a stderr.log 2025-10-03 23:46:45 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-10-03 23:46:45 2025-10-03 23:46:45 + sleep 1 2025-10-03 23:46:46 + for _ in {1..30} 2025-10-03 23:46:46 + clickhouse-client --query 'select 1' 2025-10-03 23:46:46 1 2025-10-03 23:46:46 + break 2025-10-03 23:46:46 ++ cat /var/run/clickhouse-server/clickhouse-server.pid 2025-10-03 23:46:46 + server_pid=152 2025-10-03 23:46:46 + kill -0 152 2025-10-03 23:46:46 ++ clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' 2025-10-03 23:46:47 + IS_ASAN=0 2025-10-03 23:46:47 + [[ 0 = \1 ]] 2025-10-03 23:46:47 ++ kill -l SIGRTMIN 2025-10-03 23:46:47 + RTMIN=34 2025-10-03 23:46:47 + echo ' 2025-10-03 23:46:47 set follow-fork-mode parent 2025-10-03 23:46:47 handle SIGHUP nostop noprint pass 2025-10-03 23:46:47 handle SIGINT nostop noprint pass 2025-10-03 23:46:47 handle SIGQUIT nostop noprint pass 2025-10-03 23:46:47 handle SIGPIPE nostop noprint pass 2025-10-03 23:46:47 handle SIGTERM nostop noprint pass 2025-10-03 23:46:47 handle SIGUSR1 nostop noprint pass 2025-10-03 23:46:47 handle SIGUSR2 nostop noprint pass 2025-10-03 23:46:47 handle SIG34 nostop noprint pass 2025-10-03 23:46:47 info signals 2025-10-03 23:46:47 continue 2025-10-03 23:46:47 backtrace full 2025-10-03 23:46:47 thread apply all backtrace full 2025-10-03 23:46:47 info registers 2025-10-03 23:46:47 disassemble /s 2025-10-03 23:46:47 up 2025-10-03 23:46:47 disassemble /s 2025-10-03 23:46:47 up 2025-10-03 23:46:47 disassemble /s 2025-10-03 23:46:47 p "done" 2025-10-03 23:46:47 detach 2025-10-03 23:46:47 quit 2025-10-03 23:46:47 ' 2025-10-03 23:46:47 + sleep 5 2025-10-03 23:46:47 + gdb -batch -command script.gdb -p 152 2025-10-03 23:46:47 [New LWP 879] 2025-10-03 23:46:47 [New LWP 878] 2025-10-03 23:46:47 [New LWP 877] 2025-10-03 23:46:47 [New LWP 876] 2025-10-03 23:46:47 [New LWP 875] 2025-10-03 23:46:47 [New LWP 874] 2025-10-03 23:46:47 [New LWP 873] 2025-10-03 23:46:47 [New LWP 872] 2025-10-03 23:46:47 [New LWP 871] 2025-10-03 23:46:47 [New LWP 870] 2025-10-03 23:46:47 [New LWP 869] 2025-10-03 23:46:47 [New LWP 868] 2025-10-03 23:46:47 [New LWP 867] 2025-10-03 23:46:47 [New LWP 866] 2025-10-03 23:46:47 [New LWP 864] 2025-10-03 23:46:47 [New LWP 863] 2025-10-03 23:46:47 [New LWP 855] 2025-10-03 23:46:47 [New LWP 852] 2025-10-03 23:46:47 [New LWP 851] 2025-10-03 23:46:47 [New LWP 850] 2025-10-03 23:46:47 [New LWP 849] 2025-10-03 23:46:47 [New LWP 848] 2025-10-03 23:46:47 [New LWP 847] 2025-10-03 23:46:47 [New LWP 846] 2025-10-03 23:46:47 [New LWP 845] 2025-10-03 23:46:47 [New LWP 844] 2025-10-03 23:46:47 [New LWP 843] 2025-10-03 23:46:47 [New LWP 842] 2025-10-03 23:46:47 [New LWP 841] 2025-10-03 23:46:47 [New LWP 840] 2025-10-03 23:46:47 [New LWP 839] 2025-10-03 23:46:47 [New LWP 838] 2025-10-03 23:46:47 [New LWP 837] 2025-10-03 23:46:47 [New LWP 836] 2025-10-03 23:46:47 [New LWP 835] 2025-10-03 23:46:47 [New LWP 834] 2025-10-03 23:46:47 [New LWP 833] 2025-10-03 23:46:47 [New LWP 832] 2025-10-03 23:46:47 [New LWP 831] 2025-10-03 23:46:47 [New LWP 830] 2025-10-03 23:46:47 [New LWP 829] 2025-10-03 23:46:47 [New LWP 828] 2025-10-03 23:46:47 [New LWP 827] 2025-10-03 23:46:47 [New LWP 826] 2025-10-03 23:46:47 [New LWP 825] 2025-10-03 23:46:47 [New LWP 824] 2025-10-03 23:46:47 [New LWP 823] 2025-10-03 23:46:47 [New LWP 822] 2025-10-03 23:46:47 [New LWP 821] 2025-10-03 23:46:47 [New LWP 820] 2025-10-03 23:46:47 [New LWP 819] 2025-10-03 23:46:47 [New LWP 818] 2025-10-03 23:46:47 [New LWP 817] 2025-10-03 23:46:47 [New LWP 816] 2025-10-03 23:46:47 [New LWP 815] 2025-10-03 23:46:47 [New LWP 814] 2025-10-03 23:46:47 [New LWP 813] 2025-10-03 23:46:47 [New LWP 812] 2025-10-03 23:46:47 [New LWP 811] 2025-10-03 23:46:47 [New LWP 810] 2025-10-03 23:46:47 [New LWP 809] 2025-10-03 23:46:47 [New LWP 808] 2025-10-03 23:46:47 [New LWP 807] 2025-10-03 23:46:47 [New LWP 806] 2025-10-03 23:46:47 [New LWP 805] 2025-10-03 23:46:47 [New LWP 804] 2025-10-03 23:46:47 [New LWP 803] 2025-10-03 23:46:47 [New LWP 802] 2025-10-03 23:46:47 [New LWP 801] 2025-10-03 23:46:47 [New LWP 800] 2025-10-03 23:46:47 [New LWP 799] 2025-10-03 23:46:47 [New LWP 798] 2025-10-03 23:46:47 [New LWP 797] 2025-10-03 23:46:47 [New LWP 796] 2025-10-03 23:46:47 [New LWP 795] 2025-10-03 23:46:47 [New LWP 794] 2025-10-03 23:46:47 [New LWP 793] 2025-10-03 23:46:47 [New LWP 792] 2025-10-03 23:46:47 [New LWP 791] 2025-10-03 23:46:47 [New LWP 790] 2025-10-03 23:46:47 [New LWP 789] 2025-10-03 23:46:47 [New LWP 788] 2025-10-03 23:46:47 [New LWP 787] 2025-10-03 23:46:47 [New LWP 786] 2025-10-03 23:46:47 [New LWP 785] 2025-10-03 23:46:47 [New LWP 784] 2025-10-03 23:46:47 [New LWP 783] 2025-10-03 23:46:47 [New LWP 782] 2025-10-03 23:46:47 [New LWP 781] 2025-10-03 23:46:47 [New LWP 780] 2025-10-03 23:46:47 [New LWP 779] 2025-10-03 23:46:47 [New LWP 778] 2025-10-03 23:46:47 [New LWP 777] 2025-10-03 23:46:47 [New LWP 776] 2025-10-03 23:46:47 [New LWP 775] 2025-10-03 23:46:47 [New LWP 774] 2025-10-03 23:46:47 [New LWP 773] 2025-10-03 23:46:47 [New LWP 772] 2025-10-03 23:46:47 [New LWP 771] 2025-10-03 23:46:47 [New LWP 770] 2025-10-03 23:46:47 [New LWP 769] 2025-10-03 23:46:47 [New LWP 768] 2025-10-03 23:46:47 [New LWP 767] 2025-10-03 23:46:47 [New LWP 766] 2025-10-03 23:46:47 [New LWP 765] 2025-10-03 23:46:47 [New LWP 764] 2025-10-03 23:46:47 [New LWP 763] 2025-10-03 23:46:47 [New LWP 762] 2025-10-03 23:46:47 [New LWP 761] 2025-10-03 23:46:47 [New LWP 760] 2025-10-03 23:46:47 [New LWP 759] 2025-10-03 23:46:47 [New LWP 758] 2025-10-03 23:46:47 [New LWP 757] 2025-10-03 23:46:47 [New LWP 756] 2025-10-03 23:46:47 [New LWP 755] 2025-10-03 23:46:47 [New LWP 754] 2025-10-03 23:46:47 [New LWP 753] 2025-10-03 23:46:47 [New LWP 752] 2025-10-03 23:46:47 [New LWP 751] 2025-10-03 23:46:47 [New LWP 750] 2025-10-03 23:46:47 [New LWP 749] 2025-10-03 23:46:47 [New LWP 748] 2025-10-03 23:46:47 [New LWP 747] 2025-10-03 23:46:47 [New LWP 746] 2025-10-03 23:46:47 [New LWP 745] 2025-10-03 23:46:47 [New LWP 744] 2025-10-03 23:46:47 [New LWP 743] 2025-10-03 23:46:47 [New LWP 742] 2025-10-03 23:46:47 [New LWP 741] 2025-10-03 23:46:47 [New LWP 740] 2025-10-03 23:46:47 [New LWP 739] 2025-10-03 23:46:47 [New LWP 738] 2025-10-03 23:46:47 [New LWP 737] 2025-10-03 23:46:47 [New LWP 736] 2025-10-03 23:46:47 [New LWP 735] 2025-10-03 23:46:47 [New LWP 734] 2025-10-03 23:46:47 [New LWP 733] 2025-10-03 23:46:47 [New LWP 732] 2025-10-03 23:46:47 [New LWP 731] 2025-10-03 23:46:47 [New LWP 730] 2025-10-03 23:46:47 [New LWP 729] 2025-10-03 23:46:47 [New LWP 728] 2025-10-03 23:46:47 [New LWP 727] 2025-10-03 23:46:47 [New LWP 726] 2025-10-03 23:46:47 [New LWP 725] 2025-10-03 23:46:47 [New LWP 724] 2025-10-03 23:46:47 [New LWP 723] 2025-10-03 23:46:47 [New LWP 722] 2025-10-03 23:46:47 [New LWP 721] 2025-10-03 23:46:47 [New LWP 720] 2025-10-03 23:46:47 [New LWP 719] 2025-10-03 23:46:47 [New LWP 718] 2025-10-03 23:46:47 [New LWP 717] 2025-10-03 23:46:47 [New LWP 716] 2025-10-03 23:46:47 [New LWP 715] 2025-10-03 23:46:47 [New LWP 714] 2025-10-03 23:46:47 [New LWP 713] 2025-10-03 23:46:47 [New LWP 712] 2025-10-03 23:46:47 [New LWP 711] 2025-10-03 23:46:47 [New LWP 710] 2025-10-03 23:46:47 [New LWP 709] 2025-10-03 23:46:47 [New LWP 708] 2025-10-03 23:46:47 [New LWP 707] 2025-10-03 23:46:47 [New LWP 706] 2025-10-03 23:46:47 [New LWP 705] 2025-10-03 23:46:47 [New LWP 704] 2025-10-03 23:46:47 [New LWP 703] 2025-10-03 23:46:47 [New LWP 702] 2025-10-03 23:46:47 [New LWP 701] 2025-10-03 23:46:47 [New LWP 700] 2025-10-03 23:46:47 [New LWP 699] 2025-10-03 23:46:47 [New LWP 698] 2025-10-03 23:46:47 [New LWP 697] 2025-10-03 23:46:47 [New LWP 696] 2025-10-03 23:46:47 [New LWP 695] 2025-10-03 23:46:47 [New LWP 694] 2025-10-03 23:46:47 [New LWP 693] 2025-10-03 23:46:47 [New LWP 692] 2025-10-03 23:46:47 [New LWP 691] 2025-10-03 23:46:47 [New LWP 690] 2025-10-03 23:46:47 [New LWP 689] 2025-10-03 23:46:47 [New LWP 688] 2025-10-03 23:46:47 [New LWP 687] 2025-10-03 23:46:47 [New LWP 686] 2025-10-03 23:46:47 [New LWP 685] 2025-10-03 23:46:47 [New LWP 684] 2025-10-03 23:46:47 [New LWP 683] 2025-10-03 23:46:47 [New LWP 682] 2025-10-03 23:46:47 [New LWP 681] 2025-10-03 23:46:47 [New LWP 680] 2025-10-03 23:46:47 [New LWP 679] 2025-10-03 23:46:47 [New LWP 678] 2025-10-03 23:46:47 [New LWP 677] 2025-10-03 23:46:47 [New LWP 676] 2025-10-03 23:46:47 [New LWP 675] 2025-10-03 23:46:47 [New LWP 674] 2025-10-03 23:46:47 [New LWP 673] 2025-10-03 23:46:47 [New LWP 672] 2025-10-03 23:46:47 [New LWP 671] 2025-10-03 23:46:47 [New LWP 670] 2025-10-03 23:46:47 [New LWP 669] 2025-10-03 23:46:47 [New LWP 668] 2025-10-03 23:46:47 [New LWP 667] 2025-10-03 23:46:47 [New LWP 666] 2025-10-03 23:46:47 [New LWP 665] 2025-10-03 23:46:47 [New LWP 664] 2025-10-03 23:46:47 [New LWP 663] 2025-10-03 23:46:47 [New LWP 662] 2025-10-03 23:46:47 [New LWP 661] 2025-10-03 23:46:47 [New LWP 660] 2025-10-03 23:46:47 [New LWP 659] 2025-10-03 23:46:47 [New LWP 658] 2025-10-03 23:46:47 [New LWP 657] 2025-10-03 23:46:47 [New LWP 656] 2025-10-03 23:46:47 [New LWP 655] 2025-10-03 23:46:47 [New LWP 654] 2025-10-03 23:46:47 [New LWP 653] 2025-10-03 23:46:47 [New LWP 652] 2025-10-03 23:46:47 [New LWP 651] 2025-10-03 23:46:47 [New LWP 650] 2025-10-03 23:46:47 [New LWP 649] 2025-10-03 23:46:47 [New LWP 648] 2025-10-03 23:46:47 [New LWP 647] 2025-10-03 23:46:47 [New LWP 646] 2025-10-03 23:46:47 [New LWP 645] 2025-10-03 23:46:47 [New LWP 644] 2025-10-03 23:46:47 [New LWP 643] 2025-10-03 23:46:47 [New LWP 642] 2025-10-03 23:46:47 [New LWP 641] 2025-10-03 23:46:47 [New LWP 640] 2025-10-03 23:46:47 [New LWP 639] 2025-10-03 23:46:47 [New LWP 638] 2025-10-03 23:46:47 [New LWP 637] 2025-10-03 23:46:47 [New LWP 636] 2025-10-03 23:46:47 [New LWP 635] 2025-10-03 23:46:47 [New LWP 634] 2025-10-03 23:46:47 [New LWP 633] 2025-10-03 23:46:47 [New LWP 632] 2025-10-03 23:46:47 [New LWP 631] 2025-10-03 23:46:47 [New LWP 630] 2025-10-03 23:46:47 [New LWP 629] 2025-10-03 23:46:47 [New LWP 628] 2025-10-03 23:46:47 [New LWP 627] 2025-10-03 23:46:47 [New LWP 626] 2025-10-03 23:46:47 [New LWP 625] 2025-10-03 23:46:47 [New LWP 624] 2025-10-03 23:46:47 [New LWP 623] 2025-10-03 23:46:47 [New LWP 622] 2025-10-03 23:46:47 [New LWP 621] 2025-10-03 23:46:47 [New LWP 620] 2025-10-03 23:46:47 [New LWP 619] 2025-10-03 23:46:47 [New LWP 618] 2025-10-03 23:46:47 [New LWP 617] 2025-10-03 23:46:47 [New LWP 616] 2025-10-03 23:46:47 [New LWP 615] 2025-10-03 23:46:47 [New LWP 614] 2025-10-03 23:46:47 [New LWP 613] 2025-10-03 23:46:47 [New LWP 612] 2025-10-03 23:46:47 [New LWP 611] 2025-10-03 23:46:47 [New LWP 610] 2025-10-03 23:46:47 [New LWP 609] 2025-10-03 23:46:47 [New LWP 608] 2025-10-03 23:46:47 [New LWP 607] 2025-10-03 23:46:47 [New LWP 606] 2025-10-03 23:46:47 [New LWP 605] 2025-10-03 23:46:47 [New LWP 604] 2025-10-03 23:46:47 [New LWP 603] 2025-10-03 23:46:47 [New LWP 602] 2025-10-03 23:46:47 [New LWP 601] 2025-10-03 23:46:47 [New LWP 600] 2025-10-03 23:46:47 [New LWP 599] 2025-10-03 23:46:47 [New LWP 598] 2025-10-03 23:46:47 [New LWP 597] 2025-10-03 23:46:47 [New LWP 596] 2025-10-03 23:46:47 [New LWP 595] 2025-10-03 23:46:47 [New LWP 594] 2025-10-03 23:46:47 [New LWP 593] 2025-10-03 23:46:47 [New LWP 592] 2025-10-03 23:46:47 [New LWP 591] 2025-10-03 23:46:47 [New LWP 590] 2025-10-03 23:46:47 [New LWP 589] 2025-10-03 23:46:47 [New LWP 588] 2025-10-03 23:46:47 [New LWP 587] 2025-10-03 23:46:47 [New LWP 586] 2025-10-03 23:46:47 [New LWP 585] 2025-10-03 23:46:47 [New LWP 584] 2025-10-03 23:46:47 [New LWP 583] 2025-10-03 23:46:47 [New LWP 582] 2025-10-03 23:46:47 [New LWP 581] 2025-10-03 23:46:47 [New LWP 580] 2025-10-03 23:46:47 [New LWP 579] 2025-10-03 23:46:47 [New LWP 578] 2025-10-03 23:46:47 [New LWP 577] 2025-10-03 23:46:47 [New LWP 576] 2025-10-03 23:46:47 [New LWP 575] 2025-10-03 23:46:47 [New LWP 574] 2025-10-03 23:46:47 [New LWP 573] 2025-10-03 23:46:47 [New LWP 572] 2025-10-03 23:46:47 [New LWP 571] 2025-10-03 23:46:47 [New LWP 570] 2025-10-03 23:46:47 [New LWP 569] 2025-10-03 23:46:47 [New LWP 568] 2025-10-03 23:46:47 [New LWP 567] 2025-10-03 23:46:47 [New LWP 566] 2025-10-03 23:46:47 [New LWP 565] 2025-10-03 23:46:47 [New LWP 564] 2025-10-03 23:46:47 [New LWP 563] 2025-10-03 23:46:47 [New LWP 562] 2025-10-03 23:46:47 [New LWP 561] 2025-10-03 23:46:47 [New LWP 560] 2025-10-03 23:46:47 [New LWP 559] 2025-10-03 23:46:47 [New LWP 558] 2025-10-03 23:46:47 [New LWP 557] 2025-10-03 23:46:47 [New LWP 556] 2025-10-03 23:46:47 [New LWP 555] 2025-10-03 23:46:47 [New LWP 554] 2025-10-03 23:46:47 [New LWP 553] 2025-10-03 23:46:47 [New LWP 552] 2025-10-03 23:46:47 [New LWP 551] 2025-10-03 23:46:47 [New LWP 550] 2025-10-03 23:46:47 [New LWP 549] 2025-10-03 23:46:47 [New LWP 548] 2025-10-03 23:46:47 [New LWP 547] 2025-10-03 23:46:47 [New LWP 546] 2025-10-03 23:46:47 [New LWP 545] 2025-10-03 23:46:47 [New LWP 544] 2025-10-03 23:46:47 [New LWP 543] 2025-10-03 23:46:47 [New LWP 542] 2025-10-03 23:46:47 [New LWP 541] 2025-10-03 23:46:47 [New LWP 540] 2025-10-03 23:46:47 [New LWP 539] 2025-10-03 23:46:47 [New LWP 538] 2025-10-03 23:46:47 [New LWP 537] 2025-10-03 23:46:47 [New LWP 536] 2025-10-03 23:46:47 [New LWP 535] 2025-10-03 23:46:47 [New LWP 534] 2025-10-03 23:46:47 [New LWP 533] 2025-10-03 23:46:47 [New LWP 532] 2025-10-03 23:46:47 [New LWP 531] 2025-10-03 23:46:47 [New LWP 530] 2025-10-03 23:46:47 [New LWP 529] 2025-10-03 23:46:47 [New LWP 528] 2025-10-03 23:46:47 [New LWP 527] 2025-10-03 23:46:47 [New LWP 526] 2025-10-03 23:46:47 [New LWP 525] 2025-10-03 23:46:47 [New LWP 524] 2025-10-03 23:46:47 [New LWP 523] 2025-10-03 23:46:47 [New LWP 522] 2025-10-03 23:46:47 [New LWP 521] 2025-10-03 23:46:47 [New LWP 520] 2025-10-03 23:46:47 [New LWP 519] 2025-10-03 23:46:47 [New LWP 518] 2025-10-03 23:46:47 [New LWP 517] 2025-10-03 23:46:47 [New LWP 516] 2025-10-03 23:46:47 [New LWP 515] 2025-10-03 23:46:47 [New LWP 514] 2025-10-03 23:46:47 [New LWP 513] 2025-10-03 23:46:47 [New LWP 512] 2025-10-03 23:46:47 [New LWP 511] 2025-10-03 23:46:47 [New LWP 510] 2025-10-03 23:46:47 [New LWP 509] 2025-10-03 23:46:47 [New LWP 508] 2025-10-03 23:46:47 [New LWP 507] 2025-10-03 23:46:47 [New LWP 506] 2025-10-03 23:46:47 [New LWP 505] 2025-10-03 23:46:47 [New LWP 504] 2025-10-03 23:46:47 [New LWP 503] 2025-10-03 23:46:47 [New LWP 502] 2025-10-03 23:46:47 [New LWP 501] 2025-10-03 23:46:47 [New LWP 500] 2025-10-03 23:46:47 [New LWP 499] 2025-10-03 23:46:47 [New LWP 498] 2025-10-03 23:46:47 [New LWP 497] 2025-10-03 23:46:47 [New LWP 496] 2025-10-03 23:46:47 [New LWP 495] 2025-10-03 23:46:47 [New LWP 494] 2025-10-03 23:46:47 [New LWP 493] 2025-10-03 23:46:47 [New LWP 492] 2025-10-03 23:46:47 [New LWP 491] 2025-10-03 23:46:47 [New LWP 490] 2025-10-03 23:46:47 [New LWP 489] 2025-10-03 23:46:47 [New LWP 488] 2025-10-03 23:46:47 [New LWP 487] 2025-10-03 23:46:47 [New LWP 486] 2025-10-03 23:46:47 [New LWP 485] 2025-10-03 23:46:47 [New LWP 484] 2025-10-03 23:46:47 [New LWP 483] 2025-10-03 23:46:47 [New LWP 482] 2025-10-03 23:46:47 [New LWP 481] 2025-10-03 23:46:47 [New LWP 480] 2025-10-03 23:46:47 [New LWP 479] 2025-10-03 23:46:47 [New LWP 478] 2025-10-03 23:46:47 [New LWP 477] 2025-10-03 23:46:47 [New LWP 476] 2025-10-03 23:46:47 [New LWP 475] 2025-10-03 23:46:47 [New LWP 474] 2025-10-03 23:46:47 [New LWP 473] 2025-10-03 23:46:47 [New LWP 472] 2025-10-03 23:46:47 [New LWP 471] 2025-10-03 23:46:47 [New LWP 470] 2025-10-03 23:46:47 [New LWP 469] 2025-10-03 23:46:47 [New LWP 468] 2025-10-03 23:46:47 [New LWP 467] 2025-10-03 23:46:47 [New LWP 466] 2025-10-03 23:46:47 [New LWP 465] 2025-10-03 23:46:47 [New LWP 464] 2025-10-03 23:46:47 [New LWP 463] 2025-10-03 23:46:47 [New LWP 462] 2025-10-03 23:46:47 [New LWP 461] 2025-10-03 23:46:47 [New LWP 460] 2025-10-03 23:46:47 [New LWP 459] 2025-10-03 23:46:47 [New LWP 458] 2025-10-03 23:46:47 [New LWP 457] 2025-10-03 23:46:47 [New LWP 456] 2025-10-03 23:46:47 [New LWP 455] 2025-10-03 23:46:47 [New LWP 454] 2025-10-03 23:46:47 [New LWP 453] 2025-10-03 23:46:47 [New LWP 452] 2025-10-03 23:46:47 [New LWP 451] 2025-10-03 23:46:47 [New LWP 450] 2025-10-03 23:46:47 [New LWP 449] 2025-10-03 23:46:47 [New LWP 448] 2025-10-03 23:46:47 [New LWP 447] 2025-10-03 23:46:47 [New LWP 446] 2025-10-03 23:46:47 [New LWP 445] 2025-10-03 23:46:47 [New LWP 444] 2025-10-03 23:46:47 [New LWP 443] 2025-10-03 23:46:47 [New LWP 442] 2025-10-03 23:46:47 [New LWP 441] 2025-10-03 23:46:47 [New LWP 440] 2025-10-03 23:46:47 [New LWP 439] 2025-10-03 23:46:47 [New LWP 438] 2025-10-03 23:46:47 [New LWP 437] 2025-10-03 23:46:47 [New LWP 436] 2025-10-03 23:46:47 [New LWP 435] 2025-10-03 23:46:47 [New LWP 434] 2025-10-03 23:46:47 [New LWP 433] 2025-10-03 23:46:47 [New LWP 432] 2025-10-03 23:46:47 [New LWP 431] 2025-10-03 23:46:47 [New LWP 430] 2025-10-03 23:46:47 [New LWP 429] 2025-10-03 23:46:47 [New LWP 428] 2025-10-03 23:46:47 [New LWP 427] 2025-10-03 23:46:47 [New LWP 426] 2025-10-03 23:46:47 [New LWP 425] 2025-10-03 23:46:47 [New LWP 424] 2025-10-03 23:46:47 [New LWP 423] 2025-10-03 23:46:47 [New LWP 422] 2025-10-03 23:46:47 [New LWP 421] 2025-10-03 23:46:47 [New LWP 420] 2025-10-03 23:46:47 [New LWP 419] 2025-10-03 23:46:47 [New LWP 418] 2025-10-03 23:46:47 [New LWP 417] 2025-10-03 23:46:47 [New LWP 416] 2025-10-03 23:46:47 [New LWP 415] 2025-10-03 23:46:47 [New LWP 414] 2025-10-03 23:46:47 [New LWP 413] 2025-10-03 23:46:47 [New LWP 412] 2025-10-03 23:46:47 [New LWP 411] 2025-10-03 23:46:47 [New LWP 410] 2025-10-03 23:46:47 [New LWP 409] 2025-10-03 23:46:47 [New LWP 408] 2025-10-03 23:46:47 [New LWP 407] 2025-10-03 23:46:47 [New LWP 406] 2025-10-03 23:46:47 [New LWP 405] 2025-10-03 23:46:47 [New LWP 404] 2025-10-03 23:46:47 [New LWP 403] 2025-10-03 23:46:47 [New LWP 402] 2025-10-03 23:46:47 [New LWP 401] 2025-10-03 23:46:47 [New LWP 400] 2025-10-03 23:46:47 [New LWP 399] 2025-10-03 23:46:47 [New LWP 398] 2025-10-03 23:46:47 [New LWP 397] 2025-10-03 23:46:47 [New LWP 396] 2025-10-03 23:46:47 [New LWP 395] 2025-10-03 23:46:47 [New LWP 394] 2025-10-03 23:46:47 [New LWP 393] 2025-10-03 23:46:47 [New LWP 392] 2025-10-03 23:46:47 [New LWP 391] 2025-10-03 23:46:47 [New LWP 390] 2025-10-03 23:46:47 [New LWP 389] 2025-10-03 23:46:47 [New LWP 388] 2025-10-03 23:46:47 [New LWP 387] 2025-10-03 23:46:47 [New LWP 386] 2025-10-03 23:46:47 [New LWP 385] 2025-10-03 23:46:47 [New LWP 384] 2025-10-03 23:46:47 [New LWP 383] 2025-10-03 23:46:47 [New LWP 382] 2025-10-03 23:46:47 [New LWP 381] 2025-10-03 23:46:47 [New LWP 380] 2025-10-03 23:46:47 [New LWP 379] 2025-10-03 23:46:47 [New LWP 378] 2025-10-03 23:46:47 [New LWP 377] 2025-10-03 23:46:47 [New LWP 376] 2025-10-03 23:46:47 [New LWP 375] 2025-10-03 23:46:47 [New LWP 374] 2025-10-03 23:46:47 [New LWP 373] 2025-10-03 23:46:47 [New LWP 372] 2025-10-03 23:46:47 [New LWP 371] 2025-10-03 23:46:47 [New LWP 370] 2025-10-03 23:46:47 [New LWP 369] 2025-10-03 23:46:47 [New LWP 368] 2025-10-03 23:46:47 [New LWP 367] 2025-10-03 23:46:47 [New LWP 366] 2025-10-03 23:46:47 [New LWP 365] 2025-10-03 23:46:47 [New LWP 364] 2025-10-03 23:46:47 [New LWP 363] 2025-10-03 23:46:47 [New LWP 362] 2025-10-03 23:46:47 [New LWP 361] 2025-10-03 23:46:47 [New LWP 360] 2025-10-03 23:46:47 [New LWP 359] 2025-10-03 23:46:47 [New LWP 358] 2025-10-03 23:46:47 [New LWP 357] 2025-10-03 23:46:47 [New LWP 356] 2025-10-03 23:46:47 [New LWP 355] 2025-10-03 23:46:47 [New LWP 354] 2025-10-03 23:46:47 [New LWP 353] 2025-10-03 23:46:47 [New LWP 352] 2025-10-03 23:46:47 [New LWP 351] 2025-10-03 23:46:47 [New LWP 350] 2025-10-03 23:46:47 [New LWP 349] 2025-10-03 23:46:47 [New LWP 348] 2025-10-03 23:46:47 [New LWP 347] 2025-10-03 23:46:47 [New LWP 346] 2025-10-03 23:46:47 [New LWP 345] 2025-10-03 23:46:47 [New LWP 344] 2025-10-03 23:46:47 [New LWP 343] 2025-10-03 23:46:47 [New LWP 342] 2025-10-03 23:46:47 [New LWP 341] 2025-10-03 23:46:47 [New LWP 340] 2025-10-03 23:46:47 [New LWP 339] 2025-10-03 23:46:47 [New LWP 338] 2025-10-03 23:46:47 [New LWP 337] 2025-10-03 23:46:47 [New LWP 336] 2025-10-03 23:46:47 [New LWP 335] 2025-10-03 23:46:47 [New LWP 334] 2025-10-03 23:46:47 [New LWP 333] 2025-10-03 23:46:47 [New LWP 332] 2025-10-03 23:46:47 [New LWP 331] 2025-10-03 23:46:47 [New LWP 330] 2025-10-03 23:46:47 [New LWP 329] 2025-10-03 23:46:47 [New LWP 328] 2025-10-03 23:46:47 [New LWP 327] 2025-10-03 23:46:47 [New LWP 326] 2025-10-03 23:46:47 [New LWP 325] 2025-10-03 23:46:47 [New LWP 324] 2025-10-03 23:46:47 [New LWP 323] 2025-10-03 23:46:47 [New LWP 322] 2025-10-03 23:46:47 [New LWP 321] 2025-10-03 23:46:47 [New LWP 320] 2025-10-03 23:46:47 [New LWP 319] 2025-10-03 23:46:47 [New LWP 318] 2025-10-03 23:46:47 [New LWP 317] 2025-10-03 23:46:47 [New LWP 316] 2025-10-03 23:46:47 [New LWP 315] 2025-10-03 23:46:47 [New LWP 314] 2025-10-03 23:46:47 [New LWP 313] 2025-10-03 23:46:47 [New LWP 312] 2025-10-03 23:46:47 [New LWP 311] 2025-10-03 23:46:47 [New LWP 310] 2025-10-03 23:46:47 [New LWP 309] 2025-10-03 23:46:47 [New LWP 308] 2025-10-03 23:46:47 [New LWP 307] 2025-10-03 23:46:47 [New LWP 306] 2025-10-03 23:46:47 [New LWP 305] 2025-10-03 23:46:47 [New LWP 304] 2025-10-03 23:46:47 [New LWP 303] 2025-10-03 23:46:47 [New LWP 302] 2025-10-03 23:46:47 [New LWP 301] 2025-10-03 23:46:47 [New LWP 300] 2025-10-03 23:46:47 [New LWP 299] 2025-10-03 23:46:47 [New LWP 298] 2025-10-03 23:46:47 [New LWP 297] 2025-10-03 23:46:47 [New LWP 296] 2025-10-03 23:46:47 [New LWP 295] 2025-10-03 23:46:47 [New LWP 294] 2025-10-03 23:46:47 [New LWP 293] 2025-10-03 23:46:47 [New LWP 292] 2025-10-03 23:46:47 [New LWP 291] 2025-10-03 23:46:47 [New LWP 290] 2025-10-03 23:46:47 [New LWP 289] 2025-10-03 23:46:47 [New LWP 288] 2025-10-03 23:46:47 [New LWP 287] 2025-10-03 23:46:47 [New LWP 286] 2025-10-03 23:46:47 [New LWP 285] 2025-10-03 23:46:47 [New LWP 284] 2025-10-03 23:46:47 [New LWP 283] 2025-10-03 23:46:47 [New LWP 282] 2025-10-03 23:46:47 [New LWP 281] 2025-10-03 23:46:47 [New LWP 280] 2025-10-03 23:46:47 [New LWP 279] 2025-10-03 23:46:47 [New LWP 278] 2025-10-03 23:46:47 [New LWP 277] 2025-10-03 23:46:47 [New LWP 276] 2025-10-03 23:46:47 [New LWP 275] 2025-10-03 23:46:47 [New LWP 274] 2025-10-03 23:46:47 [New LWP 273] 2025-10-03 23:46:47 [New LWP 272] 2025-10-03 23:46:47 [New LWP 271] 2025-10-03 23:46:47 [New LWP 270] 2025-10-03 23:46:47 [New LWP 269] 2025-10-03 23:46:47 [New LWP 268] 2025-10-03 23:46:47 [New LWP 267] 2025-10-03 23:46:47 [New LWP 266] 2025-10-03 23:46:47 [New LWP 265] 2025-10-03 23:46:47 [New LWP 264] 2025-10-03 23:46:47 [New LWP 263] 2025-10-03 23:46:47 [New LWP 262] 2025-10-03 23:46:47 [New LWP 261] 2025-10-03 23:46:47 [New LWP 260] 2025-10-03 23:46:47 [New LWP 259] 2025-10-03 23:46:47 [New LWP 258] 2025-10-03 23:46:47 [New LWP 257] 2025-10-03 23:46:47 [New LWP 256] 2025-10-03 23:46:47 [New LWP 255] 2025-10-03 23:46:47 [New LWP 254] 2025-10-03 23:46:47 [New LWP 253] 2025-10-03 23:46:47 [New LWP 252] 2025-10-03 23:46:47 [New LWP 251] 2025-10-03 23:46:47 [New LWP 250] 2025-10-03 23:46:47 [New LWP 249] 2025-10-03 23:46:47 [New LWP 248] 2025-10-03 23:46:47 [New LWP 247] 2025-10-03 23:46:47 [New LWP 246] 2025-10-03 23:46:47 [New LWP 245] 2025-10-03 23:46:47 [New LWP 244] 2025-10-03 23:46:47 [New LWP 243] 2025-10-03 23:46:47 [New LWP 242] 2025-10-03 23:46:47 [New LWP 241] 2025-10-03 23:46:47 [New LWP 240] 2025-10-03 23:46:47 [New LWP 239] 2025-10-03 23:46:47 [New LWP 238] 2025-10-03 23:46:47 [New LWP 237] 2025-10-03 23:46:47 [New LWP 236] 2025-10-03 23:46:47 [New LWP 235] 2025-10-03 23:46:47 [New LWP 234] 2025-10-03 23:46:47 [New LWP 233] 2025-10-03 23:46:47 [New LWP 232] 2025-10-03 23:46:47 [New LWP 231] 2025-10-03 23:46:47 [New LWP 230] 2025-10-03 23:46:47 [New LWP 229] 2025-10-03 23:46:47 [New LWP 228] 2025-10-03 23:46:47 [New LWP 227] 2025-10-03 23:46:47 [New LWP 226] 2025-10-03 23:46:47 [New LWP 225] 2025-10-03 23:46:47 [New LWP 224] 2025-10-03 23:46:47 [New LWP 223] 2025-10-03 23:46:47 [New LWP 222] 2025-10-03 23:46:47 [New LWP 221] 2025-10-03 23:46:47 [New LWP 220] 2025-10-03 23:46:47 [New LWP 219] 2025-10-03 23:46:47 [New LWP 218] 2025-10-03 23:46:47 [New LWP 217] 2025-10-03 23:46:47 [New LWP 216] 2025-10-03 23:46:47 [New LWP 215] 2025-10-03 23:46:47 [New LWP 214] 2025-10-03 23:46:47 [New LWP 213] 2025-10-03 23:46:47 [New LWP 212] 2025-10-03 23:46:47 [New LWP 211] 2025-10-03 23:46:47 [New LWP 210] 2025-10-03 23:46:47 [New LWP 209] 2025-10-03 23:46:47 [New LWP 208] 2025-10-03 23:46:47 [New LWP 207] 2025-10-03 23:46:47 [New LWP 206] 2025-10-03 23:46:47 [New LWP 205] 2025-10-03 23:46:47 [New LWP 204] 2025-10-03 23:46:47 [New LWP 203] 2025-10-03 23:46:47 [New LWP 202] 2025-10-03 23:46:47 [New LWP 201] 2025-10-03 23:46:47 [New LWP 200] 2025-10-03 23:46:47 [New LWP 199] 2025-10-03 23:46:47 [New LWP 198] 2025-10-03 23:46:47 [New LWP 197] 2025-10-03 23:46:47 [New LWP 196] 2025-10-03 23:46:47 [New LWP 195] 2025-10-03 23:46:47 [New LWP 194] 2025-10-03 23:46:47 [New LWP 193] 2025-10-03 23:46:47 [New LWP 192] 2025-10-03 23:46:47 [New LWP 191] 2025-10-03 23:46:47 [New LWP 190] 2025-10-03 23:46:47 [New LWP 189] 2025-10-03 23:46:47 [New LWP 188] 2025-10-03 23:46:47 [New LWP 187] 2025-10-03 23:46:47 [New LWP 186] 2025-10-03 23:46:47 [New LWP 185] 2025-10-03 23:46:47 [New LWP 184] 2025-10-03 23:46:47 [New LWP 183] 2025-10-03 23:46:47 [New LWP 182] 2025-10-03 23:46:47 [New LWP 181] 2025-10-03 23:46:47 [New LWP 180] 2025-10-03 23:46:47 [New LWP 179] 2025-10-03 23:46:47 [New LWP 178] 2025-10-03 23:46:47 [New LWP 177] 2025-10-03 23:46:47 [New LWP 176] 2025-10-03 23:46:47 [New LWP 175] 2025-10-03 23:46:47 [New LWP 174] 2025-10-03 23:46:47 [New LWP 173] 2025-10-03 23:46:47 [New LWP 172] 2025-10-03 23:46:47 [New LWP 171] 2025-10-03 23:46:47 [New LWP 170] 2025-10-03 23:46:47 [New LWP 169] 2025-10-03 23:46:47 [New LWP 168] 2025-10-03 23:46:47 [New LWP 167] 2025-10-03 23:46:47 [New LWP 166] 2025-10-03 23:46:47 [New LWP 165] 2025-10-03 23:46:47 [New LWP 164] 2025-10-03 23:46:47 [New LWP 163] 2025-10-03 23:46:47 [New LWP 162] 2025-10-03 23:46:47 [New LWP 161] 2025-10-03 23:46:47 [New LWP 160] 2025-10-03 23:46:47 [New LWP 159] 2025-10-03 23:46:47 [New LWP 158] 2025-10-03 23:46:47 [New LWP 157] 2025-10-03 23:46:47 [New LWP 156] 2025-10-03 23:46:47 [New LWP 155] 2025-10-03 23:46:47 [New LWP 154] 2025-10-03 23:46:47 [New LWP 153] 2025-10-03 23:46:52 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' 2025-10-03 23:46:58 [Thread debugging using libthread_db enabled] 2025-10-03 23:46:58 Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 2025-10-03 23:46:58 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:46:58 SIGINT is used by the debugger. 2025-10-03 23:46:58 Are you sure you want to change it? (y or n) [answered Y; input not from terminal] 2025-10-03 23:46:58 Signal Stop Print Pass to program Description 2025-10-03 23:46:58 2025-10-03 23:46:58 SIGHUP No No Yes Hangup 2025-10-03 23:46:58 SIGINT No No Yes Interrupt 2025-10-03 23:46:58 SIGQUIT No No Yes Quit 2025-10-03 23:46:58 SIGILL Yes Yes Yes Illegal instruction 2025-10-03 23:46:58 SIGTRAP Yes Yes No Trace/breakpoint trap 2025-10-03 23:46:58 SIGABRT Yes Yes Yes Aborted 2025-10-03 23:46:58 SIGEMT Yes Yes Yes Emulation trap 2025-10-03 23:46:58 SIGFPE Yes Yes Yes Arithmetic exception 2025-10-03 23:46:58 SIGKILL Yes Yes Yes Killed 2025-10-03 23:46:58 SIGBUS Yes Yes Yes Bus error 2025-10-03 23:46:58 SIGSEGV Yes Yes Yes Segmentation fault 2025-10-03 23:46:58 SIGSYS Yes Yes Yes Bad system call 2025-10-03 23:46:58 SIGPIPE No No Yes Broken pipe 2025-10-03 23:46:58 SIGALRM No No Yes Alarm clock 2025-10-03 23:46:58 SIGTERM No No Yes Terminated 2025-10-03 23:46:58 SIGURG No No Yes Urgent I/O condition 2025-10-03 23:46:58 SIGSTOP Yes Yes Yes Stopped (signal) 2025-10-03 23:46:58 SIGTSTP Yes Yes Yes Stopped (user) 2025-10-03 23:46:58 SIGCONT Yes Yes Yes Continued 2025-10-03 23:46:58 SIGCHLD No No Yes Child status changed 2025-10-03 23:46:58 SIGTTIN Yes Yes Yes Stopped (tty input) 2025-10-03 23:46:58 SIGTTOU Yes Yes Yes Stopped (tty output) 2025-10-03 23:46:58 SIGIO No No Yes I/O possible 2025-10-03 23:46:58 SIGXCPU Yes Yes Yes CPU time limit exceeded 2025-10-03 23:46:58 SIGXFSZ Yes Yes Yes File size limit exceeded 2025-10-03 23:46:58 SIGVTALRM No No Yes Virtual timer expired 2025-10-03 23:46:58 SIGPROF No No Yes Profiling timer expired 2025-10-03 23:46:58 SIGWINCH No No Yes Window size changed 2025-10-03 23:46:58 SIGLOST Yes Yes Yes Resource lost 2025-10-03 23:46:58 SIGUSR1 No No Yes User defined signal 1 2025-10-03 23:46:58 SIGUSR2 No No Yes User defined signal 2 2025-10-03 23:46:58 SIGPWR Yes Yes Yes Power fail/restart 2025-10-03 23:46:58 SIGPOLL No No Yes Pollable event occurred 2025-10-03 23:46:58 SIGWIND Yes Yes Yes SIGWIND 2025-10-03 23:46:58 SIGPHONE Yes Yes Yes SIGPHONE 2025-10-03 23:46:58 SIGWAITING No No Yes Process's LWPs are blocked 2025-10-03 23:46:58 SIGLWP No No Yes Signal LWP 2025-10-03 23:46:58 SIGDANGER Yes Yes Yes Swap space dangerously low 2025-10-03 23:46:58 SIGGRANT Yes Yes Yes Monitor mode granted 2025-10-03 23:46:58 SIGRETRACT Yes Yes Yes Need to relinquish monitor mode 2025-10-03 23:46:58 SIGMSG Yes Yes Yes Monitor mode data available 2025-10-03 23:46:58 SIGSOUND Yes Yes Yes Sound completed 2025-10-03 23:46:58 SIGSAK Yes Yes Yes Secure attention 2025-10-03 23:46:58 SIGPRIO No No Yes SIGPRIO 2025-10-03 23:46:58 SIG33 No No Yes Real-time event 33 2025-10-03 23:46:58 SIG34 No No Yes Real-time event 34 2025-10-03 23:46:58 SIG35 Yes Yes Yes Real-time event 35 2025-10-03 23:46:58 SIG36 Yes Yes Yes Real-time event 36 2025-10-03 23:46:58 SIG37 Yes Yes Yes Real-time event 37 2025-10-03 23:46:58 SIG38 Yes Yes Yes Real-time event 38 2025-10-03 23:46:58 SIG39 Yes Yes Yes Real-time event 39 2025-10-03 23:46:58 SIG40 Yes Yes Yes Real-time event 40 2025-10-03 23:46:58 SIG41 Yes Yes Yes Real-time event 41 2025-10-03 23:46:58 SIG42 Yes Yes Yes Real-time event 42 2025-10-03 23:46:58 SIG43 Yes Yes Yes Real-time event 43 2025-10-03 23:46:58 SIG44 Yes Yes Yes Real-time event 44 2025-10-03 23:46:58 SIG45 Yes Yes Yes Real-time event 45 2025-10-03 23:46:58 SIG46 Yes Yes Yes Real-time event 46 2025-10-03 23:46:58 SIG47 Yes Yes Yes Real-time event 47 2025-10-03 23:46:58 SIG48 Yes Yes Yes Real-time event 48 2025-10-03 23:46:58 SIG49 Yes Yes Yes Real-time event 49 2025-10-03 23:46:58 SIG50 Yes Yes Yes Real-time event 50 2025-10-03 23:46:58 SIG51 Yes Yes Yes Real-time event 51 2025-10-03 23:46:58 SIG52 Yes Yes Yes Real-time event 52 2025-10-03 23:46:58 SIG53 Yes Yes Yes Real-time event 53 2025-10-03 23:46:58 SIG54 Yes Yes Yes Real-time event 54 2025-10-03 23:46:58 SIG55 Yes Yes Yes Real-time event 55 2025-10-03 23:46:58 SIG56 Yes Yes Yes Real-time event 56 2025-10-03 23:46:58 SIG57 Yes Yes Yes Real-time event 57 2025-10-03 23:46:58 SIG58 Yes Yes Yes Real-time event 58 2025-10-03 23:46:58 SIG59 Yes Yes Yes Real-time event 59 2025-10-03 23:46:58 SIG60 Yes Yes Yes Real-time event 60 2025-10-03 23:46:58 SIG61 Yes Yes Yes Real-time event 61 2025-10-03 23:46:58 SIG62 Yes Yes Yes Real-time event 62 2025-10-03 23:46:58 SIG63 Yes Yes Yes Real-time event 63 2025-10-03 23:46:58 SIGCANCEL No No Yes LWP internal signal 2025-10-03 23:46:58 SIG32 No No Yes Real-time event 32 2025-10-03 23:46:58 SIG64 Yes Yes Yes Real-time event 64 2025-10-03 23:46:58 SIG65 Yes Yes Yes Real-time event 65 2025-10-03 23:46:58 SIG66 Yes Yes Yes Real-time event 66 2025-10-03 23:46:58 SIG67 Yes Yes Yes Real-time event 67 2025-10-03 23:46:58 SIG68 Yes Yes Yes Real-time event 68 2025-10-03 23:46:58 SIG69 Yes Yes Yes Real-time event 69 2025-10-03 23:46:58 SIG70 Yes Yes Yes Real-time event 70 2025-10-03 23:46:58 SIG71 Yes Yes Yes Real-time event 71 2025-10-03 23:46:58 SIG72 Yes Yes Yes Real-time event 72 2025-10-03 23:46:58 SIG73 Yes Yes Yes Real-time event 73 2025-10-03 23:46:58 SIG74 Yes Yes Yes Real-time event 74 2025-10-03 23:46:58 SIG75 Yes Yes Yes Real-time event 75 2025-10-03 23:46:58 SIG76 Yes Yes Yes Real-time event 76 2025-10-03 23:46:58 SIG77 Yes Yes Yes Real-time event 77 2025-10-03 23:46:58 SIG78 Yes Yes Yes Real-time event 78 2025-10-03 23:46:58 SIG79 Yes Yes Yes Real-time event 79 2025-10-03 23:46:58 SIG80 Yes Yes Yes Real-time event 80 2025-10-03 23:46:58 SIG81 Yes Yes Yes Real-time event 81 2025-10-03 23:46:58 SIG82 Yes Yes Yes Real-time event 82 2025-10-03 23:46:58 SIG83 Yes Yes Yes Real-time event 83 2025-10-03 23:46:58 SIG84 Yes Yes Yes Real-time event 84 2025-10-03 23:46:58 SIG85 Yes Yes Yes Real-time event 85 2025-10-03 23:46:58 SIG86 Yes Yes Yes Real-time event 86 2025-10-03 23:46:58 SIG87 Yes Yes Yes Real-time event 87 2025-10-03 23:46:58 SIG88 Yes Yes Yes Real-time event 88 2025-10-03 23:46:58 SIG89 Yes Yes Yes Real-time event 89 2025-10-03 23:46:58 SIG90 Yes Yes Yes Real-time event 90 2025-10-03 23:46:58 SIG91 Yes Yes Yes Real-time event 91 2025-10-03 23:46:58 SIG92 Yes Yes Yes Real-time event 92 2025-10-03 23:46:58 SIG93 Yes Yes Yes Real-time event 93 2025-10-03 23:46:58 SIG94 Yes Yes Yes Real-time event 94 2025-10-03 23:46:58 SIG95 Yes Yes Yes Real-time event 95 2025-10-03 23:46:58 SIG96 Yes Yes Yes Real-time event 96 2025-10-03 23:46:58 SIG97 Yes Yes Yes Real-time event 97 2025-10-03 23:46:58 SIG98 Yes Yes Yes Real-time event 98 2025-10-03 23:46:58 SIG99 Yes Yes Yes Real-time event 99 2025-10-03 23:46:58 SIG100 Yes Yes Yes Real-time event 100 2025-10-03 23:46:58 SIG101 Yes Yes Yes Real-time event 101 2025-10-03 23:46:58 SIG102 Yes Yes Yes Real-time event 102 2025-10-03 23:46:58 SIG103 Yes Yes Yes Real-time event 103 2025-10-03 23:46:58 SIG104 Yes Yes Yes Real-time event 104 2025-10-03 23:46:58 SIG105 Yes Yes Yes Real-time event 105 2025-10-03 23:46:58 SIG106 Yes Yes Yes Real-time event 106 2025-10-03 23:46:58 SIG107 Yes Yes Yes Real-time event 107 2025-10-03 23:46:58 SIG108 Yes Yes Yes Real-time event 108 2025-10-03 23:46:58 SIG109 Yes Yes Yes Real-time event 109 2025-10-03 23:46:58 SIG110 Yes Yes Yes Real-time event 110 2025-10-03 23:46:58 SIG111 Yes Yes Yes Real-time event 111 2025-10-03 23:46:58 SIG112 Yes Yes Yes Real-time event 112 2025-10-03 23:46:58 SIG113 Yes Yes Yes Real-time event 113 2025-10-03 23:46:58 SIG114 Yes Yes Yes Real-time event 114 2025-10-03 23:46:58 SIG115 Yes Yes Yes Real-time event 115 2025-10-03 23:46:58 SIG116 Yes Yes Yes Real-time event 116 2025-10-03 23:46:58 SIG117 Yes Yes Yes Real-time event 117 2025-10-03 23:46:58 SIG118 Yes Yes Yes Real-time event 118 2025-10-03 23:46:58 SIG119 Yes Yes Yes Real-time event 119 2025-10-03 23:46:58 SIG120 Yes Yes Yes Real-time event 120 2025-10-03 23:46:58 SIG121 Yes Yes Yes Real-time event 121 2025-10-03 23:46:58 SIG122 Yes Yes Yes Real-time event 122 2025-10-03 23:46:58 SIG123 Yes Yes Yes Real-time event 123 2025-10-03 23:46:58 SIG124 Yes Yes Yes Real-time event 124 2025-10-03 23:46:58 SIG125 Yes Yes Yes Real-time event 125 2025-10-03 23:46:58 SIG126 Yes Yes Yes Real-time event 126 2025-10-03 23:46:58 SIG127 Yes Yes Yes Real-time event 127 2025-10-03 23:46:58 SIGINFO Yes Yes Yes Information request 2025-10-03 23:46:58 EXC_BAD_ACCESS Yes Yes Yes Could not access memory 2025-10-03 23:46:58 EXC_BAD_INSTRUCTION Yes Yes Yes Illegal instruction/operand 2025-10-03 23:46:58 EXC_ARITHMETIC Yes Yes Yes Arithmetic exception 2025-10-03 23:46:58 EXC_EMULATION Yes Yes Yes Emulation instruction 2025-10-03 23:46:58 EXC_SOFTWARE Yes Yes Yes Software generated exception 2025-10-03 23:46:58 EXC_BREAKPOINT Yes Yes Yes Breakpoint 2025-10-03 23:46:58 SIGLIBRT No No Yes librt internal signal 2025-10-03 23:46:58 2025-10-03 23:46:58 Use the "handle" command to change these tables. 2025-10-03 23:46:58 Connected to clickhouse-server after attaching gdb 2025-10-03 23:46:58 2025-10-03 23:46:58 real 0m6.001s 2025-10-03 23:46:58 user 0m0.118s 2025-10-03 23:46:58 sys 0m0.090s 2025-10-03 23:46:58 + for _ in {1..180} 2025-10-03 23:46:58 + clickhouse-client --query 'select 1' 2025-10-03 23:46:58 1 2025-10-03 23:46:58 + break 2025-10-03 23:46:58 + kill -0 152 2025-10-03 23:46:58 + echo 'Server started and responded.' 2025-10-03 23:46:58 Server started and responded. 2025-10-03 23:46:58 + setup_logs_replication 2025-10-03 23:46:58 + set +x 2025-10-03 23:46:58 File /tmp/export-logs-config.sh does not exist, do not setup 2025-10-03 23:46:58 + fuzzer_pid=910 2025-10-03 23:46:58 + echo 'Fuzzer pid is 910' 2025-10-03 23:46:58 Fuzzer pid is 910 2025-10-03 23:46:58 ++ ps -o pid= --ppid 910 2025-10-03 23:46:58 ++ sort -R 2025-10-03 23:46:58 + actual_fuzzer_pid=' 912' 2025-10-03 23:46:58 + [[ 0 = \1 ]] 2025-10-03 23:46:58 + echo 'Attaching gdb to the fuzzer itself' 2025-10-03 23:46:58 Attaching gdb to the fuzzer itself 2025-10-03 23:46:58 + fuzzer_exit_code=0 2025-10-03 23:46:58 + wait 910 2025-10-03 23:46:58 + gdb -batch -command script.gdb -p 912 2025-10-03 23:46:58 [Thread debugging using libthread_db enabled] 2025-10-03 23:46:58 Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 2025-10-03 23:46:58 0x00007ff6790833ea in wait4 () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:46:58 SIGINT is used by the debugger. 2025-10-03 23:46:58 Are you sure you want to change it? (y or n) [answered Y; input not from terminal] 2025-10-03 23:46:58 Signal Stop Print Pass to program Description 2025-10-03 23:46:58 2025-10-03 23:46:58 SIGHUP No No Yes Hangup 2025-10-03 23:46:58 SIGINT No No Yes Interrupt 2025-10-03 23:46:58 SIGQUIT No No Yes Quit 2025-10-03 23:46:58 SIGILL Yes Yes Yes Illegal instruction 2025-10-03 23:46:58 SIGTRAP Yes Yes No Trace/breakpoint trap 2025-10-03 23:46:58 SIGABRT Yes Yes Yes Aborted 2025-10-03 23:46:58 SIGEMT Yes Yes Yes Emulation trap 2025-10-03 23:46:58 SIGFPE Yes Yes Yes Arithmetic exception 2025-10-03 23:46:58 SIGKILL Yes Yes Yes Killed 2025-10-03 23:46:58 SIGBUS Yes Yes Yes Bus error 2025-10-03 23:46:58 SIGSEGV Yes Yes Yes Segmentation fault 2025-10-03 23:46:58 SIGSYS Yes Yes Yes Bad system call 2025-10-03 23:46:58 SIGPIPE No No Yes Broken pipe 2025-10-03 23:46:58 SIGALRM No No Yes Alarm clock 2025-10-03 23:46:58 SIGTERM No No Yes Terminated 2025-10-03 23:46:58 SIGURG No No Yes Urgent I/O condition 2025-10-03 23:46:58 SIGSTOP Yes Yes Yes Stopped (signal) 2025-10-03 23:46:58 SIGTSTP Yes Yes Yes Stopped (user) 2025-10-03 23:46:58 SIGCONT Yes Yes Yes Continued 2025-10-03 23:46:58 SIGCHLD No No Yes Child status changed 2025-10-03 23:46:58 SIGTTIN Yes Yes Yes Stopped (tty input) 2025-10-03 23:46:58 SIGTTOU Yes Yes Yes Stopped (tty output) 2025-10-03 23:46:58 SIGIO No No Yes I/O possible 2025-10-03 23:46:58 SIGXCPU Yes Yes Yes CPU time limit exceeded 2025-10-03 23:46:58 SIGXFSZ Yes Yes Yes File size limit exceeded 2025-10-03 23:46:58 SIGVTALRM No No Yes Virtual timer expired 2025-10-03 23:46:58 SIGPROF No No Yes Profiling timer expired 2025-10-03 23:46:58 SIGWINCH No No Yes Window size changed 2025-10-03 23:46:58 SIGLOST Yes Yes Yes Resource lost 2025-10-03 23:46:58 SIGUSR1 No No Yes User defined signal 1 2025-10-03 23:46:58 SIGUSR2 No No Yes User defined signal 2 2025-10-03 23:46:58 SIGPWR Yes Yes Yes Power fail/restart 2025-10-03 23:46:58 SIGPOLL No No Yes Pollable event occurred 2025-10-03 23:46:58 SIGWIND Yes Yes Yes SIGWIND 2025-10-03 23:46:58 SIGPHONE Yes Yes Yes SIGPHONE 2025-10-03 23:46:58 SIGWAITING No No Yes Process's LWPs are blocked 2025-10-03 23:46:58 SIGLWP No No Yes Signal LWP 2025-10-03 23:46:58 SIGDANGER Yes Yes Yes Swap space dangerously low 2025-10-03 23:46:58 SIGGRANT Yes Yes Yes Monitor mode granted 2025-10-03 23:46:58 SIGRETRACT Yes Yes Yes Need to relinquish monitor mode 2025-10-03 23:46:58 SIGMSG Yes Yes Yes Monitor mode data available 2025-10-03 23:46:58 SIGSOUND Yes Yes Yes Sound completed 2025-10-03 23:46:58 SIGSAK Yes Yes Yes Secure attention 2025-10-03 23:46:58 SIGPRIO No No Yes SIGPRIO 2025-10-03 23:46:58 SIG33 No No Yes Real-time event 33 2025-10-03 23:46:58 SIG34 No No Yes Real-time event 34 2025-10-03 23:46:58 SIG35 Yes Yes Yes Real-time event 35 2025-10-03 23:46:58 SIG36 Yes Yes Yes Real-time event 36 2025-10-03 23:46:58 SIG37 Yes Yes Yes Real-time event 37 2025-10-03 23:46:58 SIG38 Yes Yes Yes Real-time event 38 2025-10-03 23:46:58 SIG39 Yes Yes Yes Real-time event 39 2025-10-03 23:46:58 SIG40 Yes Yes Yes Real-time event 40 2025-10-03 23:46:58 SIG41 Yes Yes Yes Real-time event 41 2025-10-03 23:46:58 SIG42 Yes Yes Yes Real-time event 42 2025-10-03 23:46:58 SIG43 Yes Yes Yes Real-time event 43 2025-10-03 23:46:58 SIG44 Yes Yes Yes Real-time event 44 2025-10-03 23:46:58 SIG45 Yes Yes Yes Real-time event 45 2025-10-03 23:46:58 SIG46 Yes Yes Yes Real-time event 46 2025-10-03 23:46:58 SIG47 Yes Yes Yes Real-time event 47 2025-10-03 23:46:58 SIG48 Yes Yes Yes Real-time event 48 2025-10-03 23:46:58 SIG49 Yes Yes Yes Real-time event 49 2025-10-03 23:46:58 SIG50 Yes Yes Yes Real-time event 50 2025-10-03 23:46:58 SIG51 Yes Yes Yes Real-time event 51 2025-10-03 23:46:58 SIG52 Yes Yes Yes Real-time event 52 2025-10-03 23:46:58 SIG53 Yes Yes Yes Real-time event 53 2025-10-03 23:46:58 SIG54 Yes Yes Yes Real-time event 54 2025-10-03 23:46:58 SIG55 Yes Yes Yes Real-time event 55 2025-10-03 23:46:58 SIG56 Yes Yes Yes Real-time event 56 2025-10-03 23:46:58 SIG57 Yes Yes Yes Real-time event 57 2025-10-03 23:46:58 SIG58 Yes Yes Yes Real-time event 58 2025-10-03 23:46:58 SIG59 Yes Yes Yes Real-time event 59 2025-10-03 23:46:58 SIG60 Yes Yes Yes Real-time event 60 2025-10-03 23:46:58 SIG61 Yes Yes Yes Real-time event 61 2025-10-03 23:46:58 SIG62 Yes Yes Yes Real-time event 62 2025-10-03 23:46:58 SIG63 Yes Yes Yes Real-time event 63 2025-10-03 23:46:58 SIGCANCEL No No Yes LWP internal signal 2025-10-03 23:46:58 SIG32 No No Yes Real-time event 32 2025-10-03 23:46:58 SIG64 Yes Yes Yes Real-time event 64 2025-10-03 23:46:58 SIG65 Yes Yes Yes Real-time event 65 2025-10-03 23:46:58 SIG66 Yes Yes Yes Real-time event 66 2025-10-03 23:46:58 SIG67 Yes Yes Yes Real-time event 67 2025-10-03 23:46:58 SIG68 Yes Yes Yes Real-time event 68 2025-10-03 23:46:58 SIG69 Yes Yes Yes Real-time event 69 2025-10-03 23:46:58 SIG70 Yes Yes Yes Real-time event 70 2025-10-03 23:46:58 SIG71 Yes Yes Yes Real-time event 71 2025-10-03 23:46:58 SIG72 Yes Yes Yes Real-time event 72 2025-10-03 23:46:58 SIG73 Yes Yes Yes Real-time event 73 2025-10-03 23:46:58 SIG74 Yes Yes Yes Real-time event 74 2025-10-03 23:46:58 SIG75 Yes Yes Yes Real-time event 75 2025-10-03 23:46:58 SIG76 Yes Yes Yes Real-time event 76 2025-10-03 23:46:58 SIG77 Yes Yes Yes Real-time event 77 2025-10-03 23:46:58 SIG78 Yes Yes Yes Real-time event 78 2025-10-03 23:46:58 SIG79 Yes Yes Yes Real-time event 79 2025-10-03 23:46:58 SIG80 Yes Yes Yes Real-time event 80 2025-10-03 23:46:58 SIG81 Yes Yes Yes Real-time event 81 2025-10-03 23:46:58 SIG82 Yes Yes Yes Real-time event 82 2025-10-03 23:46:58 SIG83 Yes Yes Yes Real-time event 83 2025-10-03 23:46:58 SIG84 Yes Yes Yes Real-time event 84 2025-10-03 23:46:58 SIG85 Yes Yes Yes Real-time event 85 2025-10-03 23:46:58 SIG86 Yes Yes Yes Real-time event 86 2025-10-03 23:46:58 SIG87 Yes Yes Yes Real-time event 87 2025-10-03 23:46:58 SIG88 Yes Yes Yes Real-time event 88 2025-10-03 23:46:58 SIG89 Yes Yes Yes Real-time event 89 2025-10-03 23:46:58 SIG90 Yes Yes Yes Real-time event 90 2025-10-03 23:46:58 SIG91 Yes Yes Yes Real-time event 91 2025-10-03 23:46:58 SIG92 Yes Yes Yes Real-time event 92 2025-10-03 23:46:58 SIG93 Yes Yes Yes Real-time event 93 2025-10-03 23:46:58 SIG94 Yes Yes Yes Real-time event 94 2025-10-03 23:46:58 SIG95 Yes Yes Yes Real-time event 95 2025-10-03 23:46:58 SIG96 Yes Yes Yes Real-time event 96 2025-10-03 23:46:58 SIG97 Yes Yes Yes Real-time event 97 2025-10-03 23:46:58 SIG98 Yes Yes Yes Real-time event 98 2025-10-03 23:46:58 SIG99 Yes Yes Yes Real-time event 99 2025-10-03 23:46:58 SIG100 Yes Yes Yes Real-time event 100 2025-10-03 23:46:58 SIG101 Yes Yes Yes Real-time event 101 2025-10-03 23:46:58 SIG102 Yes Yes Yes Real-time event 102 2025-10-03 23:46:58 SIG103 Yes Yes Yes Real-time event 103 2025-10-03 23:46:58 SIG104 Yes Yes Yes Real-time event 104 2025-10-03 23:46:58 SIG105 Yes Yes Yes Real-time event 105 2025-10-03 23:46:58 SIG106 Yes Yes Yes Real-time event 106 2025-10-03 23:46:58 SIG107 Yes Yes Yes Real-time event 107 2025-10-03 23:46:58 SIG108 Yes Yes Yes Real-time event 108 2025-10-03 23:46:58 SIG109 Yes Yes Yes Real-time event 109 2025-10-03 23:46:58 SIG110 Yes Yes Yes Real-time event 110 2025-10-03 23:46:58 SIG111 Yes Yes Yes Real-time event 111 2025-10-03 23:46:58 SIG112 Yes Yes Yes Real-time event 112 2025-10-03 23:46:58 SIG113 Yes Yes Yes Real-time event 113 2025-10-03 23:46:58 SIG114 Yes Yes Yes Real-time event 114 2025-10-03 23:46:58 SIG115 Yes Yes Yes Real-time event 115 2025-10-03 23:46:58 SIG116 Yes Yes Yes Real-time event 116 2025-10-03 23:46:58 SIG117 Yes Yes Yes Real-time event 117 2025-10-03 23:46:58 SIG118 Yes Yes Yes Real-time event 118 2025-10-03 23:46:58 SIG119 Yes Yes Yes Real-time event 119 2025-10-03 23:46:58 SIG120 Yes Yes Yes Real-time event 120 2025-10-03 23:46:58 SIG121 Yes Yes Yes Real-time event 121 2025-10-03 23:46:58 SIG122 Yes Yes Yes Real-time event 122 2025-10-03 23:46:58 SIG123 Yes Yes Yes Real-time event 123 2025-10-03 23:46:58 SIG124 Yes Yes Yes Real-time event 124 2025-10-03 23:46:58 SIG125 Yes Yes Yes Real-time event 125 2025-10-03 23:46:58 SIG126 Yes Yes Yes Real-time event 126 2025-10-03 23:46:58 SIG127 Yes Yes Yes Real-time event 127 2025-10-03 23:46:58 SIGINFO Yes Yes Yes Information request 2025-10-03 23:46:58 EXC_BAD_ACCESS Yes Yes Yes Could not access memory 2025-10-03 23:46:58 EXC_BAD_INSTRUCTION Yes Yes Yes Illegal instruction/operand 2025-10-03 23:46:58 EXC_ARITHMETIC Yes Yes Yes Arithmetic exception 2025-10-03 23:46:58 EXC_EMULATION Yes Yes Yes Emulation instruction 2025-10-03 23:46:58 EXC_SOFTWARE Yes Yes Yes Software generated exception 2025-10-03 23:46:58 EXC_BREAKPOINT Yes Yes Yes Breakpoint 2025-10-03 23:46:58 SIGLIBRT No No Yes librt internal signal 2025-10-03 23:46:58 2025-10-03 23:46:58 Use the "handle" command to change these tables. 2025-10-03 23:46:58 ++ ls -1 ch/tests/queries/0_stateless/00001_select_1.sql ch/tests/queries/0_stateless/00002_log_and_exception_messages_formatting.sql ch/tests/queries/0_stateless/00002_system_numbers.sql ch/tests/queries/0_stateless/00003_reinterpret_as_string.sql ch/tests/queries/0_stateless/00004_shard_format_ast_and_remote_table.sql ch/tests/queries/0_stateless/00005_shard_format_ast_and_remote_table_lambda.sql ch/tests/queries/0_stateless/00006_extremes_and_subquery_from.sql ch/tests/queries/0_stateless/00007_array.sql ch/tests/queries/0_stateless/00008_array_join.sql ch/tests/queries/0_stateless/00009_array_join_subquery.sql ch/tests/queries/0_stateless/00010_big_array_join.sql ch/tests/queries/0_stateless/00011_array_join_alias.sql ch/tests/queries/0_stateless/00012_array_join_alias_2.sql ch/tests/queries/0_stateless/00013_create_table_with_arrays.sql ch/tests/queries/0_stateless/00014_select_from_table_with_nested.sql ch/tests/queries/0_stateless/00015_totals_having_constants.sql ch/tests/queries/0_stateless/00016_totals_having_constants.sql ch/tests/queries/0_stateless/00017_in_subquery_with_empty_result.sql ch/tests/queries/0_stateless/00018_distinct_in_subquery.sql ch/tests/queries/0_stateless/00019_shard_quantiles_totals_distributed.sql ch/tests/queries/0_stateless/00020_sorting_arrays.sql ch/tests/queries/0_stateless/00021_sorting_arrays.sql ch/tests/queries/0_stateless/00022_func_higher_order_and_constants.sql ch/tests/queries/0_stateless/00023_agg_select_agg_subquery.sql ch/tests/queries/0_stateless/00024_unused_array_join_in_subquery.sql ch/tests/queries/0_stateless/00025_implicitly_used_subquery_column.sql ch/tests/queries/0_stateless/00026_shard_something_distributed.sql ch/tests/queries/0_stateless/00027_argMinMax.sql ch/tests/queries/0_stateless/00027_distinct_and_order_by.sql ch/tests/queries/0_stateless/00027_simple_argMinArray.sql ch/tests/queries/0_stateless/00028_shard_big_agg_aj_distributed.sql ch/tests/queries/0_stateless/00030_alter_table.sql ch/tests/queries/0_stateless/00031_parser_number.sql ch/tests/queries/0_stateless/00032_fixed_string_to_string.sql ch/tests/queries/0_stateless/00033_fixed_string_to_string.sql ch/tests/queries/0_stateless/00034_fixed_string_to_number.sql ch/tests/queries/0_stateless/00035_function_array_return_type.sql ch/tests/queries/0_stateless/00036_array_element.sql ch/tests/queries/0_stateless/00037_totals_limit.sql ch/tests/queries/0_stateless/00038_totals_limit.sql ch/tests/queries/0_stateless/00040_array_enumerate_uniq.sql ch/tests/queries/0_stateless/00041_aggregation_remap.sql ch/tests/queries/0_stateless/00041_big_array_join.sql ch/tests/queries/0_stateless/00042_set.sql ch/tests/queries/0_stateless/00043_summing_empty_part.sql ch/tests/queries/0_stateless/00044_sorting_by_string_descending.sql ch/tests/queries/0_stateless/00045_sorting_by_fixed_string_descending.sql ch/tests/queries/0_stateless/00046_stored_aggregates_simple.sql ch/tests/queries/0_stateless/00047_stored_aggregates_complex.sql ch/tests/queries/0_stateless/00048_a_stored_aggregates_merge.sql ch/tests/queries/0_stateless/00048_b_stored_aggregates_merge.sql ch/tests/queries/0_stateless/00049_any_left_join.sql ch/tests/queries/0_stateless/00050_any_left_join.sql ch/tests/queries/0_stateless/00051_any_inner_join.sql ch/tests/queries/0_stateless/00052_all_left_join.sql ch/tests/queries/0_stateless/00053_all_inner_join.sql ch/tests/queries/0_stateless/00054_join_string.sql ch/tests/queries/0_stateless/00055_join_two_numbers.sql ch/tests/queries/0_stateless/00056_join_number_string.sql ch/tests/queries/0_stateless/00057_join_aliases.sql ch/tests/queries/0_stateless/00059_shard_global_in_mergetree.sql ch/tests/queries/0_stateless/00059_shard_global_in.sql ch/tests/queries/0_stateless/00060_date_lut.sql ch/tests/queries/0_stateless/00061_merge_tree_alter.sql ch/tests/queries/0_stateless/00062_replicated_merge_tree_alter_zookeeper_long.sql ch/tests/queries/0_stateless/00063_check_query.sql ch/tests/queries/0_stateless/00064_negate_bug.sql ch/tests/queries/0_stateless/00065_shard_float_literals_formatting.sql ch/tests/queries/0_stateless/00066_group_by_in.sql ch/tests/queries/0_stateless/00067_replicate_segfault.sql ch/tests/queries/0_stateless/00068_empty_tiny_log.sql ch/tests/queries/0_stateless/00069_date_arithmetic.sql ch/tests/queries/0_stateless/00071_insert_fewer_columns.sql ch/tests/queries/0_stateless/00072_in_types.sql ch/tests/queries/0_stateless/00073_merge_sorting_empty_array_joined.sql ch/tests/queries/0_stateless/00075_shard_formatting_negate_of_negative_literal.sql ch/tests/queries/0_stateless/00076_ip_coding_functions.sql ch/tests/queries/0_stateless/00077_set_keys_fit_128_bits_many_blocks.sql ch/tests/queries/0_stateless/00078_string_concat.sql ch/tests/queries/0_stateless/00079_defaulted_columns.sql ch/tests/queries/0_stateless/00080_show_tables_and_system_tables.sql ch/tests/queries/0_stateless/00081_int_div_or_zero.sql ch/tests/queries/0_stateless/00082_append_trailing_char_if_absent.sql ch/tests/queries/0_stateless/00083_create_merge_tree_zookeeper_long.sql ch/tests/queries/0_stateless/00084_summing_merge_tree.sql ch/tests/queries/0_stateless/00085_visible_width_of_tuple_of_dates.sql ch/tests/queries/0_stateless/00086_concat_nary_const_with_nonconst_segfault.sql ch/tests/queries/0_stateless/00087_distinct_of_empty_arrays.sql ch/tests/queries/0_stateless/00087_math_functions.sql ch/tests/queries/0_stateless/00088_distinct_of_arrays_of_strings.sql ch/tests/queries/0_stateless/00089_group_by_arrays_of_fixed.sql ch/tests/queries/0_stateless/00096_aggregation_min_if.sql ch/tests/queries/0_stateless/00098_1_union_all.sql ch/tests/queries/0_stateless/00098_2_union_all.sql ch/tests/queries/0_stateless/00098_3_union_all.sql ch/tests/queries/0_stateless/00098_4_union_all.sql ch/tests/queries/0_stateless/00098_5_union_all.sql ch/tests/queries/0_stateless/00098_6_union_all.sql ch/tests/queries/0_stateless/00098_7_union_all.sql ch/tests/queries/0_stateless/00098_8_union_all.sql ch/tests/queries/0_stateless/00098_9_union_all.sql ch/tests/queries/0_stateless/00098_a_union_all.sql ch/tests/queries/0_stateless/00098_b_union_all.sql ch/tests/queries/0_stateless/00098_c_union_all.sql ch/tests/queries/0_stateless/00098_d_union_all.sql ch/tests/queries/0_stateless/00098_e_union_all.sql ch/tests/queries/0_stateless/00098_f_union_all.sql ch/tests/queries/0_stateless/00098_g_union_all.sql ch/tests/queries/0_stateless/00098_h_union_all.sql ch/tests/queries/0_stateless/00098_j_union_all.sql ch/tests/queries/0_stateless/00098_k_union_all.sql ch/tests/queries/0_stateless/00098_l_union_all.sql ch/tests/queries/0_stateless/00098_shard_i_union_all.sql ch/tests/queries/0_stateless/00099_join_many_blocks_segfault.sql ch/tests/queries/0_stateless/00101_materialized_views_and_insert_without_explicit_database.sql ch/tests/queries/0_stateless/00102_insert_into_temporary_table.sql ch/tests/queries/0_stateless/00103_ipv4_num_to_string_class_c.sql ch/tests/queries/0_stateless/00104_totals_having_mode.sql ch/tests/queries/0_stateless/00105_shard_collations.sql ch/tests/queries/0_stateless/00106_totals_after_having.sql ch/tests/queries/0_stateless/00107_totals_after_having.sql ch/tests/queries/0_stateless/00108_shard_totals_after_having.sql ch/tests/queries/0_stateless/00109_shard_totals_after_having.sql ch/tests/queries/0_stateless/00110_external_sort.sql ch/tests/queries/0_stateless/00111_shard_external_sort_distributed.sql ch/tests/queries/0_stateless/00112_shard_totals_after_having.sql ch/tests/queries/0_stateless/00113_shard_group_array.sql ch/tests/queries/0_stateless/00114_float_type_result_of_division.sql ch/tests/queries/0_stateless/00116_storage_set.sql ch/tests/queries/0_stateless/00117_parsing_arrays.sql ch/tests/queries/0_stateless/00118_storage_join.sql ch/tests/queries/0_stateless/00119_storage_join.sql ch/tests/queries/0_stateless/00120_join_and_group_by.sql ch/tests/queries/0_stateless/00121_drop_column_zookeeper.sql ch/tests/queries/0_stateless/00122_join_with_subquery_with_subquery.sql ch/tests/queries/0_stateless/00123_shard_unmerged_result_when_max_distributed_connections_is_one.sql ch/tests/queries/0_stateless/00124_shard_distributed_with_many_replicas.sql ch/tests/queries/0_stateless/00125_array_element_of_array_of_tuple.sql ch/tests/queries/0_stateless/00126_buffer.sql ch/tests/queries/0_stateless/00127_group_by_concat.sql ch/tests/queries/0_stateless/00128_group_by_number_and_fixed_string.sql ch/tests/queries/0_stateless/00129_quantile_timing_weighted.sql ch/tests/queries/0_stateless/00131_set_hashed.sql ch/tests/queries/0_stateless/00132_sets.sql ch/tests/queries/0_stateless/00134_aggregation_by_fixed_string_of_size_1_2_4_8.sql ch/tests/queries/0_stateless/00135_duplicate_group_by_keys_segfault.sql ch/tests/queries/0_stateless/00136_duplicate_order_by_elems.sql ch/tests/queries/0_stateless/00137_in_constants.sql ch/tests/queries/0_stateless/00138_table_aliases.sql ch/tests/queries/0_stateless/00140_parse_unix_timestamp_as_datetime.sql ch/tests/queries/0_stateless/00140_prewhere_column_order.sql ch/tests/queries/0_stateless/00141_parse_timestamp_as_datetime.sql ch/tests/queries/0_stateless/00142_parse_timestamp_as_datetime.sql ch/tests/queries/0_stateless/00143_number_classification_functions.sql ch/tests/queries/0_stateless/00144_empty_regexp.sql ch/tests/queries/0_stateless/00145_empty_likes.sql ch/tests/queries/0_stateless/00146_summing_merge_tree_nested_map.sql ch/tests/queries/0_stateless/00147_alter_nested_default.sql ch/tests/queries/0_stateless/00148_summing_merge_tree_aggregate_function.sql ch/tests/queries/0_stateless/00148_summing_merge_tree_nested_map_multiple_values.sql ch/tests/queries/0_stateless/00149_function_url_hash.sql ch/tests/queries/0_stateless/00150_with_totals_and_join.sql ch/tests/queries/0_stateless/00151_tuple_with_array.sql ch/tests/queries/0_stateless/00152_totals_in_subquery.sql ch/tests/queries/0_stateless/00153_transform.sql ch/tests/queries/0_stateless/00154_shard_distributed_with_distinct.sql ch/tests/queries/0_stateless/00156_array_map_to_constant.sql ch/tests/queries/0_stateless/00157_aliases_and_lambda_formal_parameters.sql ch/tests/queries/0_stateless/00158_buffer_and_nonexistent_table.sql ch/tests/queries/0_stateless/00159_whitespace_in_columns_list.sql ch/tests/queries/0_stateless/00160_merge_and_index_in_in.sql ch/tests/queries/0_stateless/00161_rounding_functions.sql ch/tests/queries/0_stateless/00162_shard_global_join.sql ch/tests/queries/0_stateless/00163_shard_join_with_empty_table.sql ch/tests/queries/0_stateless/00164_not_chain.sql ch/tests/queries/0_stateless/00165_transform_non_const_default.sql ch/tests/queries/0_stateless/00166_functions_of_aggregation_states.sql ch/tests/queries/0_stateless/00167_settings_inside_query.sql ch/tests/queries/0_stateless/00168_buffer_defaults.sql ch/tests/queries/0_stateless/00169_join_constant_keys.sql ch/tests/queries/0_stateless/00170_lower_upper_utf8.sql ch/tests/queries/0_stateless/00171_shard_array_of_tuple_remote.sql ch/tests/queries/0_stateless/00172_constexprs_in_set.sql ch/tests/queries/0_stateless/00173_compare_date_time_with_constant_string.sql ch/tests/queries/0_stateless/00174_compare_date_time_with_constant_string_in_in.sql ch/tests/queries/0_stateless/00175_if_num_arrays.sql ch/tests/queries/0_stateless/00175_partition_by_ignore.sql ch/tests/queries/0_stateless/00176_if_string_arrays.sql ch/tests/queries/0_stateless/00178_function_replicate.sql ch/tests/queries/0_stateless/00178_query_datetime64_index.sql ch/tests/queries/0_stateless/00179_lambdas_with_common_expressions_and_filter.sql ch/tests/queries/0_stateless/00180_attach_materialized_view.sql ch/tests/queries/0_stateless/00181_aggregate_functions_statistics.sql ch/tests/queries/0_stateless/00181_aggregate_functions_statistics_stable.sql ch/tests/queries/0_stateless/00182_functions_higher_order_and_consts.sql ch/tests/queries/0_stateless/00183_skip_unavailable_shards.sql ch/tests/queries/0_stateless/00184_shard_distributed_group_by_no_merge.sql ch/tests/queries/0_stateless/00185_array_literals.sql ch/tests/queries/0_stateless/00187_like_regexp_prefix.sql ch/tests/queries/0_stateless/00188_constants_as_arguments_of_aggregate_functions.sql ch/tests/queries/0_stateless/00189_time_zones_long.sql ch/tests/queries/0_stateless/00190_non_constant_array_of_constant_data.sql ch/tests/queries/0_stateless/00191_aggregating_merge_tree_and_final.sql ch/tests/queries/0_stateless/00192_least_greatest.sql ch/tests/queries/0_stateless/00193_parallel_replicas.sql ch/tests/queries/0_stateless/00194_identity.sql ch/tests/queries/0_stateless/00195_shard_union_all_and_global_in.sql ch/tests/queries/0_stateless/00196_float32_formatting.sql ch/tests/queries/0_stateless/00197_if_fixed_string.sql ch/tests/queries/0_stateless/00198_group_by_empty_arrays.sql ch/tests/queries/0_stateless/00199_ternary_operator_type_check.sql ch/tests/queries/0_stateless/00200_shard_distinct_order_by_limit_distributed.sql ch/tests/queries/0_stateless/00201_array_uniq.sql ch/tests/queries/0_stateless/00202_cross_join.sql ch/tests/queries/0_stateless/00203_full_join.sql ch/tests/queries/0_stateless/00204_extract_url_parameter.sql ch/tests/queries/0_stateless/00205_emptyscalar_subquery_type_mismatch_bug.sql ch/tests/queries/0_stateless/00205_scalar_subqueries.sql ch/tests/queries/0_stateless/00206_empty_array_to_single.sql ch/tests/queries/0_stateless/00207_left_array_join.sql ch/tests/queries/0_stateless/00208_agg_state_merge.sql ch/tests/queries/0_stateless/00209_insert_select_extremes.sql ch/tests/queries/0_stateless/00211_shard_query_formatting_aliases.sql ch/tests/queries/0_stateless/00212_long_shard_aggregate_function_uniq.sql ch/tests/queries/0_stateless/00213_multiple_global_in.sql ch/tests/queries/0_stateless/00214_primary_key_order.sql ch/tests/queries/0_stateless/00215_primary_key_order_zookeeper_long.sql ch/tests/queries/0_stateless/00216_bit_test_function_family.sql ch/tests/queries/0_stateless/00217_shard_global_subquery_columns_with_same_name.sql ch/tests/queries/0_stateless/00218_like_regexp_newline.sql ch/tests/queries/0_stateless/00219_full_right_join_column_order.sql ch/tests/queries/0_stateless/00220_shard_with_totals_in_subquery_remote_and_limit.sql ch/tests/queries/0_stateless/00222_sequence_aggregate_function_family.sql ch/tests/queries/0_stateless/00223_shard_distributed_aggregation_memory_efficient.sql ch/tests/queries/0_stateless/00224_shard_distributed_aggregation_memory_efficient_and_overflows.sql ch/tests/queries/0_stateless/00225_join_duplicate_columns.sql ch/tests/queries/0_stateless/00226_zookeeper_deduplication_and_unexpected_parts_long.sql ch/tests/queries/0_stateless/00227_quantiles_timing_arbitrary_order.sql ch/tests/queries/0_stateless/00228_shard_quantiles_deterministic_merge_overflow.sql ch/tests/queries/0_stateless/00229_prewhere_column_missing.sql ch/tests/queries/0_stateless/00230_array_functions_has_count_equal_index_of_non_const_second_arg.sql ch/tests/queries/0_stateless/00231_format_vertical_raw.sql ch/tests/queries/0_stateless/00232_format_readable_decimal_size.sql ch/tests/queries/0_stateless/00232_format_readable_size.sql ch/tests/queries/0_stateless/00233_position_function_family.sql ch/tests/queries/0_stateless/00233_position_function_sql_comparibilty.sql ch/tests/queries/0_stateless/00234_disjunctive_equality_chains_optimization.sql ch/tests/queries/0_stateless/00235_create_temporary_table_as.sql ch/tests/queries/0_stateless/00236_replicated_drop_on_non_leader_zookeeper_long.sql ch/tests/queries/0_stateless/00237_group_by_arrays.sql ch/tests/queries/0_stateless/00238_removal_of_temporary_columns.sql ch/tests/queries/0_stateless/00239_type_conversion_in_in.sql ch/tests/queries/0_stateless/00240_replace_substring_loop.sql ch/tests/queries/0_stateless/00250_tuple_comparison.sql ch/tests/queries/0_stateless/00251_has_types.sql ch/tests/queries/0_stateless/00252_shard_global_in_aggregate_function.sql ch/tests/queries/0_stateless/00253_insert_recursive_defaults.sql ch/tests/queries/0_stateless/00254_tuple_extremes.sql ch/tests/queries/0_stateless/00255_array_concat_string.sql ch/tests/queries/0_stateless/00256_reverse.sql ch/tests/queries/0_stateless/00257_shard_no_aggregates_and_constant_keys.sql ch/tests/queries/0_stateless/00258_materializing_tuples.sql ch/tests/queries/0_stateless/00259_hashing_tuples.sql ch/tests/queries/0_stateless/00260_like_and_curly_braces.sql ch/tests/queries/0_stateless/00261_storage_aliases_and_array_join.sql ch/tests/queries/0_stateless/00262_alter_alias.sql ch/tests/queries/0_stateless/00263_merge_aggregates_and_overflow.sql ch/tests/queries/0_stateless/00264_uniq_many_args.sql ch/tests/queries/0_stateless/00266_read_overflow_mode.sql ch/tests/queries/0_stateless/00266_shard_global_subquery_and_aliases.sql ch/tests/queries/0_stateless/00267_tuple_array_access_operators_priority.sql ch/tests/queries/0_stateless/00268_aliases_without_as_keyword.sql ch/tests/queries/0_stateless/00269_database_table_whitespace.sql ch/tests/queries/0_stateless/00270_views_query_processing_stage.sql ch/tests/queries/0_stateless/00271_agg_state_and_totals.sql ch/tests/queries/0_stateless/00272_union_all_and_in_subquery.sql ch/tests/queries/0_stateless/00273_quantiles.sql ch/tests/queries/0_stateless/00274_shard_group_array.sql ch/tests/queries/0_stateless/00275_shard_quantiles_weighted.sql ch/tests/queries/0_stateless/00276_sample.sql ch/tests/queries/0_stateless/00277_array_filter.sql ch/tests/queries/0_stateless/00278_insert_already_sorted.sql ch/tests/queries/0_stateless/00279_quantiles_permuted_args.sql ch/tests/queries/0_stateless/00280_hex_escape_sequence.sql ch/tests/queries/0_stateless/00282_merging.sql ch/tests/queries/0_stateless/00283_column_cut.sql ch/tests/queries/0_stateless/00284_external_aggregation_2.sql ch/tests/queries/0_stateless/00284_external_aggregation.sql ch/tests/queries/0_stateless/00285_not_all_data_in_totals.sql ch/tests/queries/0_stateless/00286_format_long_negative_float.sql ch/tests/queries/0_stateless/00287_column_const_with_nan.sql ch/tests/queries/0_stateless/00288_empty_stripelog.sql ch/tests/queries/0_stateless/00290_shard_aggregation_memory_efficient.sql ch/tests/queries/0_stateless/00291_array_reduce.sql ch/tests/queries/0_stateless/00292_parser_tuple_element.sql ch/tests/queries/0_stateless/00293_shard_max_subquery_depth.sql ch/tests/queries/0_stateless/00294_shard_enums.sql ch/tests/queries/0_stateless/00295_global_in_one_shard_rows_before_limit.sql ch/tests/queries/0_stateless/00296_url_parameters.sql ch/tests/queries/0_stateless/00298_enum_width_and_cast.sql ch/tests/queries/0_stateless/00299_stripe_log_multiple_inserts.sql ch/tests/queries/0_stateless/00300_csv.sql ch/tests/queries/0_stateless/00306_insert_values_and_expressions.sql ch/tests/queries/0_stateless/00307_format_xml.sql ch/tests/queries/0_stateless/00308_write_buffer_valid_utf8.sql ch/tests/queries/0_stateless/00309_formats_case_insensitive.sql ch/tests/queries/0_stateless/00309_formats.sql ch/tests/queries/0_stateless/00311_array_primary_key.sql ch/tests/queries/0_stateless/00312_position_case_insensitive_utf8.sql ch/tests/queries/0_stateless/00314_sample_factor_virtual_column.sql ch/tests/queries/0_stateless/00315_quantile_off_by_one.sql ch/tests/queries/0_stateless/00316_rounding_functions_and_empty_block.sql ch/tests/queries/0_stateless/00317_in_tuples_and_out_of_range_values.sql ch/tests/queries/0_stateless/00318_pk_tuple_order.sql ch/tests/queries/0_stateless/00319_index_for_like.sql ch/tests/queries/0_stateless/00320_between.sql ch/tests/queries/0_stateless/00321_pk_set.sql ch/tests/queries/0_stateless/00323_quantiles_timing_bug.sql ch/tests/queries/0_stateless/00324_hashing_enums.sql ch/tests/queries/0_stateless/00326_long_function_multi_if.sql ch/tests/queries/0_stateless/00327_summing_composite_nested.sql ch/tests/queries/0_stateless/00328_long_case_construction.sql ch/tests/queries/0_stateless/00330_view_subqueries.sql ch/tests/queries/0_stateless/00331_final_and_prewhere_condition_ver_column.sql ch/tests/queries/0_stateless/00331_final_and_prewhere.sql ch/tests/queries/0_stateless/00332_quantile_timing_memory_leak.sql ch/tests/queries/0_stateless/00333_parser_number_bug.sql ch/tests/queries/0_stateless/00334_column_aggregate_function_limit.sql ch/tests/queries/0_stateless/00337_shard_any_heavy.sql ch/tests/queries/0_stateless/00338_replicate_array_of_strings.sql ch/tests/queries/0_stateless/00340_squashing_insert_select.sql ch/tests/queries/0_stateless/00341_squashing_insert_select2.sql ch/tests/queries/0_stateless/00342_escape_sequences.sql ch/tests/queries/0_stateless/00343_array_element_generic.sql ch/tests/queries/0_stateless/00344_row_number_in_all_blocks.sql ch/tests/queries/0_stateless/00345_index_accurate_comparison.sql ch/tests/queries/0_stateless/00346_if_tuple.sql ch/tests/queries/0_stateless/00347_has_tuple.sql ch/tests/queries/0_stateless/00348_tuples.sql ch/tests/queries/0_stateless/00349_visible_width.sql ch/tests/queries/0_stateless/00350_count_distinct.sql ch/tests/queries/0_stateless/00351_select_distinct_arrays_tuples.sql ch/tests/queries/0_stateless/00352_external_sorting_and_constants.sql ch/tests/queries/0_stateless/00353_join_by_tuple.sql ch/tests/queries/0_stateless/00355_array_of_non_const_convertible_types.sql ch/tests/queries/0_stateless/00356_analyze_aggregations_and_union_all.sql ch/tests/queries/0_stateless/00357_to_string_complex_types.sql ch/tests/queries/0_stateless/00358_from_string_complex_types.sql ch/tests/queries/0_stateless/00359_convert_or_zero_functions.sql ch/tests/queries/0_stateless/00360_to_date_from_string_with_datetime.sql ch/tests/queries/0_stateless/00361_shared_array_offsets_and_squash_blocks.sql ch/tests/queries/0_stateless/00362_great_circle_distance.sql ch/tests/queries/0_stateless/00363_defaults.sql ch/tests/queries/0_stateless/00364_java_style_denormals.sql ch/tests/queries/0_stateless/00367_visible_width_of_array_tuple_enum.sql ch/tests/queries/0_stateless/00369_int_div_of_float.sql ch/tests/queries/0_stateless/00370_duplicate_columns_in_subqueries.sql ch/tests/queries/0_stateless/00371_union_all.sql ch/tests/queries/0_stateless/00373_group_by_tuple.sql ch/tests/queries/0_stateless/00374_any_last_if_merge.sql ch/tests/queries/0_stateless/00375_shard_group_uniq_array_of_string.sql ch/tests/queries/0_stateless/00376_shard_group_uniq_array_of_int_array.sql ch/tests/queries/0_stateless/00377_shard_group_uniq_array_of_string_array.sql ch/tests/queries/0_stateless/00378_json_quote_64bit_integers.sql ch/tests/queries/0_stateless/00381_first_significant_subdomain.sql ch/tests/queries/0_stateless/00383_utf8_validation.sql ch/tests/queries/0_stateless/00384_column_aggregate_function_insert_from.sql ch/tests/queries/0_stateless/00386_enum_in_pk.sql ch/tests/queries/0_stateless/00386_has_column_in_table.sql ch/tests/queries/0_stateless/00388_enum_with_totals.sql ch/tests/queries/0_stateless/00389_concat_operator.sql ch/tests/queries/0_stateless/00390_array_sort.sql ch/tests/queries/0_stateless/00392_enum_nested_alter.sql ch/tests/queries/0_stateless/00393_if_with_constant_condition.sql ch/tests/queries/0_stateless/00394_new_nested_column_keeps_offsets.sql ch/tests/queries/0_stateless/00394_replaceall_vector_fixed.sql ch/tests/queries/0_stateless/00395_nullable.sql ch/tests/queries/0_stateless/00396_uuid.sql ch/tests/queries/0_stateless/00396_uuid_v7.sql ch/tests/queries/0_stateless/00397_tsv_format_synonym.sql ch/tests/queries/0_stateless/00398_url_functions.gen.sql ch/tests/queries/0_stateless/00399_group_uniq_array_date_datetime.sql ch/tests/queries/0_stateless/00401_merge_and_stripelog.sql ch/tests/queries/0_stateless/00402_nan_and_extremes.sql ch/tests/queries/0_stateless/00403_to_start_of_day.sql ch/tests/queries/0_stateless/00404_null_literal.sql ch/tests/queries/0_stateless/00405_output_format_pretty_color.sql ch/tests/queries/0_stateless/00405_pretty_formats.sql ch/tests/queries/0_stateless/00406_tuples_with_nulls.sql ch/tests/queries/0_stateless/00409_shard_limit_by.sql ch/tests/queries/0_stateless/00410_aggregation_combinators_with_arenas.sql ch/tests/queries/0_stateless/00411_long_accurate_number_comparison_float.sql ch/tests/queries/0_stateless/00411_merge_tree_where_const_in_set.sql ch/tests/queries/0_stateless/00412_logical_expressions_optimizer.sql ch/tests/queries/0_stateless/00413_distinct.sql ch/tests/queries/0_stateless/00413_least_greatest_new_behavior.sql ch/tests/queries/0_stateless/00414_time_zones_direct_conversion.sql ch/tests/queries/0_stateless/00420_null_in_scalar_subqueries.sql ch/tests/queries/0_stateless/00422_hash_function_constexpr.sql ch/tests/queries/0_stateless/00423_storage_log_single_thread.sql ch/tests/queries/0_stateless/00424_shard_aggregate_functions_of_nullable.sql ch/tests/queries/0_stateless/00425_count_nullable.sql ch/tests/queries/0_stateless/00426_nulls_sorting.sql ch/tests/queries/0_stateless/00429_point_in_ellipses.sql ch/tests/queries/0_stateless/00431_if_nulls.sql ch/tests/queries/0_stateless/00432_aggregate_function_scalars_and_constants.sql ch/tests/queries/0_stateless/00433_ifnull.sql ch/tests/queries/0_stateless/00434_tonullable.sql ch/tests/queries/0_stateless/00435_coalesce.sql ch/tests/queries/0_stateless/00436_convert_charset.sql ch/tests/queries/0_stateless/00436_fixed_string_16_comparisons.sql ch/tests/queries/0_stateless/00437_nulls_first_last.sql ch/tests/queries/0_stateless/00438_bit_rotate.sql ch/tests/queries/0_stateless/00439_fixed_string_filter.sql ch/tests/queries/0_stateless/00440_nulls_merge_tree.sql ch/tests/queries/0_stateless/00441_nulls_in.sql ch/tests/queries/0_stateless/00442_filter_by_nullable.sql ch/tests/queries/0_stateless/00444_join_use_nulls.sql ch/tests/queries/0_stateless/00445_join_nullable_keys.sql ch/tests/queries/0_stateless/00446_clear_column_in_partition_zookeeper_long.sql ch/tests/queries/0_stateless/00447_foreach_modifier.sql ch/tests/queries/0_stateless/00448_replicate_nullable_tuple_generic.sql ch/tests/queries/0_stateless/00448_to_string_cut_to_zero.sql ch/tests/queries/0_stateless/00449_filter_array_nullable_tuple.sql ch/tests/queries/0_stateless/00450_higher_order_and_nullable.sql ch/tests/queries/0_stateless/00451_left_array_join_and_constants.sql ch/tests/queries/0_stateless/00452_left_array_join_and_nullable.sql ch/tests/queries/0_stateless/00453_cast_enum.sql ch/tests/queries/0_stateless/00453_top_k.sql ch/tests/queries/0_stateless/00456_alter_nullable.sql ch/tests/queries/0_stateless/00457_log_tinylog_stripelog_nullable.sql ch/tests/queries/0_stateless/00458_merge_type_cast.sql ch/tests/queries/0_stateless/00459_group_array_insert_at.sql ch/tests/queries/0_stateless/00460_vertical_and_totals_extremes.sql ch/tests/queries/0_stateless/00461_default_value_of_argument_type.sql ch/tests/queries/0_stateless/00462_json_true_false_literals.sql ch/tests/queries/0_stateless/00464_array_element_out_of_range.sql ch/tests/queries/0_stateless/00464_sort_all_constant_columns.sql ch/tests/queries/0_stateless/00465_nullable_default.sql ch/tests/queries/0_stateless/00466_comments_in_keyword.sql ch/tests/queries/0_stateless/00467_qualified_names.sql ch/tests/queries/0_stateless/00468_array_join_multiple_arrays_and_use_original_column.sql ch/tests/queries/0_stateless/00469_comparison_of_strings_containing_null_char.sql ch/tests/queries/0_stateless/00470_identifiers_in_double_quotes.sql ch/tests/queries/0_stateless/00471_sql_style_quoting.sql ch/tests/queries/0_stateless/00472_compare_uuid_with_constant_string.sql ch/tests/queries/0_stateless/00472_create_view_if_not_exists.sql ch/tests/queries/0_stateless/00475_in_join_db_table.sql ch/tests/queries/0_stateless/00476_pretty_formats_and_widths.sql ch/tests/queries/0_stateless/00477_parsing_data_types.sql ch/tests/queries/0_stateless/00479_date_and_datetime_to_number.sql ch/tests/queries/0_stateless/00480_mac_addresses.sql ch/tests/queries/0_stateless/00481_create_view_for_null.sql ch/tests/queries/0_stateless/00481_reading_from_last_granula.sql ch/tests/queries/0_stateless/00482_subqueries_and_aliases.sql ch/tests/queries/0_stateless/00483_cast_syntax.sql ch/tests/queries/0_stateless/00483_reading_from_array_structure.sql ch/tests/queries/0_stateless/00484_preferred_max_column_in_block_size_bytes.sql ch/tests/queries/0_stateless/00486_if_fixed_string.sql ch/tests/queries/0_stateless/00487_if_array_fixed_string.sql ch/tests/queries/0_stateless/00488_column_name_primary.sql ch/tests/queries/0_stateless/00488_non_ascii_column_names.sql ch/tests/queries/0_stateless/00489_pk_subexpression.sql ch/tests/queries/0_stateless/00490_special_line_separators_and_characters_outside_of_bmp.sql ch/tests/queries/0_stateless/00490_with_select.sql ch/tests/queries/0_stateless/00491_shard_distributed_and_aliases_in_where_having.sql ch/tests/queries/0_stateless/00492_drop_temporary_table.sql ch/tests/queries/0_stateless/00494_shard_alias_substitution_bug.sql ch/tests/queries/0_stateless/00495_reading_const_zero_column.sql ch/tests/queries/0_stateless/00498_array_functions_concat_slice_push_pop.sql ch/tests/queries/0_stateless/00498_bitwise_aggregate_functions.sql ch/tests/queries/0_stateless/00499_json_enum_insert.sql ch/tests/queries/0_stateless/00500_point_in_polygon_2d_const.sql ch/tests/queries/0_stateless/00500_point_in_polygon_bug_2.sql ch/tests/queries/0_stateless/00500_point_in_polygon_bug_3_linestring_rotation_precision.sql ch/tests/queries/0_stateless/00500_point_in_polygon_bug.sql ch/tests/queries/0_stateless/00500_point_in_polygon_nan.sql ch/tests/queries/0_stateless/00500_point_in_polygon_non_const_poly.sql ch/tests/queries/0_stateless/00500_point_in_polygon.sql ch/tests/queries/0_stateless/00502_custom_partitioning_local.sql ch/tests/queries/0_stateless/00502_custom_partitioning_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/00502_string_concat_with_array.sql ch/tests/queries/0_stateless/00502_sum_map.sql ch/tests/queries/0_stateless/00503_cast_const_nullable.sql ch/tests/queries/0_stateless/00504_mergetree_arrays_rw.sql ch/tests/queries/0_stateless/00506_shard_global_in_union.sql ch/tests/queries/0_stateless/00506_union_distributed.sql ch/tests/queries/0_stateless/00507_sumwithoverflow.sql ch/tests/queries/0_stateless/00508_materialized_view_to.sql ch/tests/queries/0_stateless/00509_extended_storage_definition_syntax_zookeeper.sql ch/tests/queries/0_stateless/00510_materizlized_view_and_deduplication_zookeeper.sql ch/tests/queries/0_stateless/00511_get_size_of_enum.sql ch/tests/queries/0_stateless/00513_fractional_time_zones.sql ch/tests/queries/0_stateless/00514_interval_operators.sql ch/tests/queries/0_stateless/00515_enhanced_time_zones.sql ch/tests/queries/0_stateless/00515_gcd_lcm.sql ch/tests/queries/0_stateless/00515_shard_desc_table_functions_and_subqueries.sql ch/tests/queries/0_stateless/00516_deduplication_after_drop_partition_zookeeper.sql ch/tests/queries/0_stateless/00516_is_inf_nan.sql ch/tests/queries/0_stateless/00516_modulo.sql ch/tests/queries/0_stateless/00517_date_parsing.sql ch/tests/queries/0_stateless/00518_extract_all_and_empty_matches.sql ch/tests/queries/0_stateless/00519_create_as_select_from_temporary_table.sql ch/tests/queries/0_stateless/00520_tuple_values_interpreter.sql ch/tests/queries/0_stateless/00521_multidimensional.sql ch/tests/queries/0_stateless/00522_multidimensional.sql ch/tests/queries/0_stateless/00523_aggregate_functions_in_group_array.sql ch/tests/queries/0_stateless/00524_time_intervals_months_underflow.sql ch/tests/queries/0_stateless/00525_aggregate_functions_of_nullable_that_return_non_nullable.sql ch/tests/queries/0_stateless/00526_array_join_with_arrays_of_nullable.sql ch/tests/queries/0_stateless/00527_totals_having_nullable.sql ch/tests/queries/0_stateless/00528_const_of_nullable.sql ch/tests/queries/0_stateless/00529_orantius.sql ch/tests/queries/0_stateless/00530_arrays_of_nothing.sql ch/tests/queries/0_stateless/00531_aggregate_over_nullable.sql ch/tests/queries/0_stateless/00532_topk_generic.sql ch/tests/queries/0_stateless/00533_uniq_array.sql ch/tests/queries/0_stateless/00534_exp10.sql ch/tests/queries/0_stateless/00535_parse_float_scientific.sql ch/tests/queries/0_stateless/00536_int_exp.sql ch/tests/queries/0_stateless/00537_quarters.sql ch/tests/queries/0_stateless/00538_datediff_plural_units.sql ch/tests/queries/0_stateless/00538_datediff.sql ch/tests/queries/0_stateless/00539_functions_for_working_with_json.sql ch/tests/queries/0_stateless/00541_kahan_sum.sql ch/tests/queries/0_stateless/00541_to_start_of_fifteen_minutes.sql ch/tests/queries/0_stateless/00542_access_to_temporary_table_in_readonly_mode.sql ch/tests/queries/0_stateless/00542_materialized_view_and_time_zone_tag.sql ch/tests/queries/0_stateless/00543_null_and_prewhere.sql ch/tests/queries/0_stateless/00544_agg_foreach_of_two_arg.sql ch/tests/queries/0_stateless/00544_insert_with_select.sql ch/tests/queries/0_stateless/00545_weird_aggregate_functions.sql ch/tests/queries/0_stateless/00546_shard_tuple_element_formatting.sql ch/tests/queries/0_stateless/00547_named_tuples.sql ch/tests/queries/0_stateless/00548_slice_of_nested.sql ch/tests/queries/0_stateless/00549_join_use_nulls.sql ch/tests/queries/0_stateless/00551_parse_or_null.sql ch/tests/queries/0_stateless/00552_logical_functions_simple.sql ch/tests/queries/0_stateless/00552_logical_functions_ternary.sql ch/tests/queries/0_stateless/00552_logical_functions_uint8_as_bool.sql ch/tests/queries/0_stateless/00552_or_nullable.sql ch/tests/queries/0_stateless/00553_buff_exists_materlized_column.sql ch/tests/queries/0_stateless/00553_invalid_nested_name.sql ch/tests/queries/0_stateless/00554_nested_and_table_engines.sql ch/tests/queries/0_stateless/00555_hasAll_hasAny.sql ch/tests/queries/0_stateless/00555_hasSubstr.sql ch/tests/queries/0_stateless/00555_right_join_excessive_rows.sql ch/tests/queries/0_stateless/00556_array_intersect.sql ch/tests/queries/0_stateless/00556_remove_columns_from_subquery.sql ch/tests/queries/0_stateless/00557_alter_null_storage_tables.sql ch/tests/queries/0_stateless/00557_array_resize.sql ch/tests/queries/0_stateless/00558_aggregate_merge_totals_with_arenas.sql ch/tests/queries/0_stateless/00558_parse_floats.sql ch/tests/queries/0_stateless/00559_filter_array_generic.sql ch/tests/queries/0_stateless/00560_float_leading_plus_in_exponent.sql ch/tests/queries/0_stateless/00561_storage_join.sql ch/tests/queries/0_stateless/00562_in_subquery_merge_tree.sql ch/tests/queries/0_stateless/00562_rewrite_select_expression_with_union.sql ch/tests/queries/0_stateless/00563_complex_in_expression.sql ch/tests/queries/0_stateless/00563_insert_into_remote_and_zookeeper_long.sql ch/tests/queries/0_stateless/00563_shard_insert_into_remote.sql ch/tests/queries/0_stateless/00564_initial_column_values_with_default_expression.sql ch/tests/queries/0_stateless/00564_temporary_table_management.sql ch/tests/queries/0_stateless/00564_versioned_collapsing_merge_tree.sql ch/tests/queries/0_stateless/00566_enum_min_max.sql ch/tests/queries/0_stateless/00567_parse_datetime_as_unix_timestamp.sql ch/tests/queries/0_stateless/00568_empty_function_with_fixed_string.sql ch/tests/queries/0_stateless/00569_parse_date_time_best_effort.sql ch/tests/queries/0_stateless/00570_empty_array_is_const.sql ch/tests/queries/0_stateless/00571_alter_nullable.sql ch/tests/queries/0_stateless/00571_non_exist_database_when_create_materializ_view.sql ch/tests/queries/0_stateless/00572_aggregation_by_empty_set.sql ch/tests/queries/0_stateless/00573_shard_aggregation_by_empty_set.sql ch/tests/queries/0_stateless/00575_merge_and_index_with_function_in_in.sql ch/tests/queries/0_stateless/00576_nested_and_prewhere.sql ch/tests/queries/0_stateless/00577_full_join_segfault.sql ch/tests/queries/0_stateless/00577_replacing_merge_tree_vertical_merge.sql ch/tests/queries/0_stateless/00578_merge_table_and_table_virtual_column.sql ch/tests/queries/0_stateless/00578_merge_table_sampling.sql ch/tests/queries/0_stateless/00578_merge_table_shadow_virtual_column.sql ch/tests/queries/0_stateless/00578_merge_trees_without_primary_key.sql ch/tests/queries/0_stateless/00579_merge_tree_partition_and_primary_keys_using_same_expression.sql ch/tests/queries/0_stateless/00579_virtual_column_and_lazy.sql ch/tests/queries/0_stateless/00580_cast_nullable_to_non_nullable.sql ch/tests/queries/0_stateless/00580_consistent_hashing_functions.sql ch/tests/queries/0_stateless/00581_limit_on_result_and_subquery_and_insert.sql ch/tests/queries/0_stateless/00582_not_aliasing_functions.sql ch/tests/queries/0_stateless/00583_limit_by_expressions.sql ch/tests/queries/0_stateless/00584_view_union_all.sql ch/tests/queries/0_stateless/00585_union_all_subquery_aggregation_column_removal.sql ch/tests/queries/0_stateless/00586_removing_unused_columns_from_subquery.sql ch/tests/queries/0_stateless/00587_union_all_type_conversions.sql ch/tests/queries/0_stateless/00588_shard_distributed_prewhere.sql ch/tests/queries/0_stateless/00589_removal_unused_columns_aggregation.sql ch/tests/queries/0_stateless/00590_limit_by_column_removal.sql ch/tests/queries/0_stateless/00591_columns_removal_union_all.sql ch/tests/queries/0_stateless/00592_union_all_different_aliases.sql ch/tests/queries/0_stateless/00593_union_all_assert_columns_removed.sql ch/tests/queries/0_stateless/00594_alias_in_distributed.sql ch/tests/queries/0_stateless/00597_push_down_predicate_long.sql ch/tests/queries/0_stateless/00597_with_totals_on_empty_set.sql ch/tests/queries/0_stateless/00599_create_view_with_subquery.sql ch/tests/queries/0_stateless/00600_create_temporary_table_if_not_exists.sql ch/tests/queries/0_stateless/00603_system_parts_nonexistent_database.sql ch/tests/queries/0_stateless/00604_shard_remote_and_columns_with_defaults.sql ch/tests/queries/0_stateless/00604_show_create_database.sql ch/tests/queries/0_stateless/00605_intersections_aggregate_functions.sql ch/tests/queries/0_stateless/00606_quantiles_and_nans.sql ch/tests/queries/0_stateless/00607_index_in_in.sql ch/tests/queries/0_stateless/00608_uniq_array.sql ch/tests/queries/0_stateless/00609_distributed_with_case_when_then.sql ch/tests/queries/0_stateless/00609_mv_index_in_in.sql ch/tests/queries/0_stateless/00609_prewhere_and_default.sql ch/tests/queries/0_stateless/00610_materialized_view_forward_alter_partition_statements.sql ch/tests/queries/0_stateless/00612_count.sql ch/tests/queries/0_stateless/00612_http_max_query_size_for_distributed.sql ch/tests/queries/0_stateless/00612_pk_in_tuple.sql ch/tests/queries/0_stateless/00612_shard_count.sql ch/tests/queries/0_stateless/00612_union_query_with_subquery.sql ch/tests/queries/0_stateless/00613_shard_distributed_max_execution_time.sql ch/tests/queries/0_stateless/00614_array_nullable.sql ch/tests/queries/0_stateless/00614_shard_same_header_for_local_and_remote_node_in_distributed_query.sql ch/tests/queries/0_stateless/00615_nullable_alter_optimize.sql ch/tests/queries/0_stateless/00616_final_single_part.sql ch/tests/queries/0_stateless/00617_array_in.sql ch/tests/queries/0_stateless/00618_nullable_in.sql ch/tests/queries/0_stateless/00619_extract.sql ch/tests/queries/0_stateless/00619_union_highlite.sql ch/tests/queries/0_stateless/00620_optimize_on_nonleader_replica_zookeeper.sql ch/tests/queries/0_stateless/00621_regression_for_in_operator.sql ch/tests/queries/0_stateless/00622_select_in_parens.sql ch/tests/queries/0_stateless/00623_in_partition_key.sql ch/tests/queries/0_stateless/00623_replicated_truncate_table_zookeeper_long.sql ch/tests/queries/0_stateless/00623_truncate_all_tables.sql ch/tests/queries/0_stateless/00623_truncate_table.sql ch/tests/queries/0_stateless/00624_length_utf8.sql ch/tests/queries/0_stateless/00625_arrays_in_nested.sql ch/tests/queries/0_stateless/00625_summing_merge_tree_merge.sql ch/tests/queries/0_stateless/00626_in_syntax.sql ch/tests/queries/0_stateless/00626_replace_partition_from_table.sql ch/tests/queries/0_stateless/00627_recursive_alias.sql ch/tests/queries/0_stateless/00628_in_lambda_on_merge_table_bug.sql ch/tests/queries/0_stateless/00632_aggregation_window_funnel.sql ch/tests/queries/0_stateless/00632_get_sample_block_cache.sql ch/tests/queries/0_stateless/00633_func_or_in.sql ch/tests/queries/0_stateless/00634_rename_view.sql ch/tests/queries/0_stateless/00635_shard_distinct_order_by.sql ch/tests/queries/0_stateless/00639_startsWith.sql ch/tests/queries/0_stateless/00640_endsWith.sql ch/tests/queries/0_stateless/00642_cast.sql ch/tests/queries/0_stateless/00643_cast_zookeeper_long.sql ch/tests/queries/0_stateless/00644_different_expressions_with_same_alias.sql ch/tests/queries/0_stateless/00645_date_time_input_format.sql ch/tests/queries/0_stateless/00646_weird_mmx.sql ch/tests/queries/0_stateless/00647_histogram_negative.sql ch/tests/queries/0_stateless/00647_histogram.sql ch/tests/queries/0_stateless/00647_multiply_aggregation_state.sql ch/tests/queries/0_stateless/00647_select_numbers_with_offset.sql ch/tests/queries/0_stateless/00648_replacing_empty_set_from_prewhere.sql ch/tests/queries/0_stateless/00649_quantile_tdigest_negative.sql ch/tests/queries/0_stateless/00650_array_enumerate_uniq_with_tuples.sql ch/tests/queries/0_stateless/00653_monotonic_integer_cast.sql ch/tests/queries/0_stateless/00653_running_difference.sql ch/tests/queries/0_stateless/00660_optimize_final_without_partition.sql ch/tests/queries/0_stateless/00661_array_has_silviucpp.sql ch/tests/queries/0_stateless/00661_optimize_final_replicated_without_partition_zookeeper.sql ch/tests/queries/0_stateless/00662_array_has_nullable.sql ch/tests/queries/0_stateless/00662_has_nullable.sql ch/tests/queries/0_stateless/00663_tiny_log_empty_insert.sql ch/tests/queries/0_stateless/00664_cast_from_string_to_nullable.sql ch/tests/queries/0_stateless/00665_alter_nullable_string_to_nullable_uint8.sql ch/tests/queries/0_stateless/00666_uniq_complex_types.sql ch/tests/queries/0_stateless/00667_compare_arrays_of_different_types.sql ch/tests/queries/0_stateless/00668_compare_arrays_silviucpp.sql ch/tests/queries/0_stateless/00670_truncate_temporary_table.sql ch/tests/queries/0_stateless/00671_max_intersections.sql ch/tests/queries/0_stateless/00672_arrayDistinct.sql ch/tests/queries/0_stateless/00673_subquery_prepared_set_performance.sql ch/tests/queries/0_stateless/00674_has_array_enum.sql ch/tests/queries/0_stateless/00674_join_on_syntax.sql ch/tests/queries/0_stateless/00675_shard_remote_with_table_function.sql ch/tests/queries/0_stateless/00676_group_by_in.sql ch/tests/queries/0_stateless/00677_shard_any_heavy_merge.sql ch/tests/queries/0_stateless/00678_murmurhash.sql ch/tests/queries/0_stateless/00678_shard_funnel_window.sql ch/tests/queries/0_stateless/00679_replace_asterisk.sql ch/tests/queries/0_stateless/00679_uuid_in_key.sql ch/tests/queries/0_stateless/00680_duplicate_columns_inside_union_all.sql ch/tests/queries/0_stateless/00681_duplicate_columns_inside_union_all_stas_sviridov.sql ch/tests/queries/0_stateless/00685_output_format_json_escape_forward_slashes.sql ch/tests/queries/0_stateless/00687_insert_into_mv.sql ch/tests/queries/0_stateless/00688_aggregation_retention.sql ch/tests/queries/0_stateless/00688_case_without_else.sql ch/tests/queries/0_stateless/00688_low_cardinality_alter_add_column.sql ch/tests/queries/0_stateless/00688_low_cardinality_defaults.sql ch/tests/queries/0_stateless/00688_low_cardinality_dictionary_deserialization.sql ch/tests/queries/0_stateless/00688_low_cardinality_in.sql ch/tests/queries/0_stateless/00688_low_cardinality_nullable_cast.sql ch/tests/queries/0_stateless/00688_low_cardinality_prewhere.sql ch/tests/queries/0_stateless/00688_low_cardinality_serialization.sql ch/tests/queries/0_stateless/00688_low_cardinality_syntax.sql ch/tests/queries/0_stateless/00689_join_table_function.sql ch/tests/queries/0_stateless/00691_array_distinct.sql ch/tests/queries/0_stateless/00692_if_exception_code.sql ch/tests/queries/0_stateless/00693_max_block_size_system_tables_columns.sql ch/tests/queries/0_stateless/00695_pretty_max_column_pad_width.sql ch/tests/queries/0_stateless/00696_system_columns_limit.sql ch/tests/queries/0_stateless/00697_in_subquery_shard.sql ch/tests/queries/0_stateless/00698_validate_array_sizes_for_nested_kshvakov.sql ch/tests/queries/0_stateless/00698_validate_array_sizes_for_nested.sql ch/tests/queries/0_stateless/00700_decimal_aggregates.sql ch/tests/queries/0_stateless/00700_decimal_arithm.sql ch/tests/queries/0_stateless/00700_decimal_array_functions.sql ch/tests/queries/0_stateless/00700_decimal_bounds.sql ch/tests/queries/0_stateless/00700_decimal_casts_2.sql ch/tests/queries/0_stateless/00700_decimal_casts.sql ch/tests/queries/0_stateless/00700_decimal_compare.sql ch/tests/queries/0_stateless/00700_decimal_complex_types.sql ch/tests/queries/0_stateless/00700_decimal_defaults.sql ch/tests/queries/0_stateless/00700_decimal_empty_aggregates.sql ch/tests/queries/0_stateless/00700_decimal_formats.sql ch/tests/queries/0_stateless/00700_decimal_gathers.sql ch/tests/queries/0_stateless/00700_decimal_in_keys.sql ch/tests/queries/0_stateless/00700_decimal_math.sql ch/tests/queries/0_stateless/00700_decimal_null.sql ch/tests/queries/0_stateless/00700_decimal_round.sql ch/tests/queries/0_stateless/00700_decimal_with_default_precision_and_scale.sql ch/tests/queries/0_stateless/00700_to_decimal_or_something_1.gen.sql ch/tests/queries/0_stateless/00700_to_decimal_or_something.sql ch/tests/queries/0_stateless/00701_context_use_after_free.sql ch/tests/queries/0_stateless/00701_join_default_strictness.sql ch/tests/queries/0_stateless/00701_rollup.sql ch/tests/queries/0_stateless/00702_join_on_dups.sql ch/tests/queries/0_stateless/00702_join_with_using_dups.sql ch/tests/queries/0_stateless/00702_join_with_using.sql ch/tests/queries/0_stateless/00702_where_with_quailified_names.sql ch/tests/queries/0_stateless/00703_join_crash.sql ch/tests/queries/0_stateless/00704_arrayCumSumLimited_arrayDifference.sql ch/tests/queries/0_stateless/00705_aggregate_states_addition.sql ch/tests/queries/0_stateless/00706_iso_week_and_day_of_year.sql ch/tests/queries/0_stateless/00707_float_csv_delimiter.sql ch/tests/queries/0_stateless/00709_virtual_column_partition_id.sql ch/tests/queries/0_stateless/00710_array_enumerate_dense.sql ch/tests/queries/0_stateless/00711_array_enumerate_variants.sql ch/tests/queries/0_stateless/00712_nan_comparison.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias_and_virtual_column.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias_bug_2.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias_bug.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias.sql ch/tests/queries/0_stateless/00712_prewhere_with_final.sql ch/tests/queries/0_stateless/00712_prewhere_with_missing_columns_2.sql ch/tests/queries/0_stateless/00712_prewhere_with_missing_columns.sql ch/tests/queries/0_stateless/00712_prewhere_with_sampling_and_alias.sql ch/tests/queries/0_stateless/00712_prewhere_with_sampling.sql ch/tests/queries/0_stateless/00713_collapsing_merge_tree.sql ch/tests/queries/0_stateless/00714_alter_uuid.sql ch/tests/queries/0_stateless/00714_create_temporary_table_with_in_clause.sql ch/tests/queries/0_stateless/00715_bounding_ratio_merge_empty.sql ch/tests/queries/0_stateless/00715_bounding_ratio.sql ch/tests/queries/0_stateless/00716_allow_ddl.sql ch/tests/queries/0_stateless/00717_default_join_type.sql ch/tests/queries/0_stateless/00717_low_cardinaliry_distributed_group_by.sql ch/tests/queries/0_stateless/00717_low_cardinaliry_group_by.sql ch/tests/queries/0_stateless/00717_merge_and_distributed.sql ch/tests/queries/0_stateless/00718_format_datetime_1.sql ch/tests/queries/0_stateless/00718_format_datetime.sql ch/tests/queries/0_stateless/00718_low_cardinaliry_alter.sql ch/tests/queries/0_stateless/00719_format_datetime_rand.sql ch/tests/queries/0_stateless/00720_combinations_of_aggregate_combinators.sql ch/tests/queries/0_stateless/00720_with_cube.sql ch/tests/queries/0_stateless/00721_force_by_identical_result_after_merge_zookeeper_long.sql ch/tests/queries/0_stateless/00722_inner_join.sql ch/tests/queries/0_stateless/00723_remerge_sort.sql ch/tests/queries/0_stateless/00724_insert_values_datetime_conversion.sql ch/tests/queries/0_stateless/00725_comment_columns_long.sql ch/tests/queries/0_stateless/00725_ipv4_ipv6_domains.sql ch/tests/queries/0_stateless/00725_join_on_bug_1.sql ch/tests/queries/0_stateless/00725_join_on_bug_2.sql ch/tests/queries/0_stateless/00725_join_on_bug_3.sql ch/tests/queries/0_stateless/00725_join_on_bug_4.sql ch/tests/queries/0_stateless/00725_memory_tracking.sql ch/tests/queries/0_stateless/00725_quantiles_shard.sql ch/tests/queries/0_stateless/00726_length_aliases.sql ch/tests/queries/0_stateless/00726_materialized_view_concurrent.sql ch/tests/queries/0_stateless/00726_modulo_for_date.sql ch/tests/queries/0_stateless/00727_concat.sql ch/tests/queries/0_stateless/00729_prewhere_array_join.sql ch/tests/queries/0_stateless/00730_unicode_terminal_format.sql ch/tests/queries/0_stateless/00732_base64_functions.sql ch/tests/queries/0_stateless/00732_decimal_summing_merge_tree.sql ch/tests/queries/0_stateless/00732_quorum_insert_have_data_before_quorum_zookeeper_long.sql ch/tests/queries/0_stateless/00732_quorum_insert_lost_part_and_alive_part_zookeeper_long.sql ch/tests/queries/0_stateless/00732_quorum_insert_lost_part_zookeeper_long.sql ch/tests/queries/0_stateless/00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long.sql ch/tests/queries/0_stateless/00732_quorum_insert_simple_test_1_parts_zookeeper_long.sql ch/tests/queries/0_stateless/00732_quorum_insert_simple_test_2_parts_zookeeper_long.sql ch/tests/queries/0_stateless/00733_if_datetime.sql ch/tests/queries/0_stateless/00734_timeslot.sql ch/tests/queries/0_stateless/00735_long_conditional.sql ch/tests/queries/0_stateless/00735_or_expr_optimize_bug.sql ch/tests/queries/0_stateless/00736_disjunction_optimisation.sql ch/tests/queries/0_stateless/00737_decimal_group_by.sql ch/tests/queries/0_stateless/00738_nested_merge_multidimensional_array.sql ch/tests/queries/0_stateless/00739_array_element_nullable_string_mattrobenolt.sql ch/tests/queries/0_stateless/00740_database_in_nested_view.sql ch/tests/queries/0_stateless/00740_optimize_predicate_expression.sql ch/tests/queries/0_stateless/00741_client_comment_multiline.sql ch/tests/queries/0_stateless/00742_require_join_strictness.sql ch/tests/queries/0_stateless/00743_limit_by_not_found_column.sql ch/tests/queries/0_stateless/00744_join_not_found_column.sql ch/tests/queries/0_stateless/00745_compile_scalar_subquery.sql ch/tests/queries/0_stateless/00746_compile_non_deterministic_function.sql ch/tests/queries/0_stateless/00746_hashing_tuples.sql ch/tests/queries/0_stateless/00747_contributors.sql ch/tests/queries/0_stateless/00748_insert_array_with_null.sql ch/tests/queries/0_stateless/00749_inner_join_of_unnamed_subqueries.sql ch/tests/queries/0_stateless/00750_merge_tree_merge_with_o_direct.sql ch/tests/queries/0_stateless/00751_default_databasename_for_view.sql ch/tests/queries/0_stateless/00751_hashing_ints.sql ch/tests/queries/0_stateless/00751_low_cardinality_nullable_group_by.sql ch/tests/queries/0_stateless/00752_low_cardinality_array_result.sql ch/tests/queries/0_stateless/00752_low_cardinality_lambda_argument.sql ch/tests/queries/0_stateless/00752_low_cardinality_left_array_join.sql ch/tests/queries/0_stateless/00752_low_cardinality_mv_1.sql ch/tests/queries/0_stateless/00752_low_cardinality_mv_2.sql ch/tests/queries/0_stateless/00752_low_cardinality_permute.sql ch/tests/queries/0_stateless/00753_alter_attach.sql ch/tests/queries/0_stateless/00753_alter_destination_for_storage_buffer.sql ch/tests/queries/0_stateless/00753_comment_columns_zookeeper.sql ch/tests/queries/0_stateless/00753_distributed_system_columns_and_system_tables.sql ch/tests/queries/0_stateless/00753_quantile_format.sql ch/tests/queries/0_stateless/00753_system_columns_and_system_tables_long.sql ch/tests/queries/0_stateless/00753_with_with_single_alias.sql ch/tests/queries/0_stateless/00754_alter_modify_column_partitions.sql ch/tests/queries/0_stateless/00754_alter_modify_order_by_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/00754_alter_modify_order_by.sql ch/tests/queries/0_stateless/00754_first_significant_subdomain_more.sql ch/tests/queries/0_stateless/00755_avg_value_size_hint_passing.sql ch/tests/queries/0_stateless/00756_power_alias.sql ch/tests/queries/0_stateless/00757_enum_defaults_const_analyzer.sql ch/tests/queries/0_stateless/00757_enum_defaults_const.sql ch/tests/queries/0_stateless/00757_enum_defaults.sql ch/tests/queries/0_stateless/00758_array_reverse.sql ch/tests/queries/0_stateless/00759_kodieg.sql ch/tests/queries/0_stateless/00760_insert_json_with_defaults.sql ch/tests/queries/0_stateless/00760_url_functions_overflow.sql ch/tests/queries/0_stateless/00761_lower_utf8_bug.sql ch/tests/queries/0_stateless/00762_date_comparsion.sql ch/tests/queries/0_stateless/00763_create_query_as_table_engine_bug.sql ch/tests/queries/0_stateless/00765_locate.sql ch/tests/queries/0_stateless/00765_sql_compatibility_aliases.sql ch/tests/queries/0_stateless/00779_all_right_join_max_block_size.sql ch/tests/queries/0_stateless/00780_unaligned_array_join.sql ch/tests/queries/0_stateless/00794_materialized_view_with_column_defaults.sql ch/tests/queries/0_stateless/00799_function_dry_run.sql ch/tests/queries/0_stateless/00800_function_java_hash.sql ch/tests/queries/0_stateless/00800_low_cardinality_array_group_by_arg.sql ch/tests/queries/0_stateless/00800_low_cardinality_distinct_numeric.sql ch/tests/queries/0_stateless/00800_low_cardinality_distributed_insert.sql ch/tests/queries/0_stateless/00800_low_cardinality_empty_array.sql ch/tests/queries/0_stateless/00800_low_cardinality_join.sql ch/tests/queries/0_stateless/00800_low_cardinality_merge_join.gen.sql ch/tests/queries/0_stateless/00800_versatile_storage_join.sql ch/tests/queries/0_stateless/00801_daylight_saving_time_hour_underflow.sql ch/tests/queries/0_stateless/00802_daylight_saving_time_shift_backwards_at_midnight.sql ch/tests/queries/0_stateless/00802_system_parts_with_datetime_partition.sql ch/tests/queries/0_stateless/00803_odbc_driver_2_format.sql ch/tests/queries/0_stateless/00803_xxhash.sql ch/tests/queries/0_stateless/00804_rollup_with_having.sql ch/tests/queries/0_stateless/00804_test_alter_compression_codecs.sql ch/tests/queries/0_stateless/00804_test_custom_compression_codecs.sql ch/tests/queries/0_stateless/00804_test_custom_compression_codes_log_storages.sql ch/tests/queries/0_stateless/00804_test_deflate_qpl_codec_compression.sql ch/tests/queries/0_stateless/00804_test_delta_codec_compression.sql ch/tests/queries/0_stateless/00804_test_delta_codec_no_type_alter.sql ch/tests/queries/0_stateless/00804_test_zstd_qat_codec_compression.sql ch/tests/queries/0_stateless/00805_round_down.sql ch/tests/queries/0_stateless/00806_alter_update.sql ch/tests/queries/0_stateless/00807_regexp_quote_meta.sql ch/tests/queries/0_stateless/00808_array_enumerate_segfault.sql ch/tests/queries/0_stateless/00808_not_optimize_predicate.sql ch/tests/queries/0_stateless/00809_add_days_segfault.sql ch/tests/queries/0_stateless/00810_in_operators_segfault.sql ch/tests/queries/0_stateless/00811_garbage.sql ch/tests/queries/0_stateless/00812_prewhere_alias_array.sql ch/tests/queries/0_stateless/00813_parse_date_time_best_effort_more.sql ch/tests/queries/0_stateless/00814_parsing_ub.sql ch/tests/queries/0_stateless/00815_left_join_on_stepanel.sql ch/tests/queries/0_stateless/00816_join_column_names_sarg.sql ch/tests/queries/0_stateless/00817_with_simple.sql ch/tests/queries/0_stateless/00818_alias_bug_4110.sql ch/tests/queries/0_stateless/00818_inner_join_bug_3567.sql ch/tests/queries/0_stateless/00818_join_bug_4271.sql ch/tests/queries/0_stateless/00819_ast_refactoring_bugs.sql ch/tests/queries/0_stateless/00819_full_join_wrong_columns_in_block.sql ch/tests/queries/0_stateless/00820_multiple_joins.sql ch/tests/queries/0_stateless/00820_multiple_joins_subquery_requires_alias.sql ch/tests/queries/0_stateless/00821_distributed_storage_with_join_on.sql ch/tests/queries/0_stateless/00822_array_insert_default.sql ch/tests/queries/0_stateless/00823_sequence_match_dfa.sql ch/tests/queries/0_stateless/00824_filesystem.sql ch/tests/queries/0_stateless/00826_cross_to_inner_join.sql ch/tests/queries/0_stateless/00829_bitmap64_function.sql ch/tests/queries/0_stateless/00829_bitmap_function.sql ch/tests/queries/0_stateless/00830_join_overwrite.sql ch/tests/queries/0_stateless/00831_quantile_weighted_parameter_check.sql ch/tests/queries/0_stateless/00832_storage_file_lock.sql ch/tests/queries/0_stateless/00833_sleep_overflow.sql ch/tests/queries/0_stateless/00834_date_datetime_cmp.sql ch/tests/queries/0_stateless/00834_limit_with_constant_expressions.sql ch/tests/queries/0_stateless/00834_not_between.sql ch/tests/queries/0_stateless/00835_if_generic_case.sql ch/tests/queries/0_stateless/00836_indices_alter_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/00836_indices_alter.sql ch/tests/queries/0_stateless/00836_numbers_table_function_zero.sql ch/tests/queries/0_stateless/00837_insert_select_and_read_prefix.sql ch/tests/queries/0_stateless/00837_minmax_index_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/00839_bitmask_negative.sql ch/tests/queries/0_stateless/00840_top_k_weighted.sql ch/tests/queries/0_stateless/00841_temporary_table_database.sql ch/tests/queries/0_stateless/00842_array_with_constant_overflow.sql ch/tests/queries/0_stateless/00843_optimize_predicate_and_rename_table.sql ch/tests/queries/0_stateless/00844_join_lightee2.sql ch/tests/queries/0_stateless/00845_join_on_aliases.sql ch/tests/queries/0_stateless/00846_join_using_tuple_crash.sql ch/tests/queries/0_stateless/00847_multiple_join_same_column.sql ch/tests/queries/0_stateless/00848_join_use_nulls_segfault.sql ch/tests/queries/0_stateless/00849_multiple_comma_join_2.sql ch/tests/queries/0_stateless/00850_global_join_dups.sql ch/tests/queries/0_stateless/00852_any_join_nulls.sql ch/tests/queries/0_stateless/00853_join_with_nulls_crash.sql ch/tests/queries/0_stateless/00854_multiple_join_asterisks.sql ch/tests/queries/0_stateless/00855_join_with_array_join.sql ch/tests/queries/0_stateless/00856_no_column_issue_4242.sql ch/tests/queries/0_stateless/00857_global_joinsavel_table_alias.sql ch/tests/queries/0_stateless/00858_issue_4756.sql ch/tests/queries/0_stateless/00859_distinct_with_join.sql ch/tests/queries/0_stateless/00860_unknown_identifier_bug.sql ch/tests/queries/0_stateless/00861_decimal_quoted_csv.sql ch/tests/queries/0_stateless/00862_decimal_in.sql ch/tests/queries/0_stateless/00863_comma_join_in.sql ch/tests/queries/0_stateless/00864_union_all_supertype.sql ch/tests/queries/0_stateless/00870_t64_codec.sql ch/tests/queries/0_stateless/00871_t64_codec_signed.sql ch/tests/queries/0_stateless/00872_t64_bit_codec.sql ch/tests/queries/0_stateless/00873_t64_codec_date.sql ch/tests/queries/0_stateless/00874_issue_3495.sql ch/tests/queries/0_stateless/00875_join_right_nulls_ors.sql ch/tests/queries/0_stateless/00875_join_right_nulls.sql ch/tests/queries/0_stateless/00876_wrong_arraj_join_column.sql ch/tests/queries/0_stateless/00877_memory_limit_for_new_delete.sql ch/tests/queries/0_stateless/00878_join_unexpected_results.sql ch/tests/queries/0_stateless/00879_cast_to_decimal_crash.sql ch/tests/queries/0_stateless/00880_decimal_in_key.sql ch/tests/queries/0_stateless/00881_unknown_identifier_in_in.sql ch/tests/queries/0_stateless/00882_multiple_join_no_alias.sql ch/tests/queries/0_stateless/00897_flatten.sql ch/tests/queries/0_stateless/00898_quantile_timing_parameter_check.sql ch/tests/queries/0_stateless/00899_long_attach_memory_limit.sql ch/tests/queries/0_stateless/00900_entropy_shard.sql ch/tests/queries/0_stateless/00901_joint_entropy.sql ch/tests/queries/0_stateless/00902_entropy.sql ch/tests/queries/0_stateless/00903_array_with_constant_function.sql ch/tests/queries/0_stateless/00904_array_with_constant_2.sql ch/tests/queries/0_stateless/00905_compile_expressions_compare_big_dates.sql ch/tests/queries/0_stateless/00905_field_with_aggregate_function_state.sql ch/tests/queries/0_stateless/00906_low_cardinality_cache.sql ch/tests/queries/0_stateless/00906_low_cardinality_const_argument.sql ch/tests/queries/0_stateless/00906_low_cardinality_rollup.sql ch/tests/queries/0_stateless/00907_set_index_with_nullable_and_low_cardinality_bug.sql ch/tests/queries/0_stateless/00907_set_index_with_nullable_and_low_cardinality.sql ch/tests/queries/0_stateless/00908_analyze_query.sql ch/tests/queries/0_stateless/00909_arrayEnumerateUniq.sql ch/tests/queries/0_stateless/00909_ngram_distance.sql ch/tests/queries/0_stateless/00910_buffer_prewhere_different_types.sql ch/tests/queries/0_stateless/00910_buffer_prewhere.sql ch/tests/queries/0_stateless/00910_crash_when_distributed_modify_order_by.sql ch/tests/queries/0_stateless/00910_decimal_group_array_crash_3783.sql ch/tests/queries/0_stateless/00910_zookeeper_custom_compression_codecs_replicated_long.sql ch/tests/queries/0_stateless/00910_zookeeper_test_alter_compression_codecs_long.sql ch/tests/queries/0_stateless/00911_tautological_compare.sql ch/tests/queries/0_stateless/00912_string_comparison.sql ch/tests/queries/0_stateless/00913_many_threads.sql ch/tests/queries/0_stateless/00914_join_bgranvea.sql ch/tests/queries/0_stateless/00914_replicate.sql ch/tests/queries/0_stateless/00915_simple_aggregate_function.sql ch/tests/queries/0_stateless/00915_tuple_orantius.sql ch/tests/queries/0_stateless/00916_add_materialized_column_after.sql ch/tests/queries/0_stateless/00916_create_or_replace_view.sql ch/tests/queries/0_stateless/00916_join_using_duplicate_columns.sql ch/tests/queries/0_stateless/00917_least_sqr.sql ch/tests/queries/0_stateless/00917_multiple_joins_denny_crane.sql ch/tests/queries/0_stateless/00918_has_unsufficient_type_check.sql ch/tests/queries/0_stateless/00918_json_functions.sql ch/tests/queries/0_stateless/00919_histogram_merge.sql ch/tests/queries/0_stateless/00919_sum_aggregate_states_constants.sql ch/tests/queries/0_stateless/00920_multiply_aggregate_states_constants.sql ch/tests/queries/0_stateless/00921_datetime64_basic.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_collapsing_merge_tree.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_merge_tree.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_pk.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_replacing_merge_tree.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_versioned_collapsing_merge_tree.sql ch/tests/queries/0_stateless/00926_geo_to_h3.sql ch/tests/queries/0_stateless/00926_multimatch.sql ch/tests/queries/0_stateless/00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long.sql ch/tests/queries/0_stateless/00927_asof_join_correct_bt.sql ch/tests/queries/0_stateless/00927_asof_join_long.sql ch/tests/queries/0_stateless/00927_asof_join_noninclusive.sql ch/tests/queries/0_stateless/00927_asof_join_other_types.gen.sql ch/tests/queries/0_stateless/00927_asof_joins.sql ch/tests/queries/0_stateless/00927_disable_hyperscan.sql ch/tests/queries/0_stateless/00928_multi_match_constant_constant.sql ch/tests/queries/0_stateless/00929_multi_match_edit_distance.sql ch/tests/queries/0_stateless/00930_arrayIntersect.sql ch/tests/queries/0_stateless/00930_max_partitions_per_insert_block.sql ch/tests/queries/0_stateless/00931_low_cardinality_nullable_aggregate_function_type.sql ch/tests/queries/0_stateless/00931_low_cardinality_read_with_empty_array.sql ch/tests/queries/0_stateless/00931_low_cardinality_set_index_in_key_condition.sql ch/tests/queries/0_stateless/00932_array_intersect_bug.sql ch/tests/queries/0_stateless/00932_geohash_support.sql ch/tests/queries/0_stateless/00933_alter_ttl.sql ch/tests/queries/0_stateless/00933_reserved_word.sql ch/tests/queries/0_stateless/00933_ttl_simple.sql ch/tests/queries/0_stateless/00933_ttl_with_default.sql ch/tests/queries/0_stateless/00934_is_valid_utf8.sql ch/tests/queries/0_stateless/00935_to_iso_week_first_year.sql ch/tests/queries/0_stateless/00936_crc_functions.sql ch/tests/queries/0_stateless/00936_function_result_with_operator_in.sql ch/tests/queries/0_stateless/00936_substring_utf8_non_const.sql ch/tests/queries/0_stateless/00937_ipv4_cidr_range.sql ch/tests/queries/0_stateless/00938_basename.sql ch/tests/queries/0_stateless/00938_dataset_test.sql ch/tests/queries/0_stateless/00938_ipv6_cidr_range.sql ch/tests/queries/0_stateless/00938_test_retention_function.sql ch/tests/queries/0_stateless/00939_limit_by_offset.sql ch/tests/queries/0_stateless/00939_test_null_in.sql ch/tests/queries/0_stateless/00940_max_parts_in_total.sql ch/tests/queries/0_stateless/00940_order_by_read_in_order_query_plan.sql ch/tests/queries/0_stateless/00940_order_by_read_in_order.sql ch/tests/queries/0_stateless/00941_to_custom_week.sql ch/tests/queries/0_stateless/00942_mv_rename_table.sql ch/tests/queries/0_stateless/00943_mv_rename_without_inner_table.sql ch/tests/queries/0_stateless/00944_minmax_null.sql ch/tests/queries/0_stateless/00944_ml_test.sql ch/tests/queries/0_stateless/00945_bloom_filter_index.sql ch/tests/queries/0_stateless/00945_ml_test.sql ch/tests/queries/0_stateless/00946_ml_test.sql ch/tests/queries/0_stateless/00947_ml_test.sql ch/tests/queries/0_stateless/00948_to_valid_utf8.sql ch/tests/queries/0_stateless/00948_values_interpreter_template.sql ch/tests/queries/0_stateless/00949_format.sql ch/tests/queries/0_stateless/00950_bad_alloc_when_truncate_join_storage.sql ch/tests/queries/0_stateless/00950_default_prewhere.sql ch/tests/queries/0_stateless/00950_dict_get.sql ch/tests/queries/0_stateless/00950_test_double_delta_codec.sql ch/tests/queries/0_stateless/00950_test_gorilla_codec.sql ch/tests/queries/0_stateless/00951_ngram_search.sql ch/tests/queries/0_stateless/00952_insert_into_distributed_with_materialized_column.sql ch/tests/queries/0_stateless/00952_part_frozen_info.sql ch/tests/queries/0_stateless/00953_moving_functions.sql ch/tests/queries/0_stateless/00954_resample_combinator.sql ch/tests/queries/0_stateless/00955_test_final_mark.sql ch/tests/queries/0_stateless/00956_join_use_nulls_with_array_column.sql ch/tests/queries/0_stateless/00957_coalesce_const_nullable_crash.sql ch/tests/queries/0_stateless/00957_delta_diff_bug.sql ch/tests/queries/0_stateless/00957_neighbor.sql ch/tests/queries/0_stateless/00960_eval_ml_method_const.sql ch/tests/queries/0_stateless/00961_checksums_in_system_parts_columns_table.sql ch/tests/queries/0_stateless/00961_check_table.sql ch/tests/queries/0_stateless/00961_visit_param_buffer_underflow.sql ch/tests/queries/0_stateless/00962_enumNotExect.sql ch/tests/queries/0_stateless/00962_visit_param_various.sql ch/tests/queries/0_stateless/00963_achimbab.sql ch/tests/queries/0_stateless/00963_startsWith_force_primary_key.sql ch/tests/queries/0_stateless/00964_os_thread_priority.sql ch/tests/queries/0_stateless/00965_shard_unresolvable_addresses.sql ch/tests/queries/0_stateless/00966_invalid_json_must_not_parse.sql ch/tests/queries/0_stateless/00967_insert_into_distributed_different_types.sql ch/tests/queries/0_stateless/00968_file_engine_in_subquery.sql ch/tests/queries/0_stateless/00968_roundAge.sql ch/tests/queries/0_stateless/00969_columns_clause.sql ch/tests/queries/0_stateless/00969_roundDuration.sql ch/tests/queries/0_stateless/00971_merge_tree_uniform_read_distribution_and_max_rows_to_read.sql ch/tests/queries/0_stateless/00972_desc_table_virtual_columns.sql ch/tests/queries/0_stateless/00972_geohashesInBox.sql ch/tests/queries/0_stateless/00973_create_table_as_table_function.sql ch/tests/queries/0_stateless/00973_uniq_non_associativity.sql ch/tests/queries/0_stateless/00974_adaptive_granularity_secondary_index.sql ch/tests/queries/0_stateless/00974_bitmapContains_with_primary_key.sql ch/tests/queries/0_stateless/00974_distributed_join_on.sql ch/tests/queries/0_stateless/00974_final_predicate_push_down.sql ch/tests/queries/0_stateless/00974_fix_join_on.sql ch/tests/queries/0_stateless/00974_full_outer_join.sql ch/tests/queries/0_stateless/00974_low_cardinality_cast.sql ch/tests/queries/0_stateless/00974_query_profiler.sql ch/tests/queries/0_stateless/00975_json_hang.sql ch/tests/queries/0_stateless/00975_move_partition_merge_tree.sql ch/tests/queries/0_stateless/00975_recursive_materialized_view.sql ch/tests/queries/0_stateless/00975_sample_prewhere_distributed.sql ch/tests/queries/0_stateless/00975_values_list.sql ch/tests/queries/0_stateless/00976_asof_join_on.gen.sql ch/tests/queries/0_stateless/00976_max_execution_speed.sql ch/tests/queries/0_stateless/00976_shard_low_cardinality_achimbab.sql ch/tests/queries/0_stateless/00976_system_stop_ttl_merges.sql ch/tests/queries/0_stateless/00976_ttl_with_old_parts.sql ch/tests/queries/0_stateless/00977_int_div.sql ch/tests/queries/0_stateless/00977_join_use_nulls_denny_crane.sql ch/tests/queries/0_stateless/00978_ml_math.sql ch/tests/queries/0_stateless/00978_sum_map_bugfix.sql ch/tests/queries/0_stateless/00978_table_function_values_alias.sql ch/tests/queries/0_stateless/00979_quantileExcatExclusive_and_Inclusive.sql ch/tests/queries/0_stateless/00979_set_index_not.sql ch/tests/queries/0_stateless/00979_toFloat_monotonicity.sql ch/tests/queries/0_stateless/00979_yandex_consistent_hash_fpe.sql ch/tests/queries/0_stateless/00980_crash_nullable_decimal.sql ch/tests/queries/0_stateless/00980_full_join_crash_fancyqlx.sql ch/tests/queries/0_stateless/00980_merge_alter_settings.sql ch/tests/queries/0_stateless/00980_shard_aggregation_state_deserialization.sql ch/tests/queries/0_stateless/00980_skip_unused_shards_without_sharding_key.sql ch/tests/queries/0_stateless/00980_zookeeper_merge_tree_alter_settings.sql ch/tests/queries/0_stateless/00981_no_virtual_columns.sql ch/tests/queries/0_stateless/00981_topK_topKWeighted_long.sql ch/tests/queries/0_stateless/00982_array_enumerate_uniq_ranked.sql ch/tests/queries/0_stateless/00982_low_cardinality_setting_in_mv.sql ch/tests/queries/0_stateless/00983_summing_merge_tree_not_an_identifier.sql ch/tests/queries/0_stateless/00984_materialized_view_to_columns.sql ch/tests/queries/0_stateless/00985_merge_stack_overflow.sql ch/tests/queries/0_stateless/00986_materialized_view_stack_overflow.sql ch/tests/queries/0_stateless/00987_distributed_stack_overflow.sql ch/tests/queries/0_stateless/00988_constraints_replication_zookeeper_long.sql ch/tests/queries/0_stateless/00988_expansion_aliases_limit.sql ch/tests/queries/0_stateless/00988_parallel_parts_removal.sql ch/tests/queries/0_stateless/00989_parallel_parts_loading.sql ch/tests/queries/0_stateless/00990_function_current_user.sql ch/tests/queries/0_stateless/00990_hasToken_and_tokenbf.sql ch/tests/queries/0_stateless/00990_metric_log_table_not_empty.sql ch/tests/queries/0_stateless/00990_request_splitting.sql ch/tests/queries/0_stateless/00994_table_function_numbers_mt.sql ch/tests/queries/0_stateless/00995_optimize_read_in_order_with_aggregation.sql ch/tests/queries/0_stateless/00995_order_by_with_fill.sql ch/tests/queries/0_stateless/00996_limit_with_ties.sql ch/tests/queries/0_stateless/00996_neighbor.sql ch/tests/queries/0_stateless/00997_extract_all_crash_6627.sql ch/tests/queries/0_stateless/00997_set_index_array.sql ch/tests/queries/0_stateless/00997_trim.sql ch/tests/queries/0_stateless/00998_constraints_all_tables.sql ch/tests/queries/0_stateless/00999_full_join_dup_keys_crash.sql ch/tests/queries/0_stateless/00999_join_not_nullable_types.sql ch/tests/queries/0_stateless/00999_join_on_expression.sql ch/tests/queries/0_stateless/00999_nullable_nested_types_4877.sql ch/tests/queries/0_stateless/00999_settings_no_extra_quotes.sql ch/tests/queries/0_stateless/00999_test_skip_indices_with_alter_and_merge.sql ch/tests/queries/0_stateless/01000_bad_size_of_marks_skip_idx.sql ch/tests/queries/0_stateless/01000_subquery_requires_alias.sql ch/tests/queries/0_stateless/01001_enums_in_in_section.sql ch/tests/queries/0_stateless/01006_ttl_with_default_2.sql ch/tests/queries/0_stateless/01008_materialized_view_henyihanwobushi.sql ch/tests/queries/0_stateless/01009_global_array_join_names.sql ch/tests/queries/0_stateless/01009_insert_select_data_loss.sql ch/tests/queries/0_stateless/01009_insert_select_nicelulu.sql ch/tests/queries/0_stateless/01010_partial_merge_join_const_and_lc.sql ch/tests/queries/0_stateless/01010_partial_merge_join_negative.sql ch/tests/queries/0_stateless/01010_partial_merge_join.sql ch/tests/queries/0_stateless/01010_pm_join_all_join_bug.sql ch/tests/queries/0_stateless/01010_pmj_on_disk.sql ch/tests/queries/0_stateless/01010_pmj_one_row_blocks.sql ch/tests/queries/0_stateless/01010_pmj_right_table_memory_limits.sql ch/tests/queries/0_stateless/01010_pmj_skip_blocks.sql ch/tests/queries/0_stateless/01011_group_uniq_array_memsan.sql ch/tests/queries/0_stateless/01011_test_create_as_skip_indices.sql ch/tests/queries/0_stateless/01012_reset_running_accumulate.sql ch/tests/queries/0_stateless/01012_select_limit_x_0.sql ch/tests/queries/0_stateless/01012_serialize_array_memory_usage.sql ch/tests/queries/0_stateless/01012_show_tables_limit.sql ch/tests/queries/0_stateless/01013_hex_decimal.sql ch/tests/queries/0_stateless/01013_hex_float.sql ch/tests/queries/0_stateless/01013_repeat_function.sql ch/tests/queries/0_stateless/01013_totals_without_aggregation.sql ch/tests/queries/0_stateless/01014_count_of_merges_metrics.sql ch/tests/queries/0_stateless/01014_function_repeat_corner_cases.sql ch/tests/queries/0_stateless/01015_array_split.sql ch/tests/queries/0_stateless/01015_attach_part.sql ch/tests/queries/0_stateless/01015_empty_in_inner_right_join.gen.sql ch/tests/queries/0_stateless/01015_random_constant.sql ch/tests/queries/0_stateless/01016_index_tuple_field_type.sql ch/tests/queries/0_stateless/01016_macros.sql ch/tests/queries/0_stateless/01016_null_part_minmax.sql ch/tests/queries/0_stateless/01016_simhash_minhash_ppc.sql ch/tests/queries/0_stateless/01016_simhash_minhash.sql ch/tests/queries/0_stateless/01016_uniqCombined64.sql ch/tests/queries/0_stateless/01017_bithamming_distance.sql ch/tests/queries/0_stateless/01017_in_unconvertible_complex_type.sql ch/tests/queries/0_stateless/01017_tuplehamming_distance.sql ch/tests/queries/0_stateless/01017_uniqCombined_memory_usage.sql ch/tests/queries/0_stateless/01018_ambiguous_column.sql ch/tests/queries/0_stateless/01018_ddl_dictionaries_create.sql ch/tests/queries/0_stateless/01018_ddl_dictionaries_select.sql ch/tests/queries/0_stateless/01018_ddl_dictionaries_special.sql ch/tests/queries/0_stateless/01018_dictionaries_from_dictionaries.sql ch/tests/queries/0_stateless/01018_Distributed__shard_num.sql ch/tests/queries/0_stateless/01018_empty_aggregation_filling.sql ch/tests/queries/0_stateless/01018_ip_dictionary_long.sql ch/tests/queries/0_stateless/01018_optimize_read_in_order_with_in_subquery.sql ch/tests/queries/0_stateless/01019_alter_materialized_view_query.sql ch/tests/queries/0_stateless/01019_array_fill.sql ch/tests/queries/0_stateless/01019_Buffer_and_max_memory_usage.sql ch/tests/queries/0_stateless/01019_materialized_view_select_extra_columns.sql ch/tests/queries/0_stateless/01020_function_array_compact.sql ch/tests/queries/0_stateless/01020_function_char.sql ch/tests/queries/0_stateless/01020_having_without_group_by.sql ch/tests/queries/0_stateless/01021_create_as_select.sql ch/tests/queries/0_stateless/01021_only_tuple_columns.sql ch/tests/queries/0_stateless/01021_tuple_parser.sql ch/tests/queries/0_stateless/01023_materialized_view_query_context.sql ch/tests/queries/0_stateless/01024__getScalar.sql ch/tests/queries/0_stateless/01025_array_compact_generic.sql ch/tests/queries/0_stateless/01026_char_utf8.sql ch/tests/queries/0_stateless/01029_early_constant_folding.sql ch/tests/queries/0_stateless/01030_concatenate_equal_fixed_strings.sql ch/tests/queries/0_stateless/01030_final_mark_empty_primary_key.sql ch/tests/queries/0_stateless/01030_incorrect_count_summing_merge_tree.sql ch/tests/queries/0_stateless/01030_storage_hdfs_syntax.sql ch/tests/queries/0_stateless/01030_storage_set_supports_read.sql ch/tests/queries/0_stateless/01030_storage_url_syntax.sql ch/tests/queries/0_stateless/01031_new_any_join.gen.sql ch/tests/queries/0_stateless/01031_pmj_new_any_semi_join.sql ch/tests/queries/0_stateless/01031_semi_anti_join.sql ch/tests/queries/0_stateless/01032_cityHash64_for_decimal.sql ch/tests/queries/0_stateless/01032_cityHash64_for_UUID.sql ch/tests/queries/0_stateless/01032_duplicate_column_insert_query.sql ch/tests/queries/0_stateless/01033_dictionaries_lifetime.sql ch/tests/queries/0_stateless/01033_function_substring.sql ch/tests/queries/0_stateless/01033_quota_dcl.sql ch/tests/queries/0_stateless/01033_storage_odbc_parsing_exception_check.sql ch/tests/queries/0_stateless/01034_JSONCompactEachRow.sql ch/tests/queries/0_stateless/01034_order_by_pk_prefix.sql ch/tests/queries/0_stateless/01034_prewhere_max_parallel_replicas_distributed.sql ch/tests/queries/0_stateless/01034_sample_final_distributed.sql ch/tests/queries/0_stateless/01034_unknown_qualified_column_in_join.sql ch/tests/queries/0_stateless/01034_with_fill_and_push_down_predicate.sql ch/tests/queries/0_stateless/01035_avg.sql ch/tests/queries/0_stateless/01035_prewhere_with_alias.sql ch/tests/queries/0_stateless/01036_no_superfluous_dict_reload_on_create_database_2.sql ch/tests/queries/0_stateless/01036_no_superfluous_dict_reload_on_create_database.sql ch/tests/queries/0_stateless/01036_union_different_columns.sql ch/tests/queries/0_stateless/01037_zookeeper_check_table_empty_pk.sql ch/tests/queries/0_stateless/01038_array_of_unnamed_tuples.sql ch/tests/queries/0_stateless/01039_mergetree_exec_time.sql ch/tests/queries/0_stateless/01039_test_setting_parse.sql ch/tests/queries/0_stateless/01040_distributed_background_insert_batch_inserts.sql ch/tests/queries/0_stateless/01040_h3_get_resolution.sql ch/tests/queries/0_stateless/01041_create_dictionary_if_not_exists.sql ch/tests/queries/0_stateless/01041_h3_is_valid.sql ch/tests/queries/0_stateless/01042_check_query_and_last_granule_size.sql ch/tests/queries/0_stateless/01042_h3_k_ring.sql ch/tests/queries/0_stateless/01043_categorical_iv.sql ch/tests/queries/0_stateless/01043_dictionary_attribute_properties_values.sql ch/tests/queries/0_stateless/01043_geo_distance.sql ch/tests/queries/0_stateless/01043_h3_edge_length_m.sql ch/tests/queries/0_stateless/01044_great_circle_angle.sql ch/tests/queries/0_stateless/01044_h3_edge_angle.sql ch/tests/queries/0_stateless/01045_array_zip.sql ch/tests/queries/0_stateless/01045_bloom_filter_null_array.sql ch/tests/queries/0_stateless/01045_dictionaries_restrictions.sql ch/tests/queries/0_stateless/01046_materialized_view_with_join_over_distributed.sql ch/tests/queries/0_stateless/01046_trivial_count_query_distributed.sql ch/tests/queries/0_stateless/01047_no_alias_columns_with_table_aliases.sql ch/tests/queries/0_stateless/01047_nullable_rand.sql ch/tests/queries/0_stateless/01047_simple_aggregate_sizes_of_columns_bug.sql ch/tests/queries/0_stateless/01047_window_view_parser_inner_table.sql ch/tests/queries/0_stateless/01048_exists_query.sql ch/tests/queries/0_stateless/01048_window_view_parser.sql ch/tests/queries/0_stateless/01049_join_low_card_bug_long.gen.sql ch/tests/queries/0_stateless/01049_join_low_card_crash.sql ch/tests/queries/0_stateless/01049_window_view_window_functions.sql ch/tests/queries/0_stateless/01049_zookeeper_synchronous_mutations_long.sql ch/tests/queries/0_stateless/01050_clickhouse_dict_source_with_subquery.sql ch/tests/queries/0_stateless/01050_engine_join_crash.sql ch/tests/queries/0_stateless/01050_engine_join_view_crash.sql ch/tests/queries/0_stateless/01050_group_array_sample.sql ch/tests/queries/0_stateless/01050_window_view_parser_tumble.sql ch/tests/queries/0_stateless/01051_aggregate_function_crash.sql ch/tests/queries/0_stateless/01051_all_join_engine.sql ch/tests/queries/0_stateless/01051_new_any_join_engine.sql ch/tests/queries/0_stateless/01051_random_printable_ascii.sql ch/tests/queries/0_stateless/01051_same_name_alias_with_joins.sql ch/tests/queries/0_stateless/01051_scalar_optimization.sql ch/tests/queries/0_stateless/01051_window_view_parser_hop.sql ch/tests/queries/0_stateless/01052_array_reduce_exception.sql ch/tests/queries/0_stateless/01053_drop_database_mat_view.sql ch/tests/queries/0_stateless/01053_if_chain_check.sql ch/tests/queries/0_stateless/01054_cache_dictionary_overflow_cell.sql ch/tests/queries/0_stateless/01055_compact_parts_1.sql ch/tests/queries/0_stateless/01055_compact_parts.sql ch/tests/queries/0_stateless/01055_prewhere_bugs.sql ch/tests/queries/0_stateless/01056_create_table_as.sql ch/tests/queries/0_stateless/01056_negative_with_bloom_filter.sql ch/tests/queries/0_stateless/01056_predicate_optimizer_bugs.sql ch/tests/queries/0_stateless/01060_defaults_all_columns.sql ch/tests/queries/0_stateless/01060_shutdown_table_after_detach.sql ch/tests/queries/0_stateless/01061_alter_codec_with_type.sql ch/tests/queries/0_stateless/01062_alter_on_mutataion_zookeeper_long.sql ch/tests/queries/0_stateless/01062_pm_all_join_with_block_continuation.sql ch/tests/queries/0_stateless/01062_pm_multiple_all_join_same_value.sql ch/tests/queries/0_stateless/01063_create_column_set.sql ch/tests/queries/0_stateless/01064_array_auc.sql ch/tests/queries/0_stateless/01064_incremental_streaming_from_2_src_with_feedback.sql ch/tests/queries/0_stateless/01064_pm_all_join_const_and_nullable.sql ch/tests/queries/0_stateless/01065_array_zip_mixed_const.sql ch/tests/queries/0_stateless/01065_if_not_finite.sql ch/tests/queries/0_stateless/01066_bit_count.sql ch/tests/queries/0_stateless/01067_join_null.sql ch/tests/queries/0_stateless/01068_parens.sql ch/tests/queries/0_stateless/01069_database_memory.sql ch/tests/queries/0_stateless/01069_insert_float_as_nullable_unit8.sql ch/tests/queries/0_stateless/01069_materialized_view_alter_target_table.sql ch/tests/queries/0_stateless/01069_materialized_view_alter_target_table_with_default_expression.sql ch/tests/queries/0_stateless/01069_set_in_group_by.sql ch/tests/queries/0_stateless/01070_alter_with_ttl.sql ch/tests/queries/0_stateless/01070_exception_code_in_query_log_table.sql ch/tests/queries/0_stateless/01070_h3_get_base_cell.sql ch/tests/queries/0_stateless/01070_h3_hex_area_m2.sql ch/tests/queries/0_stateless/01070_h3_indexes_are_neighbors.sql ch/tests/queries/0_stateless/01070_h3_to_children.sql ch/tests/queries/0_stateless/01070_h3_to_parent.sql ch/tests/queries/0_stateless/01070_h3_to_string.sql ch/tests/queries/0_stateless/01070_materialize_ttl.sql ch/tests/queries/0_stateless/01070_modify_ttl_recalc_only.sql ch/tests/queries/0_stateless/01070_modify_ttl.sql ch/tests/queries/0_stateless/01070_mutations_with_dependencies.sql ch/tests/queries/0_stateless/01070_string_to_h3.sql ch/tests/queries/0_stateless/01070_template_empty_file.sql ch/tests/queries/0_stateless/01070_to_decimal_or_null_exception.sql ch/tests/queries/0_stateless/01071_force_optimize_skip_unused_shards.sql ch/tests/queries/0_stateless/01071_in_array.sql ch/tests/queries/0_stateless/01071_prohibition_secondary_index_with_old_format_merge_tree.sql ch/tests/queries/0_stateless/01072_drop_temporary_table_with_same_name.sql ch/tests/queries/0_stateless/01072_json_each_row_data_in_square_brackets.sql ch/tests/queries/0_stateless/01072_nullable_jit.sql ch/tests/queries/0_stateless/01072_optimize_skip_unused_shards_const_expr_eval.sql ch/tests/queries/0_stateless/01072_select_constant_limit.sql ch/tests/queries/0_stateless/01073_attach_if_not_exists.sql ch/tests/queries/0_stateless/01073_bad_alter_partition.sql ch/tests/queries/0_stateless/01073_blockSerializedSize.sql ch/tests/queries/0_stateless/01073_crlf_end_of_line.sql ch/tests/queries/0_stateless/01073_grant_and_revoke.sql ch/tests/queries/0_stateless/01073_show_tables_not_like.sql ch/tests/queries/0_stateless/01074_h3_range_check.sql ch/tests/queries/0_stateless/01074_partial_revokes.sql ch/tests/queries/0_stateless/01075_allowed_client_hosts.sql ch/tests/queries/0_stateless/01075_in_arrays_enmk.sql ch/tests/queries/0_stateless/01076_array_join_prewhere_const_folding.sql ch/tests/queries/0_stateless/01076_predicate_optimizer_with_view.sql ch/tests/queries/0_stateless/01076_range_reader_segfault.sql ch/tests/queries/0_stateless/01077_yet_another_prewhere_test.sql ch/tests/queries/0_stateless/01078_bloom_filter_operator_not_has.sql ch/tests/queries/0_stateless/01078_merge_tree_read_one_thread.sql ch/tests/queries/0_stateless/01079_alter_default_zookeeper_long.sql ch/tests/queries/0_stateless/01079_bit_operations_using_bitset.sql ch/tests/queries/0_stateless/01079_new_range_reader_segfault.sql ch/tests/queries/0_stateless/01079_order_by_pk.sql ch/tests/queries/0_stateless/01079_reinterpret_as_fixed_string.sql ch/tests/queries/0_stateless/01080_check_for_error_incorrect_size_of_nested_column.sql ch/tests/queries/0_stateless/01080_engine_merge_prewhere_tupleelement_error.sql ch/tests/queries/0_stateless/01080_join_get_null.sql ch/tests/queries/0_stateless/01081_demangle.sql ch/tests/queries/0_stateless/01081_keywords_formatting.sql ch/tests/queries/0_stateless/01081_PartialSortingTransform_full_column.sql ch/tests/queries/0_stateless/01082_bit_test_out_of_bound.sql ch/tests/queries/0_stateless/01083_aggregation_memory_efficient_bug.sql ch/tests/queries/0_stateless/01083_cross_to_inner_with_in_bug.sql ch/tests/queries/0_stateless/01083_cross_to_inner_with_like.sql ch/tests/queries/0_stateless/01083_expressions_in_engine_arguments.sql ch/tests/queries/0_stateless/01083_functional_index_in_mergetree.sql ch/tests/queries/0_stateless/01083_log_first_column_alias.sql ch/tests/queries/0_stateless/01083_match_zero_byte.sql ch/tests/queries/0_stateless/01084_defaults_on_aliases.sql ch/tests/queries/0_stateless/01084_regexp_empty.sql ch/tests/queries/0_stateless/01085_datetime_arithmetic_preserve_timezone.sql ch/tests/queries/0_stateless/01085_extract_all_empty.sql ch/tests/queries/0_stateless/01085_simdjson_uint64.sql ch/tests/queries/0_stateless/01085_window_view_attach.sql ch/tests/queries/0_stateless/01086_modulo_or_zero.sql ch/tests/queries/0_stateless/01087_index_set_ubsan.sql ch/tests/queries/0_stateless/01087_storage_generate.sql ch/tests/queries/0_stateless/01087_table_function_generate.sql ch/tests/queries/0_stateless/01088_array_slice_of_aggregate_functions.sql ch/tests/queries/0_stateless/01089_alter_settings_old_format.sql ch/tests/queries/0_stateless/01090_fixed_string_bit_ops.sql ch/tests/queries/0_stateless/01090_zookeeper_mutations_and_insert_quorum_long.sql ch/tests/queries/0_stateless/01091_insert_with_default_json.sql ch/tests/queries/0_stateless/01091_num_threads.sql ch/tests/queries/0_stateless/01091_query_profiler_does_not_hang.sql ch/tests/queries/0_stateless/01092_memory_profiler.sql ch/tests/queries/0_stateless/01093_cyclic_defaults_filimonov.sql ch/tests/queries/0_stateless/01095_tpch_like_smoke.sql ch/tests/queries/0_stateless/01096_array_reduce_in_ranges.sql ch/tests/queries/0_stateless/01096_block_serialized_state.sql ch/tests/queries/0_stateless/01096_zeros.sql ch/tests/queries/0_stateless/01097_cyclic_defaults.sql ch/tests/queries/0_stateless/01097_one_more_range_reader_test.sql ch/tests/queries/0_stateless/01097_one_more_range_reader_test_wide_part.sql ch/tests/queries/0_stateless/01097_pre_limit.sql ch/tests/queries/0_stateless/01098_sum.sql ch/tests/queries/0_stateless/01099_operators_date_and_timestamp.sql ch/tests/queries/0_stateless/01099_parallel_distributed_insert_select.sql ch/tests/queries/0_stateless/01100_split_by_string.sql ch/tests/queries/0_stateless/01101_literal_column_clash.sql ch/tests/queries/0_stateless/01101_prewhere_after_alter.sql ch/tests/queries/0_stateless/01102_distributed_local_in_bug.sql ch/tests/queries/0_stateless/01103_distributed_product_mode_local_column_renames.sql ch/tests/queries/0_stateless/01104_distributed_numbers_test.sql ch/tests/queries/0_stateless/01104_distributed_one_test.sql ch/tests/queries/0_stateless/01104_fixed_string_like.sql ch/tests/queries/0_stateless/01105_string_like.sql ch/tests/queries/0_stateless/01106_const_fixed_string_like.sql ch/tests/queries/0_stateless/01107_join_right_table_totals.sql ch/tests/queries/0_stateless/01109_exchange_tables.sql ch/tests/queries/0_stateless/01109_inflating_cross_join.sql ch/tests/queries/0_stateless/01109_sc0rp10_string_hash_map_zero_bytes.sql ch/tests/queries/0_stateless/01110_dictionary_layout_without_arguments.sql ch/tests/queries/0_stateless/01112_check_table_with_index.sql ch/tests/queries/0_stateless/01113_local_dictionary_type_conversion.sql ch/tests/queries/0_stateless/01114_alter_modify_compact_parts.sql ch/tests/queries/0_stateless/01114_clear_column_compact_parts.sql ch/tests/queries/0_stateless/01114_materialize_clear_index_compact_parts.sql ch/tests/queries/0_stateless/01114_mysql_database_engine_segfault.sql ch/tests/queries/0_stateless/01115_join_with_dictionary.sql ch/tests/queries/0_stateless/01115_prewhere_array_join.sql ch/tests/queries/0_stateless/01116_asof_join_dolbyzerr.sql ch/tests/queries/0_stateless/01116_cross_count_asterisks.sql ch/tests/queries/0_stateless/01117_chain_finalize_bug.sql ch/tests/queries/0_stateless/01117_comma_and_others_join_mix.sql ch/tests/queries/0_stateless/01117_greatest_least_case.sql ch/tests/queries/0_stateless/01118_is_constant.sql ch/tests/queries/0_stateless/01119_optimize_trivial_insert_select.sql ch/tests/queries/0_stateless/01119_session_log.sql ch/tests/queries/0_stateless/01119_weird_user_names.sql ch/tests/queries/0_stateless/01120_join_constants.sql ch/tests/queries/0_stateless/01121_remote_scalar_subquery.sql ch/tests/queries/0_stateless/01122_totals_rollup_having_block_header.sql ch/tests/queries/0_stateless/01123_parse_date_time_best_effort_even_more.sql ch/tests/queries/0_stateless/01124_view_bad_types.sql ch/tests/queries/0_stateless/01125_dict_ddl_cannot_add_column.sql ch/tests/queries/0_stateless/01125_generate_random_qoega.sql ch/tests/queries/0_stateless/01126_month_partitioning_consistent_code.sql ch/tests/queries/0_stateless/01127_month_partitioning_consistency_select.sql ch/tests/queries/0_stateless/01128_generate_random_nested.sql ch/tests/queries/0_stateless/01129_dict_get_join_lose_constness.sql ch/tests/queries/0_stateless/01131_max_rows_to_sort.sql ch/tests/queries/0_stateless/01132_max_rows_to_read.sql ch/tests/queries/0_stateless/01134_max_rows_to_group_by.sql ch/tests/queries/0_stateless/01134_set_overflow_mode.sql ch/tests/queries/0_stateless/01135_default_and_alter_zookeeper.sql ch/tests/queries/0_stateless/01136_multiple_sets.sql ch/tests/queries/0_stateless/01137_order_by_func_final.sql ch/tests/queries/0_stateless/01137_order_by_func.sql ch/tests/queries/0_stateless/01137_sample_final.sql ch/tests/queries/0_stateless/01138_join_on_distributed_and_tmp.sql ch/tests/queries/0_stateless/01139_asof_join_types.sql ch/tests/queries/0_stateless/01140_select_from_storage_join_fix.sql ch/tests/queries/0_stateless/01141_join_get_negative.sql ch/tests/queries/0_stateless/01142_join_lc_and_nullable_in_key.sql ch/tests/queries/0_stateless/01142_merge_join_lc_and_nullable_in_key.sql ch/tests/queries/0_stateless/01142_with_ties_and_aliases.sql ch/tests/queries/0_stateless/01143_trivial_count_with_join.sql ch/tests/queries/0_stateless/01144_join_rewrite_with_ambiguous_column_and_view.sql ch/tests/queries/0_stateless/01144_multiple_joins_rewriter_v2_and_lambdas.sql ch/tests/queries/0_stateless/01144_multiword_data_types.sql ch/tests/queries/0_stateless/01145_with_fill_const.sql ch/tests/queries/0_stateless/01147_partial_merge_full_join.sql ch/tests/queries/0_stateless/01148_zookeeper_path_macros_unfolding.sql ch/tests/queries/0_stateless/01149_zookeeper_mutation_stuck_after_replace_partition.sql ch/tests/queries/0_stateless/01151_storage_merge_filter_tables_by_virtual_column.sql ch/tests/queries/0_stateless/01152_cross_replication.sql ch/tests/queries/0_stateless/01153_attach_mv_uuid.sql ch/tests/queries/0_stateless/01155_rename_move_materialized_view.sql ch/tests/queries/0_stateless/01157_replace_table.sql ch/tests/queries/0_stateless/01158_zookeeper_log_long.sql ch/tests/queries/0_stateless/01159_combinators_with_parameters.sql ch/tests/queries/0_stateless/01161_information_schema.sql ch/tests/queries/0_stateless/01163_search_case_insensetive_utf8.sql ch/tests/queries/0_stateless/01164_alter_memory_database.sql ch/tests/queries/0_stateless/01165_lost_part_empty_partition.sql ch/tests/queries/0_stateless/01166_truncate_multiple_partitions.sql ch/tests/queries/0_stateless/01172_transaction_counters.sql ch/tests/queries/0_stateless/01173_transaction_control_queries.sql ch/tests/queries/0_stateless/01177_group_array_moving.sql ch/tests/queries/0_stateless/01178_int_field_to_decimal.sql ch/tests/queries/0_stateless/01181_db_atomic_drop_on_cluster.sql ch/tests/queries/0_stateless/01182_materialized_view_different_structure.sql ch/tests/queries/0_stateless/01185_create_or_replace_table.sql ch/tests/queries/0_stateless/01186_conversion_to_nullable.sql ch/tests/queries/0_stateless/01188_attach_table_from_path.sql ch/tests/queries/0_stateless/01189_create_as_table_as_table_function.sql ch/tests/queries/0_stateless/01191_rename_dictionary.sql ch/tests/queries/0_stateless/01197_summing_enum.sql ch/tests/queries/0_stateless/01198_plus_inf.sql ch/tests/queries/0_stateless/01199_url_functions_path_without_schema_yiurule.sql ch/tests/queries/0_stateless/01200_mutations_memory_consumption.sql ch/tests/queries/0_stateless/01201_drop_column_compact_part_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/01201_read_single_thread_in_order.sql ch/tests/queries/0_stateless/01202_array_auc_special.sql ch/tests/queries/0_stateless/01210_drop_view.sql ch/tests/queries/0_stateless/01211_optimize_skip_unused_shards_type_mismatch.sql ch/tests/queries/0_stateless/01212_empty_join_and_totals.sql ch/tests/queries/0_stateless/01213_alter_rename_column.sql ch/tests/queries/0_stateless/01213_alter_rename_compact_part.sql ch/tests/queries/0_stateless/01213_alter_rename_nested.sql ch/tests/queries/0_stateless/01213_alter_rename_primary_key_zookeeper_long.sql ch/tests/queries/0_stateless/01213_alter_rename_with_default_zookeeper_long.sql ch/tests/queries/0_stateless/01213_alter_table_rename_nested.sql ch/tests/queries/0_stateless/01213_optimize_skip_unused_shards_DISTINCT.sql ch/tests/queries/0_stateless/01213_point_in_Myanmar.sql ch/tests/queries/0_stateless/01214_point_in_Mecca.sql ch/tests/queries/0_stateless/01214_test_storage_merge_aliases_with_where.sql ch/tests/queries/0_stateless/01220_scalar_optimization_in_alter.sql ch/tests/queries/0_stateless/01221_system_settings.sql ch/tests/queries/0_stateless/01223_dist_on_dist.sql ch/tests/queries/0_stateless/01224_no_superfluous_dict_reload.sql ch/tests/queries/0_stateless/01225_drop_dictionary_as_table.sql ch/tests/queries/0_stateless/01225_show_create_table_from_dictionary.sql ch/tests/queries/0_stateless/01226_dist_on_dist_global_in.sql ch/tests/queries/0_stateless/01227_distributed_global_in_issue_2610.sql ch/tests/queries/0_stateless/01227_distributed_merge_global_in_primary_key.sql ch/tests/queries/0_stateless/01230_join_get_truncate.sql ch/tests/queries/0_stateless/01231_distributed_aggregation_memory_efficient_mix_levels.sql ch/tests/queries/0_stateless/01231_log_queries_min_type.sql ch/tests/queries/0_stateless/01231_markdown_format.sql ch/tests/queries/0_stateless/01231_operator_null_in.sql ch/tests/queries/0_stateless/01232_extremes.sql ch/tests/queries/0_stateless/01232_untuple.sql ch/tests/queries/0_stateless/01234_to_string_monotonic.sql ch/tests/queries/0_stateless/01236_graphite_mt.sql ch/tests/queries/0_stateless/01240_join_get_or_null.sql ch/tests/queries/0_stateless/01244_optimize_distributed_group_by_sharding_key.sql ch/tests/queries/0_stateless/01245_distributed_group_by_no_merge_with-extremes_and_totals.sql ch/tests/queries/0_stateless/01245_limit_infinite_sources.sql ch/tests/queries/0_stateless/01246_extractAllGroupsHorizontal.sql ch/tests/queries/0_stateless/01246_extractAllGroupsVertical.sql ch/tests/queries/0_stateless/01246_finalize_aggregation_race.sql ch/tests/queries/0_stateless/01246_least_greatest_generic.sql ch/tests/queries/0_stateless/01247_least_greatest_filimonov.sql ch/tests/queries/0_stateless/01247_optimize_distributed_group_by_sharding_key_dist_on_dist.sql ch/tests/queries/0_stateless/01247_some_msan_crashs_from_22517.sql ch/tests/queries/0_stateless/01248_least_greatest_mixed_const.sql ch/tests/queries/0_stateless/01249_bad_arguments_for_bloom_filter.sql ch/tests/queries/0_stateless/01250_fixed_string_comparison.sql ch/tests/queries/0_stateless/01251_dict_is_in_infinite_loop.sql ch/tests/queries/0_stateless/01251_string_comparison.sql ch/tests/queries/0_stateless/01252_weird_time_zone.sql ch/tests/queries/0_stateless/01253_subquery_in_aggregate_function_JustStranger.sql ch/tests/queries/0_stateless/01254_array_of_unnamed_tuples.sql ch/tests/queries/0_stateless/01254_dict_create_without_db.sql ch/tests/queries/0_stateless/01254_dict_load_after_detach_attach.sql ch/tests/queries/0_stateless/01255_geo_types_livace.sql ch/tests/queries/0_stateless/01256_misspell_layout_name_podshumok.sql ch/tests/queries/0_stateless/01256_negative_generate_random.sql ch/tests/queries/0_stateless/01257_dictionary_mismatch_types.sql ch/tests/queries/0_stateless/01258_wrong_cast_filimonov.sql ch/tests/queries/0_stateless/01259_combinator_distinct_distributed.sql ch/tests/queries/0_stateless/01259_combinator_distinct.sql ch/tests/queries/0_stateless/01259_datetime64_ubsan.sql ch/tests/queries/0_stateless/01259_dictionary_custom_settings_ddl.sql ch/tests/queries/0_stateless/01260_ubsan_decimal_parse.sql ch/tests/queries/0_stateless/01262_fractional_timezone_near_start_of_epoch.sql ch/tests/queries/0_stateless/01262_low_cardinality_remove.sql ch/tests/queries/0_stateless/01263_type_conversion_nvartolomei.sql ch/tests/queries/0_stateless/01264_nested_baloo_bear.sql ch/tests/queries/0_stateless/01265_datetime_string_comparison_felix_mueller.sql ch/tests/queries/0_stateless/01266_default_prewhere_reqq.sql ch/tests/queries/0_stateless/01267_alter_default_key_columns_zookeeper_long.sql ch/tests/queries/0_stateless/01268_data_numeric_parameters.sql ch/tests/queries/0_stateless/01268_DateTime64_in_WHERE.sql ch/tests/queries/0_stateless/01268_dictionary_direct_layout.sql ch/tests/queries/0_stateless/01268_mergine_sorted_limit.sql ch/tests/queries/0_stateless/01268_mv_scalars.sql ch/tests/queries/0_stateless/01268_shard_avgweighted.sql ch/tests/queries/0_stateless/01269_alias_type_differs.sql ch/tests/queries/0_stateless/01269_create_with_null.sql ch/tests/queries/0_stateless/01269_toStartOfSecond.sql ch/tests/queries/0_stateless/01270_optimize_skip_unused_shards_low_cardinality.sql ch/tests/queries/0_stateless/01271_optimize_arithmetic_operations_in_aggr_func_long.sql ch/tests/queries/0_stateless/01271_optimize_arithmetic_operations_in_aggr_func_with_alias.sql ch/tests/queries/0_stateless/01271_show_privileges.sql ch/tests/queries/0_stateless/01272_offset_without_limit.sql ch/tests/queries/0_stateless/01272_suspicious_codecs.sql ch/tests/queries/0_stateless/01272_totals_and_filter_bug.sql ch/tests/queries/0_stateless/01273_extractGroups.sql ch/tests/queries/0_stateless/01273_h3EdgeAngle_range_check.sql ch/tests/queries/0_stateless/01273_lc_fixed_string_field.sql ch/tests/queries/0_stateless/01274_alter_rename_column_distributed.sql ch/tests/queries/0_stateless/01275_alter_rename_column_default_expr.sql ch/tests/queries/0_stateless/01275_extract_groups_check.sql ch/tests/queries/0_stateless/01275_parallel_mv.gen.sql ch/tests/queries/0_stateless/01276_alter_rename_column_materialized_expr.sql ch/tests/queries/0_stateless/01276_random_string.sql ch/tests/queries/0_stateless/01276_system_licenses.sql ch/tests/queries/0_stateless/01277_alter_rename_column_constraint.sql ch/tests/queries/0_stateless/01277_alter_rename_column_constraint_zookeeper_long.sql ch/tests/queries/0_stateless/01277_buffer_column_order.sql ch/tests/queries/0_stateless/01277_convert_field_to_type_logical_error.sql ch/tests/queries/0_stateless/01277_fromUnixTimestamp64.sql ch/tests/queries/0_stateless/01277_large_tuples.sql ch/tests/queries/0_stateless/01277_random_fixed_string.sql ch/tests/queries/0_stateless/01277_toUnixTimestamp64.sql ch/tests/queries/0_stateless/01277_unixTimestamp64_compatibility.sql ch/tests/queries/0_stateless/01278_alter_rename_combination.sql ch/tests/queries/0_stateless/01278_random_string_utf8.sql ch/tests/queries/0_stateless/01278_variance_nonnegative.sql ch/tests/queries/0_stateless/01279_dist_group_by.sql ch/tests/queries/0_stateless/01280_min_map_max_map.sql ch/tests/queries/0_stateless/01280_null_in.sql ch/tests/queries/0_stateless/01280_opencl_bitonic_order_by.sql ch/tests/queries/0_stateless/01280_ttl_where_group_by_negative.sql ch/tests/queries/0_stateless/01280_unicode_whitespaces_lexer.sql ch/tests/queries/0_stateless/01281_alter_rename_and_other_renames.sql ch/tests/queries/0_stateless/01281_join_with_prewhere_fix.sql ch/tests/queries/0_stateless/01281_parseDateTime64BestEffort.sql ch/tests/queries/0_stateless/01281_sum_nullable.sql ch/tests/queries/0_stateless/01281_unsucceeded_insert_select_queries_counter.sql ch/tests/queries/0_stateless/01282_system_parts_ttl_info.sql ch/tests/queries/0_stateless/01283_max_threads_simple_query_optimization.sql ch/tests/queries/0_stateless/01283_strict_resize_bug.sql ch/tests/queries/0_stateless/01284_escape_sequences_php_mysql_style.sql ch/tests/queries/0_stateless/01284_fuzz_bits.sql ch/tests/queries/0_stateless/01284_port.gen.sql ch/tests/queries/0_stateless/01284_view_and_extremes_bug.sql ch/tests/queries/0_stateless/01285_data_skip_index_over_aggregation.sql ch/tests/queries/0_stateless/01285_date_datetime_key_condition.sql ch/tests/queries/0_stateless/01286_constraints_on_default.sql ch/tests/queries/0_stateless/01287_max_execution_speed.sql ch/tests/queries/0_stateless/01288_shard_max_network_bandwidth.sql ch/tests/queries/0_stateless/01289_min_execution_speed_not_too_early.sql ch/tests/queries/0_stateless/01290_empty_array_index_analysis.sql ch/tests/queries/0_stateless/01290_max_execution_speed_distributed.sql ch/tests/queries/0_stateless/01291_aggregation_in_order.sql ch/tests/queries/0_stateless/01291_distributed_low_cardinality_memory_efficient.sql ch/tests/queries/0_stateless/01291_geo_types.sql ch/tests/queries/0_stateless/01291_unsupported_conversion_from_decimal.sql ch/tests/queries/0_stateless/01292_create_user.sql ch/tests/queries/0_stateless/01292_optimize_data_skip_idx_order_by_expr.sql ch/tests/queries/0_stateless/01292_quantile_array_bug.sql ch/tests/queries/0_stateless/01293_create_role.sql ch/tests/queries/0_stateless/01293_external_sorting_limit_bug.sql ch/tests/queries/0_stateless/01293_pretty_max_value_width.sql ch/tests/queries/0_stateless/01293_show_settings.sql ch/tests/queries/0_stateless/01293_system_distribution_queue.sql ch/tests/queries/0_stateless/01294_create_settings_profile.sql ch/tests/queries/0_stateless/01294_system_distributed_on_cluster.sql ch/tests/queries/0_stateless/01295_aggregation_bug_11413.sql ch/tests/queries/0_stateless/01295_create_row_policy.sql ch/tests/queries/0_stateless/01296_codecs_bad_arguments.sql ch/tests/queries/0_stateless/01296_create_row_policy_in_current_database.sql ch/tests/queries/0_stateless/01296_pipeline_stuck.sql ch/tests/queries/0_stateless/01297_alter_distributed.sql ch/tests/queries/0_stateless/01297_create_quota.sql ch/tests/queries/0_stateless/01298_alter_merge.sql ch/tests/queries/0_stateless/01299_alter_merge_tree.sql ch/tests/queries/0_stateless/01300_group_by_other_keys_having.sql ch/tests/queries/0_stateless/01300_group_by_other_keys.sql ch/tests/queries/0_stateless/01300_polygon_convex_hull.sql ch/tests/queries/0_stateless/01300_read_wkt.sql ch/tests/queries/0_stateless/01300_svg.sql ch/tests/queries/0_stateless/01300_wkt.sql ch/tests/queries/0_stateless/01301_polygons_within.sql ch/tests/queries/0_stateless/01302_polygons_distance.sql ch/tests/queries/0_stateless/01303_polygons_equals.sql ch/tests/queries/0_stateless/01304_polygons_sym_difference.sql ch/tests/queries/0_stateless/01305_array_join_prewhere_in_subquery.sql ch/tests/queries/0_stateless/01305_buffer_final_bug.sql ch/tests/queries/0_stateless/01305_nullable-prewhere_bug.sql ch/tests/queries/0_stateless/01305_polygons_union.sql ch/tests/queries/0_stateless/01306_polygons_intersection.sql ch/tests/queries/0_stateless/01307_bloom_filter_index_string_multi_granulas.sql ch/tests/queries/0_stateless/01307_polygon_perimeter.sql ch/tests/queries/0_stateless/01308_polygon_area.sql ch/tests/queries/0_stateless/01308_row_policy_and_trivial_count_query.sql ch/tests/queries/0_stateless/01310_enum_comparison.sql ch/tests/queries/0_stateless/01311_comparison_with_constant_string.sql ch/tests/queries/0_stateless/01312_case_insensitive_regexp.sql ch/tests/queries/0_stateless/01312_comparison_with_constant_string_in_index_analysis.sql ch/tests/queries/0_stateless/01313_parse_date_time_best_effort_null_zero.sql ch/tests/queries/0_stateless/01314_position_in_system_columns.sql ch/tests/queries/0_stateless/01315_count_distinct_return_not_nullable.sql ch/tests/queries/0_stateless/01318_alter_add_column_exists.sql ch/tests/queries/0_stateless/01318_decrypt.sql ch/tests/queries/0_stateless/01318_encrypt.sql ch/tests/queries/0_stateless/01318_map_add_map_subtract_on_map_type.sql ch/tests/queries/0_stateless/01318_map_add_map_subtract.sql ch/tests/queries/0_stateless/01318_map_populate_series.sql ch/tests/queries/0_stateless/01318_parallel_final_stuck.sql ch/tests/queries/0_stateless/01319_manual_write_to_replicas_long.sql ch/tests/queries/0_stateless/01319_mv_constants_bug.sql ch/tests/queries/0_stateless/01319_optimize_skip_unused_shards_nesting.sql ch/tests/queries/0_stateless/01319_query_formatting_in_server_log.sql ch/tests/queries/0_stateless/01320_optimize_skip_unused_shards_no_non_deterministic.sql ch/tests/queries/0_stateless/01321_aggregate_functions_of_group_by_keys.sql ch/tests/queries/0_stateless/01321_monotonous_functions_in_order_by_bug.sql ch/tests/queries/0_stateless/01322_cast_keep_nullable.sql ch/tests/queries/0_stateless/01323_add_scalars_in_time.sql ch/tests/queries/0_stateless/01323_bad_arg_in_arithmetic_operations.sql ch/tests/queries/0_stateless/01323_if_with_nulls.sql ch/tests/queries/0_stateless/01323_redundant_functions_in_order_by.sql ch/tests/queries/0_stateless/01323_too_many_threads_bug.sql ch/tests/queries/0_stateless/01324_if_transform_strings_to_enum.sql ch/tests/queries/0_stateless/01324_insert_tsv_raw.sql ch/tests/queries/0_stateless/01324_settings_documentation.sql ch/tests/queries/0_stateless/01325_freeze_mutation_stuck.sql ch/tests/queries/0_stateless/01326_build_id.sql ch/tests/queries/0_stateless/01326_fixed_string_comparison_denny_crane.sql ch/tests/queries/0_stateless/01326_hostname_alias.sql ch/tests/queries/0_stateless/01327_decimal_cut_extra_digits_after_point.sql ch/tests/queries/0_stateless/01328_bad_peephole_optimization.sql ch/tests/queries/0_stateless/01329_compare_tuple_string_constant.sql ch/tests/queries/0_stateless/01330_array_join_in_higher_order_function.sql ch/tests/queries/0_stateless/01332_join_type_syntax_position.sql ch/tests/queries/0_stateless/01333_select_abc_asterisk.sql ch/tests/queries/0_stateless/01337_mysql_global_variables.sql ch/tests/queries/0_stateless/01338_sha256_fixedstring.sql ch/tests/queries/0_stateless/01338_uuid_without_separator.sql ch/tests/queries/0_stateless/01340_datetime64_fpe.sql ch/tests/queries/0_stateless/01341_datetime64_wrong_supertype.sql ch/tests/queries/0_stateless/01343_min_bytes_to_use_mmap_io.sql ch/tests/queries/0_stateless/01344_alter_enum_partition_key.sql ch/tests/queries/0_stateless/01344_min_bytes_to_use_mmap_io_index.sql ch/tests/queries/0_stateless/01345_array_join_LittleMaverick.sql ch/tests/queries/0_stateless/01345_index_date_vs_datetime.sql ch/tests/queries/0_stateless/01346_alter_enum_partition_key_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/01346_array_join_mrxotey.sql ch/tests/queries/0_stateless/01347_partition_date_vs_datetime.sql ch/tests/queries/0_stateless/01349_mutation_datetime_key.sql ch/tests/queries/0_stateless/01350_intdiv_nontrivial_fpe.sql ch/tests/queries/0_stateless/01351_geohash_assert.sql ch/tests/queries/0_stateless/01351_parse_date_time_best_effort_us.sql ch/tests/queries/0_stateless/01352_add_datetime_bad_get.sql ch/tests/queries/0_stateless/01352_generate_random_overflow.sql ch/tests/queries/0_stateless/01353_low_cardinality_join_types.sql ch/tests/queries/0_stateless/01353_neighbor_overflow.sql ch/tests/queries/0_stateless/01353_nullable_tuple.sql ch/tests/queries/0_stateless/01353_topk_enum.sql ch/tests/queries/0_stateless/01354_order_by_tuple_collate_const.sql ch/tests/queries/0_stateless/01354_tuple_low_cardinality_array_mapped_bug.sql ch/tests/queries/0_stateless/01355_alter_column_with_order.sql ch/tests/queries/0_stateless/01355_defaultValueOfArgumentType_bug.sql ch/tests/queries/0_stateless/01355_if_fixed_string.sql ch/tests/queries/0_stateless/01355_ilike.sql ch/tests/queries/0_stateless/01356_initialize_aggregation.sql ch/tests/queries/0_stateless/01356_state_resample.sql ch/tests/queries/0_stateless/01356_view_threads.sql ch/tests/queries/0_stateless/01356_wrong_filter-type_bug.sql ch/tests/queries/0_stateless/01357_result_rows.sql ch/tests/queries/0_stateless/01357_version_collapsing_attach_detach_zookeeper.sql ch/tests/queries/0_stateless/01358_constexpr_constraint.sql ch/tests/queries/0_stateless/01358_mutation_delete_null_rows.sql ch/tests/queries/0_stateless/01358_union_threads_bug.sql ch/tests/queries/0_stateless/01359_codeql.sql ch/tests/queries/0_stateless/01359_geodistance_loop.sql ch/tests/queries/0_stateless/01360_division_overflow.sql ch/tests/queries/0_stateless/01360_materialized_view_with_join_on_query_log.sql ch/tests/queries/0_stateless/01361_buffer_table_flush_with_materialized_view.sql ch/tests/queries/0_stateless/01362_year_of_ISO8601_week_modificators_for_formatDateTime.sql ch/tests/queries/0_stateless/01372_remote_table_function_empty_table.sql ch/tests/queries/0_stateless/01372_wrong_order_by_removal.sql ch/tests/queries/0_stateless/01373_is_zero_or_null.sql ch/tests/queries/0_stateless/01373_summing_merge_tree_exclude_partition_key.sql ch/tests/queries/0_stateless/01373_summing_merge_tree_explicit_columns_definition.sql ch/tests/queries/0_stateless/01374_if_nullable_filimonov.sql ch/tests/queries/0_stateless/01375_compact_parts_codecs.sql ch/tests/queries/0_stateless/01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS.sql ch/tests/queries/0_stateless/01375_null_issue_3767.sql ch/tests/queries/0_stateless/01375_storage_file_write_prefix_csv_with_names.sql ch/tests/queries/0_stateless/01375_storage_file_write_prefix_tsv_with_names.sql ch/tests/queries/0_stateless/01376_array_fill_empty.sql ch/tests/queries/0_stateless/01376_GROUP_BY_injective_elimination_dictGet.sql ch/tests/queries/0_stateless/01376_null_logical.sql ch/tests/queries/0_stateless/01377_supertype_low_cardinality.sql ch/tests/queries/0_stateless/01378_alter_rename_with_ttl_zookeeper.sql ch/tests/queries/0_stateless/01379_with_fill_several_columns.sql ch/tests/queries/0_stateless/01380_coded_delta_exception_code.sql ch/tests/queries/0_stateless/01380_nullable_state.sql ch/tests/queries/0_stateless/01381_for_each_with_states.sql ch/tests/queries/0_stateless/01383_remote_ambiguous_column_shard.sql ch/tests/queries/0_stateless/01384_bloom_filter_bad_arguments.sql ch/tests/queries/0_stateless/01385_not_function.sql ch/tests/queries/0_stateless/01386_negative_float_constant_key_condition.sql ch/tests/queries/0_stateless/01387_clear_column_default_depends.sql ch/tests/queries/0_stateless/01388_clear_all_columns.sql ch/tests/queries/0_stateless/01388_multi_if_optimization.sql ch/tests/queries/0_stateless/01389_filter_by_virtual_columns.sql ch/tests/queries/0_stateless/01390_check_table_codec.sql ch/tests/queries/0_stateless/01390_remove_injective_in_uniq.sql ch/tests/queries/0_stateless/01391_join_on_dict_crash.sql ch/tests/queries/0_stateless/01391_limit_overflow.sql ch/tests/queries/0_stateless/01392_column_resolve.sql ch/tests/queries/0_stateless/01396_low_cardinality_fixed_string_default.sql ch/tests/queries/0_stateless/01396_negative_datetime_saturate_to_zero.sql ch/tests/queries/0_stateless/01397_in_bad_arguments.sql ch/tests/queries/0_stateless/01398_in_tuple_func.sql ch/tests/queries/0_stateless/01400_join_get_with_multi_keys.sql ch/tests/queries/0_stateless/01402_cast_nullable_string_to_enum.sql ch/tests/queries/0_stateless/01403_datetime64_constant_arg.sql ch/tests/queries/0_stateless/01404_roundUpToPowerOfTwoOrZero_safety.sql ch/tests/queries/0_stateless/01407_lambda_arrayJoin.sql ch/tests/queries/0_stateless/01408_range_overflow.sql ch/tests/queries/0_stateless/01409_topK_merge.sql ch/tests/queries/0_stateless/01410_full_join_and_null_predicates.sql ch/tests/queries/0_stateless/01410_nullable_key_and_index_negate_cond.sql ch/tests/queries/0_stateless/01410_nullable_key_and_index.sql ch/tests/queries/0_stateless/01411_from_unixtime.sql ch/tests/queries/0_stateless/01411_xor_itai_shirav.sql ch/tests/queries/0_stateless/01412_group_array_moving_shard.sql ch/tests/queries/0_stateless/01412_mod_float.sql ch/tests/queries/0_stateless/01412_optimize_deduplicate_bug.sql ch/tests/queries/0_stateless/01412_row_from_totals.sql ch/tests/queries/0_stateless/01413_allow_non_metadata_alters.sql ch/tests/queries/0_stateless/01413_alter_update_supertype.sql ch/tests/queries/0_stateless/01413_if_array_uuid.sql ch/tests/queries/0_stateless/01413_rows_events.sql ch/tests/queries/0_stateless/01413_truncate_without_table_keyword.sql ch/tests/queries/0_stateless/01414_bloom_filter_index_with_const_column.sql ch/tests/queries/0_stateless/01414_freeze_does_not_prevent_alters.sql ch/tests/queries/0_stateless/01414_low_cardinality_nullable.sql ch/tests/queries/0_stateless/01414_mutations_and_errors.sql ch/tests/queries/0_stateless/01414_push_predicate_when_contains_with_clause.sql ch/tests/queries/0_stateless/01415_inconsistent_merge_tree_settings.sql ch/tests/queries/0_stateless/01415_overlimiting_threads_for_repica_bug.sql ch/tests/queries/0_stateless/01415_table_function_view.sql ch/tests/queries/0_stateless/01416_clear_column_pk.sql ch/tests/queries/0_stateless/01416_join_totals_header_bug.sql ch/tests/queries/0_stateless/01417_update_permutation_crash.sql ch/tests/queries/0_stateless/01418_custom_settings.sql ch/tests/queries/0_stateless/01418_index_analysis_bug.sql ch/tests/queries/0_stateless/01418_query_scope_constants_and_remote.sql ch/tests/queries/0_stateless/01419_materialize_null.sql ch/tests/queries/0_stateless/01419_merge_tree_settings_sanity_check.sql ch/tests/queries/0_stateless/01419_skip_index_compact_parts.sql ch/tests/queries/0_stateless/01420_format_row.gen.sql ch/tests/queries/0_stateless/01420_logical_functions_materialized_null.sql ch/tests/queries/0_stateless/01421_array_nullable_element_nullable_index.sql ch/tests/queries/0_stateless/01421_assert_in_in.sql ch/tests/queries/0_stateless/01422_array_nullable_element_nullable_index.sql ch/tests/queries/0_stateless/01422_map_skip_null.sql ch/tests/queries/0_stateless/01423_if_nullable_cond.sql ch/tests/queries/0_stateless/01424_parse_date_time_bad_date.sql ch/tests/queries/0_stateless/01425_decimal_parse_big_negative_exponent.sql ch/tests/queries/0_stateless/01425_default_value_of_type_name.sql ch/tests/queries/0_stateless/01426_geohash_constants.sql ch/tests/queries/0_stateless/01427_pk_and_expression_with_different_type.sql ch/tests/queries/0_stateless/01428_h3_range_check.sql ch/tests/queries/0_stateless/01428_hash_set_nan_key.sql ch/tests/queries/0_stateless/01428_nullable_asof_join.sql ch/tests/queries/0_stateless/01429_join_on_error_messages.sql ch/tests/queries/0_stateless/01430_fix_any_rewrite_aliases.sql ch/tests/queries/0_stateless/01430_modify_sample_by_zookeeper_long.sql ch/tests/queries/0_stateless/01430_moving_sum_empty_state.sql ch/tests/queries/0_stateless/01431_finish_sorting_with_consts.sql ch/tests/queries/0_stateless/01431_utf8_ubsan.sql ch/tests/queries/0_stateless/01432_parse_date_time_best_effort_timestamp.sql ch/tests/queries/0_stateless/01433_hex_float.sql ch/tests/queries/0_stateless/01434_netloc_fuzz.sql ch/tests/queries/0_stateless/01435_lcm_overflow.sql ch/tests/queries/0_stateless/01436_storage_merge_with_join_push_down.sql ch/tests/queries/0_stateless/01440_big_int_arithm.sql ch/tests/queries/0_stateless/01440_big_int_exotic_casts.sql ch/tests/queries/0_stateless/01440_big_int_least_greatest.sql ch/tests/queries/0_stateless/01440_big_int_shift.sql ch/tests/queries/0_stateless/01440_to_date_monotonicity.sql ch/tests/queries/0_stateless/01441_array_combinator.sql ch/tests/queries/0_stateless/01441_low_cardinality_array_index.sql ch/tests/queries/0_stateless/01442_date_time_with_params.sql ch/tests/queries/0_stateless/01442_h3kring_range_check.sql ch/tests/queries/0_stateless/01447_json_strings.sql ch/tests/queries/0_stateless/01448_json_compact_strings_each_row.sql ch/tests/queries/0_stateless/01449_json_compact_strings.sql ch/tests/queries/0_stateless/01450_set_null_const.sql ch/tests/queries/0_stateless/01451_detach_drop_part.sql ch/tests/queries/0_stateless/01451_normalize_query.sql ch/tests/queries/0_stateless/01451_replicated_detach_drop_and_quorum_long.sql ch/tests/queries/0_stateless/01451_replicated_detach_drop_part_long.sql ch/tests/queries/0_stateless/01452_normalized_query_hash.sql ch/tests/queries/0_stateless/01453_fixsed_string_sort.sql ch/tests/queries/0_stateless/01453_normalize_query_alias_uuid.sql ch/tests/queries/0_stateless/01455_default_compression.sql ch/tests/queries/0_stateless/01455_nullable_type_with_if_agg_combinator.sql ch/tests/queries/0_stateless/01455_optimize_trivial_insert_select.sql ch/tests/queries/0_stateless/01455_rank_correlation_spearman.sql ch/tests/queries/0_stateless/01455_shard_leaf_max_rows_bytes_to_read.sql ch/tests/queries/0_stateless/01455_time_zones.sql ch/tests/queries/0_stateless/01456_ast_optimizations_over_distributed.sql ch/tests/queries/0_stateless/01456_low_cardinality_sorting_bugfix.sql ch/tests/queries/0_stateless/01456_min_negative_decimal_formatting.sql ch/tests/queries/0_stateless/01456_modify_column_type_via_add_drop_update.sql ch/tests/queries/0_stateless/01457_compile_expressions_fuzzer.sql ch/tests/queries/0_stateless/01457_create_as_table_function_structure.sql ch/tests/queries/0_stateless/01457_int256_hashing.sql ch/tests/queries/0_stateless/01457_min_index_granularity_bytes_setting.sql ch/tests/queries/0_stateless/01457_order_by_limit.sql ch/tests/queries/0_stateless/01457_order_by_nulls_first.sql ch/tests/queries/0_stateless/01458_count_digits.sql ch/tests/queries/0_stateless/01458_is_decimal_overflow.sql ch/tests/queries/0_stateless/01458_named_tuple_millin.sql ch/tests/queries/0_stateless/01459_decimal_casts.sql ch/tests/queries/0_stateless/01459_default_value_of_argument_type_nullptr_dereference.sql ch/tests/queries/0_stateless/01460_allow_dollar_and_number_in_identifier.sql ch/tests/queries/0_stateless/01460_mark_inclusion_search_crash.sql ch/tests/queries/0_stateless/01461_alter_table_function.sql ch/tests/queries/0_stateless/01461_query_start_time_microseconds.sql ch/tests/queries/0_stateless/01462_test_codec_on_alias.sql ch/tests/queries/0_stateless/01463_resample_overflow.sql ch/tests/queries/0_stateless/01465_ttl_recompression.sql ch/tests/queries/0_stateless/01470_columns_transformers2.sql ch/tests/queries/0_stateless/01470_columns_transformers.sql ch/tests/queries/0_stateless/01470_explain.sql ch/tests/queries/0_stateless/01470_show_databases_like.sql ch/tests/queries/0_stateless/01470_test_insert_select_asterisk.sql ch/tests/queries/0_stateless/01471_calculate_ttl_during_merge.sql ch/tests/queries/0_stateless/01471_limit_by_format.sql ch/tests/queries/0_stateless/01471_top_k_range_check.sql ch/tests/queries/0_stateless/01471_with_format.sql ch/tests/queries/0_stateless/01472_many_rows_in_totals.sql ch/tests/queries/0_stateless/01472_toBoundsOfInterval_disallow_empty_tz_field.sql ch/tests/queries/0_stateless/01473_event_time_microseconds.sql ch/tests/queries/0_stateless/01473_system_events_zeroes.sql ch/tests/queries/0_stateless/01474_bad_global_join.sql ch/tests/queries/0_stateless/01474_decimal_scale_bug.sql ch/tests/queries/0_stateless/01474_executable_dictionary.sql ch/tests/queries/0_stateless/01475_fix_bigint_shift.sql ch/tests/queries/0_stateless/01475_mutation_with_if.sql ch/tests/queries/0_stateless/01475_read_subcolumns_2.sql ch/tests/queries/0_stateless/01475_read_subcolumns_3.sql ch/tests/queries/0_stateless/01475_read_subcolumns.sql ch/tests/queries/0_stateless/01476_right_full_join_switch.sql ch/tests/queries/0_stateless/01477_lc_in_merge_join_left_key.gen.sql ch/tests/queries/0_stateless/01478_not_equi-join_on.sql ch/tests/queries/0_stateless/01479_cross_join_9855.sql ch/tests/queries/0_stateless/01480_binary_operator_monotonicity.sql ch/tests/queries/0_stateless/01481_join_with_materialized.sql ch/tests/queries/0_stateless/01482_move_to_prewhere_and_cast.sql ch/tests/queries/0_stateless/01483_merge_table_join_and_group_by.sql ch/tests/queries/0_stateless/01485_256_bit_multiply.sql ch/tests/queries/0_stateless/01486_json_array_output.sql ch/tests/queries/0_stateless/01490_nullable_string_to_enum.sql ch/tests/queries/0_stateless/01491_nested_multiline_comments.sql ch/tests/queries/0_stateless/01492_array_join_crash_13829.sql ch/tests/queries/0_stateless/01492_format_readable_quantity.sql ch/tests/queries/0_stateless/01493_alter_remove_no_property_zookeeper_long.sql ch/tests/queries/0_stateless/01493_alter_remove_properties.sql ch/tests/queries/0_stateless/01493_alter_remove_properties_zookeeper.sql ch/tests/queries/0_stateless/01493_alter_remove_wrong_default.sql ch/tests/queries/0_stateless/01493_storage_set_persistency.sql ch/tests/queries/0_stateless/01493_table_function_null.sql ch/tests/queries/0_stateless/01494_storage_join_persistency.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement_2.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement_3.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement_4.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement.sql ch/tests/queries/0_stateless/01496_signedness_conversion_monotonicity.sql ch/tests/queries/0_stateless/01497_alias_on_default_array.sql ch/tests/queries/0_stateless/01497_extract_all_groups_empty_match.sql ch/tests/queries/0_stateless/01497_mutation_support_for_storage_memory.sql ch/tests/queries/0_stateless/01497_now_support_timezone.sql ch/tests/queries/0_stateless/01498_alter_column_storage_memory.sql ch/tests/queries/0_stateless/01499_json_named_tuples.sql ch/tests/queries/0_stateless/01499_log_deadlock.sql ch/tests/queries/0_stateless/01501_cache_dictionary_all_fields.sql ch/tests/queries/0_stateless/01502_bar_overflow.sql ch/tests/queries/0_stateless/01503_fixed_string_primary_key.sql ch/tests/queries/0_stateless/01503_if_const_optimization.sql ch/tests/queries/0_stateless/01504_compression_multiple_streams.sql ch/tests/queries/0_stateless/01504_rocksdb.sql ch/tests/queries/0_stateless/01504_view_type_conversion.sql ch/tests/queries/0_stateless/01505_distributed_local_type_conversion_enum.sql ch/tests/queries/0_stateless/01505_log_distributed_deadlock.sql ch/tests/queries/0_stateless/01505_trivial_count_with_partition_predicate.sql ch/tests/queries/0_stateless/01506_buffer_table_alter_block_structure_2.sql ch/tests/queries/0_stateless/01506_buffer_table_alter_block_structure.sql ch/tests/queries/0_stateless/01506_ttl_same_with_order_by.sql ch/tests/queries/0_stateless/01507_multiversion_storage_for_storagememory.sql ch/tests/queries/0_stateless/01507_transform_null_in.sql ch/tests/queries/0_stateless/01508_explain_header.sql ch/tests/queries/0_stateless/01509_output_format_pretty_row_numbers.sql ch/tests/queries/0_stateless/01509_parallel_quorum_insert_no_replicas_long.sql ch/tests/queries/0_stateless/01511_alter_version_versioned_collapsing_merge_tree.sql ch/tests/queries/0_stateless/01511_alter_version_versioned_collapsing_merge_tree_zookeeper.sql ch/tests/queries/0_stateless/01511_different_expression_with_same_alias.sql ch/tests/queries/0_stateless/01511_format_readable_timedelta.sql ch/tests/queries/0_stateless/01511_prewhere_with_virtuals.sql ch/tests/queries/0_stateless/01512_create_replicate_merge_tree_one_arg.sql ch/tests/queries/0_stateless/01513_count_without_select_sequence_consistency_zookeeper_long.sql ch/tests/queries/0_stateless/01513_defaults_on_defaults_no_column.sql ch/tests/queries/0_stateless/01513_ilike_like_cache.sql ch/tests/queries/0_stateless/01513_optimize_aggregation_in_order_memory_long.sql ch/tests/queries/0_stateless/01514_empty_buffer_different_types.sql ch/tests/queries/0_stateless/01514_input_format_csv_enum_as_number_setting.sql ch/tests/queries/0_stateless/01514_input_format_json_enum_as_number.sql ch/tests/queries/0_stateless/01514_input_format_tsv_enum_as_number_setting.sql ch/tests/queries/0_stateless/01514_parallel_formatting.sql ch/tests/queries/0_stateless/01514_tid_function.sql ch/tests/queries/0_stateless/01515_force_data_skipping_indices.sql ch/tests/queries/0_stateless/01515_mv_and_array_join_optimisation_bag.sql ch/tests/queries/0_stateless/01515_with_global_and_with_propagation.sql ch/tests/queries/0_stateless/01516_create_table_primary_key.sql ch/tests/queries/0_stateless/01516_date_time_output_format.sql ch/tests/queries/0_stateless/01517_drop_mv_with_inner_table.sql ch/tests/queries/0_stateless/01517_select_final_distributed.sql ch/tests/queries/0_stateless/01518_cast_nullable_virtual_system_column.sql ch/tests/queries/0_stateless/01518_filtering_aliased_materialized_column.sql ch/tests/queries/0_stateless/01518_nullable_aggregate_states1.sql ch/tests/queries/0_stateless/01518_nullable_aggregate_states2.sql ch/tests/queries/0_stateless/01518_select_in_null.sql ch/tests/queries/0_stateless/01519_topK_distributed_parametrized.sql ch/tests/queries/0_stateless/01521_alter_enum_and_reverse_read.sql ch/tests/queries/0_stateless/01521_distributed_query_hang.sql ch/tests/queries/0_stateless/01521_format_readable_time_delta2.sql ch/tests/queries/0_stateless/01521_global_in_prewhere_15792.sql ch/tests/queries/0_stateless/01521_max_length_alias.sql ch/tests/queries/0_stateless/01522_validate_alter_default.sql ch/tests/queries/0_stateless/01523_date_time_compare_with_date_literal.sql ch/tests/queries/0_stateless/01523_interval_operator_support_string_literal.sql ch/tests/queries/0_stateless/01524_do_not_merge_across_partitions_select_final.sql ch/tests/queries/0_stateless/01525_select_with_offset_fetch_clause.sql ch/tests/queries/0_stateless/01526_alter_add_and_modify_order_zookeeper.sql ch/tests/queries/0_stateless/01526_complex_key_dict_direct_layout.sql ch/tests/queries/0_stateless/01527_bad_aggregation_in_lambda.sql ch/tests/queries/0_stateless/01527_dist_sharding_key_dictGet_reload.sql ch/tests/queries/0_stateless/01527_materialized_view_stack_overflow.sql ch/tests/queries/0_stateless/01528_allow_nondeterministic_optimize_skip_unused_shards.sql ch/tests/queries/0_stateless/01528_setting_aggregate_functions_null_for_empty.sql ch/tests/queries/0_stateless/01528_to_uuid_or_null_or_zero.sql ch/tests/queries/0_stateless/01529_union_distinct_and_setting_union_default_mode.sql ch/tests/queries/0_stateless/01530_drop_database_atomic_sync.sql ch/tests/queries/0_stateless/01531_query_log_query_comment.sql ch/tests/queries/0_stateless/01532_collate_in_low_cardinality.sql ch/tests/queries/0_stateless/01532_execute_merges_on_single_replica_long.sql ch/tests/queries/0_stateless/01532_having_with_totals.sql ch/tests/queries/0_stateless/01532_min_max_with_modifiers.sql ch/tests/queries/0_stateless/01532_primary_key_without_order_by_zookeeper.sql ch/tests/queries/0_stateless/01532_tuple_with_name_type.sql ch/tests/queries/0_stateless/01533_collate_in_nullable.sql ch/tests/queries/0_stateless/01533_distinct_depends_on_max_threads.sql ch/tests/queries/0_stateless/01533_distinct_nullable_uuid.sql ch/tests/queries/0_stateless/01533_multiple_nested.sql ch/tests/queries/0_stateless/01533_optimize_skip_merged_partitions.sql ch/tests/queries/0_stateless/01533_quantile_deterministic_assert.sql ch/tests/queries/0_stateless/01533_sum_if_nullable_bug.sql ch/tests/queries/0_stateless/01534_lambda_array_join.sql ch/tests/queries/0_stateless/01535_decimal_round_scale_overflow_check.sql ch/tests/queries/0_stateless/01536_fuzz_cast.sql ch/tests/queries/0_stateless/01537_fuzz_count_equal.sql ch/tests/queries/0_stateless/01538_fuzz_aggregate.sql ch/tests/queries/0_stateless/01540_verbatim_partition_pruning.sql ch/tests/queries/0_stateless/01542_collate_in_array.sql ch/tests/queries/0_stateless/01543_collate_in_tuple.sql ch/tests/queries/0_stateless/01543_parse_datetime_besteffort_or_null_empty_string.sql ch/tests/queries/0_stateless/01543_toModifiedJulianDay.sql ch/tests/queries/0_stateless/01544_errorCodeToName.sql ch/tests/queries/0_stateless/01544_fromModifiedJulianDay.sql ch/tests/queries/0_stateless/01545_url_file_format_settings.sql ch/tests/queries/0_stateless/01546_log_queries_min_query_duration_ms.sql ch/tests/queries/0_stateless/01547_query_log_current_database.sql ch/tests/queries/0_stateless/01548_lzy305.sql ch/tests/queries/0_stateless/01548_uncomparable_columns_in_keys.sql ch/tests/queries/0_stateless/01548_with_totals_having.sql ch/tests/queries/0_stateless/01549_low_cardinality_materialized_view.sql ch/tests/queries/0_stateless/01549_low_cardinality_mv_fuzz.sql ch/tests/queries/0_stateless/01550_create_map_type.sql ch/tests/queries/0_stateless/01550_mutation_subquery.sql ch/tests/queries/0_stateless/01550_type_map_formats.sql ch/tests/queries/0_stateless/01551_context_uaf.sql ch/tests/queries/0_stateless/01551_mergetree_read_in_order_spread.sql ch/tests/queries/0_stateless/01552_alter_name_collision.sql ch/tests/queries/0_stateless/01552_dict_fixedstring.sql ch/tests/queries/0_stateless/01552_impl_aggfunc_cloneresize.sql ch/tests/queries/0_stateless/01553_datetime64_comparison.sql ch/tests/queries/0_stateless/01553_settings_early_apply.sql ch/tests/queries/0_stateless/01554_bloom_filter_index_big_integer_uuid.sql ch/tests/queries/0_stateless/01554_interpreter_integer_float.sql ch/tests/queries/0_stateless/01555_or_fill.sql ch/tests/queries/0_stateless/01555_system_distribution_queue_mask.sql ch/tests/queries/0_stateless/01556_accurate_cast_or_null.sql ch/tests/queries/0_stateless/01556_explain_select_with_union_query.sql ch/tests/queries/0_stateless/01556_if_null.sql ch/tests/queries/0_stateless/01557_field_infinite_convert_to_number.sql ch/tests/queries/0_stateless/01557_max_parallel_replicas_no_sample.sql ch/tests/queries/0_stateless/01558_enum_as_num_in_tsv_csv_input.sql ch/tests/queries/0_stateless/01558_transform_null_in.sql ch/tests/queries/0_stateless/01558_ttest.sql ch/tests/queries/0_stateless/01559_aggregate_null_for_empty_fix.sql ch/tests/queries/0_stateless/01559_misplaced_codec_diagnostics.sql ch/tests/queries/0_stateless/01560_cancel_agg_func_combinator_native_name_constraint.sql ch/tests/queries/0_stateless/01560_crash_in_agg_empty_arglist.sql ch/tests/queries/0_stateless/01560_DateTime_and_DateTime64_comparision.sql ch/tests/queries/0_stateless/01560_mann_whitney.sql ch/tests/queries/0_stateless/01560_merge_distributed_join.sql ch/tests/queries/0_stateless/01560_monotonicity_check_multiple_args_bug.sql ch/tests/queries/0_stateless/01560_optimize_on_insert_long.sql ch/tests/queries/0_stateless/01560_optimize_on_insert_zookeeper.sql ch/tests/queries/0_stateless/01561_aggregate_functions_of_key_with_join.sql ch/tests/queries/0_stateless/01561_Date_and_DateTime64_comparision.sql ch/tests/queries/0_stateless/01562_agg_null_for_empty_ahead.sql ch/tests/queries/0_stateless/01564_test_hint_woes.sql ch/tests/queries/0_stateless/01566_negate_formatting.sql ch/tests/queries/0_stateless/01567_system_processes_current_database.sql ch/tests/queries/0_stateless/01568_window_functions_distributed.sql ch/tests/queries/0_stateless/01570_aggregator_combinator_simple_state.sql ch/tests/queries/0_stateless/01571_window_functions.sql ch/tests/queries/0_stateless/01575_disable_detach_table_of_dictionary.sql ch/tests/queries/0_stateless/01576_alias_column_rewrite.sql ch/tests/queries/0_stateless/01576_if_null_external_aggregation.sql ch/tests/queries/0_stateless/01579_date_datetime_index_comparison.sql ch/tests/queries/0_stateless/01580_column_const_comparision.sql ch/tests/queries/0_stateless/01581_deduplicate_by_columns_local.sql ch/tests/queries/0_stateless/01581_deduplicate_by_columns_replicated_long.sql ch/tests/queries/0_stateless/01581_to_int_inf_nan.sql ch/tests/queries/0_stateless/01582_any_join_supertype.sql ch/tests/queries/0_stateless/01582_deterministic_function_with_predicate.sql ch/tests/queries/0_stateless/01582_distinct_subquery_groupby.sql ch/tests/queries/0_stateless/01582_move_to_prewhere_compact_parts.sql ch/tests/queries/0_stateless/01583_const_column_in_set_index.sql ch/tests/queries/0_stateless/01584_distributed_buffer_cannot_find_column.sql ch/tests/queries/0_stateless/01585_fuzz_bits_with_bugfix.sql ch/tests/queries/0_stateless/01585_use_index_for_global_in.sql ch/tests/queries/0_stateless/01585_use_index_for_global_in_with_null.sql ch/tests/queries/0_stateless/01586_columns_pruning.sql ch/tests/queries/0_stateless/01586_replicated_mutations_empty_partition.sql ch/tests/queries/0_stateless/01586_storage_join_low_cardinality_key.sql ch/tests/queries/0_stateless/01590_countSubstrings.sql ch/tests/queries/0_stateless/01591_window_functions.sql ch/tests/queries/0_stateless/01592_length_map.sql ch/tests/queries/0_stateless/01592_long_window_functions1.sql ch/tests/queries/0_stateless/01592_toUnixTimestamp_Date.sql ch/tests/queries/0_stateless/01592_window_functions.sql ch/tests/queries/0_stateless/01593_functions_in_order_by.sql ch/tests/queries/0_stateless/01593_insert_settings.sql ch/tests/queries/0_stateless/01594_storage_join_uuid.sql ch/tests/queries/0_stateless/01595_countMatches.sql ch/tests/queries/0_stateless/01596_full_join_chertus.sql ch/tests/queries/0_stateless/01596_null_as_default_nullable.sql ch/tests/queries/0_stateless/01596_setting_limit_offset.sql ch/tests/queries/0_stateless/01598_memory_limit_zeros.sql ch/tests/queries/0_stateless/01600_encode_XML.sql ch/tests/queries/0_stateless/01600_min_max_compress_block_size.sql ch/tests/queries/0_stateless/01600_multiple_left_join_with_aliases.sql ch/tests/queries/0_stateless/01600_remerge_sort_lowered_memory_bytes_ratio.sql ch/tests/queries/0_stateless/01600_select_in_different_types.sql ch/tests/queries/0_stateless/01601_accurate_cast.sql ch/tests/queries/0_stateless/01601_custom_tld.gen.sql ch/tests/queries/0_stateless/01601_detach_permanently.sql ch/tests/queries/0_stateless/01602_array_aggregation.sql ch/tests/queries/0_stateless/01602_insert_into_table_function_cluster.sql ch/tests/queries/0_stateless/01602_modified_julian_day_msan.sql ch/tests/queries/0_stateless/01602_runningConcurrency.sql ch/tests/queries/0_stateless/01602_show_create_view.sql ch/tests/queries/0_stateless/01602_temporary_table_in_system_tables.sql ch/tests/queries/0_stateless/01603_decimal_mult_float.sql ch/tests/queries/0_stateless/01603_insert_select_too_many_parts.sql ch/tests/queries/0_stateless/01603_read_with_backoff_bug.sql ch/tests/queries/0_stateless/01603_remove_column_ttl.sql ch/tests/queries/0_stateless/01603_rename_overwrite_bug.sql ch/tests/queries/0_stateless/01604_explain_ast_of_nonselect_query.sql ch/tests/queries/0_stateless/01605_adaptive_granularity_block_borders.sql ch/tests/queries/0_stateless/01605_dictinct_two_level.sql ch/tests/queries/0_stateless/01605_drop_settings_profile_while_assigned.sql ch/tests/queries/0_stateless/01605_key_condition_enum_int.sql ch/tests/queries/0_stateless/01605_skip_idx_compact_parts.sql ch/tests/queries/0_stateless/01606_merge_from_wide_to_compact.sql ch/tests/queries/0_stateless/01611_constant_folding_subqueries.sql ch/tests/queries/0_stateless/01611_string_to_low_cardinality_key_alter.sql ch/tests/queries/0_stateless/01614_with_fill_with_limit.sql ch/tests/queries/0_stateless/01615_random_one_shard_insertion.sql ch/tests/queries/0_stateless/01615_two_args_function_index_fix.sql ch/tests/queries/0_stateless/01616_untuple_access_field.sql ch/tests/queries/0_stateless/01620_fix_simple_state_arg_type.sql ch/tests/queries/0_stateless/01621_bar_nan_arguments.sql ch/tests/queries/0_stateless/01621_decode_XML.sql ch/tests/queries/0_stateless/01621_sort_after_join_pipeline_stuck.sql ch/tests/queries/0_stateless/01621_summap_check_types.sql ch/tests/queries/0_stateless/01622_byte_size.sql ch/tests/queries/0_stateless/01622_codec_zstd_long.sql ch/tests/queries/0_stateless/01622_constraints_simple_optimization.sql ch/tests/queries/0_stateless/01622_constraints_where_optimization.sql ch/tests/queries/0_stateless/01622_defaults_for_file_engine.sql ch/tests/queries/0_stateless/01622_multiple_ttls.sql ch/tests/queries/0_stateless/01623_byte_size_const.sql ch/tests/queries/0_stateless/01623_constraints_column_swap.sql ch/tests/queries/0_stateless/01625_constraints_index_append.sql ch/tests/queries/0_stateless/01626_cnf_test.sql ch/tests/queries/0_stateless/01630_disallow_floating_point_as_partition_key.sql ch/tests/queries/0_stateless/01630_simple_aggregate_all_functions_in_aggregating_merge_tree.sql ch/tests/queries/0_stateless/01630_simple_aggregate_all_functions_in_summing_merge_tree.sql ch/tests/queries/0_stateless/01630_simple_aggregate_function_in_summing_merge_tree.sql ch/tests/queries/0_stateless/01631_date_overflow_as_partition_key.sql ch/tests/queries/0_stateless/01632_group_array_msan.sql ch/tests/queries/0_stateless/01632_max_partitions_to_read.sql ch/tests/queries/0_stateless/01632_nullable_string_type_convert_to_decimal_type.sql ch/tests/queries/0_stateless/01632_select_all_syntax.sql ch/tests/queries/0_stateless/01633_limit_fuzz.sql ch/tests/queries/0_stateless/01634_summap_nullable.sql ch/tests/queries/0_stateless/01634_sum_map_nulls.sql ch/tests/queries/0_stateless/01634_uuid_fuzz.sql ch/tests/queries/0_stateless/01635_nullable_fuzz.sql ch/tests/queries/0_stateless/01635_sum_map_fuzz.sql ch/tests/queries/0_stateless/01636_nullable_fuzz2.sql ch/tests/queries/0_stateless/01637_nullable_fuzz3.sql ch/tests/queries/0_stateless/01638_div_mod_ambiguities.sql ch/tests/queries/0_stateless/01639_distributed_sync_insert_zero_rows.sql ch/tests/queries/0_stateless/01640_distributed_async_insert_compression.sql ch/tests/queries/0_stateless/01640_marks_corruption_regression.sql ch/tests/queries/0_stateless/01641_memory_tracking_insert_optimize.sql ch/tests/queries/0_stateless/01642_if_nullable_regression.sql ch/tests/queries/0_stateless/01643_merge_tree_fsync_smoke.sql ch/tests/queries/0_stateless/01643_replicated_merge_tree_fsync_smoke.sql ch/tests/queries/0_stateless/01644_distributed_async_insert_fsync_smoke.sql ch/tests/queries/0_stateless/01645_system_table_engines.sql ch/tests/queries/0_stateless/01646_fix_window_funnel_inconistency.sql ch/tests/queries/0_stateless/01646_rewrite_sum_if_bug.sql ch/tests/queries/0_stateless/01646_rewrite_sum_if.sql ch/tests/queries/0_stateless/01646_system_restart_replicas_smoke.sql ch/tests/queries/0_stateless/01648_mutations_and_escaping.sql ch/tests/queries/0_stateless/01648_normalize_query_keep_names.sql ch/tests/queries/0_stateless/01649_with_alias_key_condition.sql ch/tests/queries/0_stateless/01650_drop_part_and_deduplication_zookeeper_long.sql ch/tests/queries/0_stateless/01650_expressions_merge_bug.sql ch/tests/queries/0_stateless/01650_fetch_patition_with_macro_in_zk_path_long.sql ch/tests/queries/0_stateless/01651_bugs_from_15889.sql ch/tests/queries/0_stateless/01651_group_uniq_array_enum.sql ch/tests/queries/0_stateless/01651_lc_insert_tiny_log_1.sql ch/tests/queries/0_stateless/01651_lc_insert_tiny_log_2.sql ch/tests/queries/0_stateless/01651_lc_insert_tiny_log_3.sql ch/tests/queries/0_stateless/01651_map_functions.sql ch/tests/queries/0_stateless/01652_ignore_and_low_cardinality.sql ch/tests/queries/0_stateless/01652_ttl_old_syntax.sql ch/tests/queries/0_stateless/01653_tuple_hamming_distance_2.sql ch/tests/queries/0_stateless/01654_bar_nan.sql ch/tests/queries/0_stateless/01655_agg_if_nullable.sql ch/tests/queries/0_stateless/01655_plan_optimizations_merge_filters.sql ch/tests/queries/0_stateless/01655_quarter_modificator_for_formatDateTime.sql ch/tests/queries/0_stateless/01655_sleep_infinite_float.sql ch/tests/queries/0_stateless/01655_test_isnull_mysql_dialect.sql ch/tests/queries/0_stateless/01655_window_functions_bug.sql ch/tests/queries/0_stateless/01655_window_functions_null.sql ch/tests/queries/0_stateless/01656_ipv4_bad_formatting.sql ch/tests/queries/0_stateless/01656_join_defaul_enum.sql ch/tests/queries/0_stateless/01656_sequence_next_node_long.sql ch/tests/queries/0_stateless/01656_test_hex_mysql_dialect.sql ch/tests/queries/0_stateless/01656_test_query_log_factories_info.sql ch/tests/queries/0_stateless/01657_array_element_ubsan.sql ch/tests/queries/0_stateless/01657_test_toHour_mysql_compatibility.sql ch/tests/queries/0_stateless/01658_test_base64Encode_mysql_compatibility.sql ch/tests/queries/0_stateless/01658_values_ubsan.sql ch/tests/queries/0_stateless/01659_array_aggregation_ubsan.sql ch/tests/queries/0_stateless/01659_h3_buffer_overflow.sql ch/tests/queries/0_stateless/01659_test_base64Decode_mysql_compatibility.sql ch/tests/queries/0_stateless/01660_join_or_all.sql ch/tests/queries/0_stateless/01660_join_or_any.sql ch/tests/queries/0_stateless/01660_join_or_inner.sql ch/tests/queries/0_stateless/01660_join_or_subqueries.sql ch/tests/queries/0_stateless/01660_second_extremes_bug.sql ch/tests/queries/0_stateless/01660_sum_ubsan.sql ch/tests/queries/0_stateless/01660_system_parts_smoke.sql ch/tests/queries/0_stateless/01660_test_toDayOfYear_mysql_compatibility.sql ch/tests/queries/0_stateless/01661_arraySlice_ubsan.sql ch/tests/queries/0_stateless/01661_extract_all_groups_throw_fast.sql ch/tests/queries/0_stateless/01661_join_complex.sql ch/tests/queries/0_stateless/01661_test_toDayOfWeek_mysql_compatibility.sql ch/tests/queries/0_stateless/01661_week_functions_string_args.sql ch/tests/queries/0_stateless/01662_date_ubsan.sql ch/tests/queries/0_stateless/01662_join_mixed.sql ch/tests/queries/0_stateless/01662_test_toDayOfMonth_mysql_compatibility.sql ch/tests/queries/0_stateless/01663_aes_msan.sql ch/tests/queries/0_stateless/01663_quantile_weighted_overflow.sql ch/tests/queries/0_stateless/01663_test_toDate_mysql_compatibility.sql ch/tests/queries/0_stateless/01664_array_slice_ubsan.sql ch/tests/queries/0_stateless/01664_decimal_ubsan.sql ch/tests/queries/0_stateless/01664_ntoa_aton_mysql_compatibility.sql ch/tests/queries/0_stateless/01665_merge_tree_min_for_concurrent_read.sql ch/tests/queries/0_stateless/01665_running_difference_ubsan.sql ch/tests/queries/0_stateless/01665_substring_ubsan.sql ch/tests/queries/0_stateless/01666_blns_long.sql ch/tests/queries/0_stateless/01666_date_lut_buffer_overflow.sql ch/tests/queries/0_stateless/01666_gcd_ubsan.sql ch/tests/queries/0_stateless/01666_great_circle_distance_ubsan.sql ch/tests/queries/0_stateless/01666_lcm_ubsan.sql ch/tests/queries/0_stateless/01667_aes_args_check.sql ch/tests/queries/0_stateless/01668_avg_weighted_ubsan.sql ch/tests/queries/0_stateless/01668_test_toMonth_mysql_dialect.sql ch/tests/queries/0_stateless/01669_columns_declaration_serde_long.sql ch/tests/queries/0_stateless/01669_join_or_duplicates.sql ch/tests/queries/0_stateless/01669_test_toYear_mysql_dialect.sql ch/tests/queries/0_stateless/01670_dictionary_create_key_expression.sql ch/tests/queries/0_stateless/01670_distributed_bytes_to_throw_insert.sql ch/tests/queries/0_stateless/01670_log_comment.sql ch/tests/queries/0_stateless/01670_neighbor_lc_bug.sql ch/tests/queries/0_stateless/01670_sign_function.sql ch/tests/queries/0_stateless/01670_test_repeat_mysql_dialect.sql ch/tests/queries/0_stateless/01671_aggregate_function_group_bitmap_data.sql ch/tests/queries/0_stateless/01671_merge_join_and_constants.sql ch/tests/queries/0_stateless/01671_test_toQuarter_mysql_dialect.sql ch/tests/queries/0_stateless/01672_actions_dag_merge_crash.sql ch/tests/queries/0_stateless/01672_test_toSecond_mysql_dialect.sql ch/tests/queries/0_stateless/01673_test_toMinute_mysql_dialect.sql ch/tests/queries/0_stateless/01674_executable_dictionary_implicit_key.sql ch/tests/queries/0_stateless/01674_filter_by_uint8.sql ch/tests/queries/0_stateless/01674_htm_xml_coarse_parse.sql ch/tests/queries/0_stateless/01674_unicode_asan.sql ch/tests/queries/0_stateless/01674_where_prewhere_array_crash.sql ch/tests/queries/0_stateless/01676_dictget_in_default_expression.sql ch/tests/queries/0_stateless/01676_range_hashed_dictionary.sql ch/tests/queries/0_stateless/01676_reinterpret_as.sql ch/tests/queries/0_stateless/01676_round_int_ubsan.sql ch/tests/queries/0_stateless/01677_array_enumerate_bug.sql ch/tests/queries/0_stateless/01677_bit_float.sql ch/tests/queries/0_stateless/01678_great_circle_angle.sql ch/tests/queries/0_stateless/01679_format_readable_time_delta_inf.sql ch/tests/queries/0_stateless/01680_date_time_add_ubsan.sql ch/tests/queries/0_stateless/01680_predicate_pushdown_union_distinct_subquery.sql ch/tests/queries/0_stateless/01681_arg_min_max_if_fix.sql ch/tests/queries/0_stateless/01681_bloom_filter_nullable_column.sql ch/tests/queries/0_stateless/01681_cache_dictionary_simple_key.sql ch/tests/queries/0_stateless/01682_cache_dictionary_complex_key.sql ch/tests/queries/0_stateless/01682_gather_utils_ubsan.sql ch/tests/queries/0_stateless/01683_codec_encrypted.sql ch/tests/queries/0_stateless/01683_dist_INSERT_block_structure_mismatch.sql ch/tests/queries/0_stateless/01683_flat_dictionary.sql ch/tests/queries/0_stateless/01683_intdiv_ubsan.sql ch/tests/queries/0_stateless/01684_geohash_ubsan.sql ch/tests/queries/0_stateless/01684_insert_specify_shard_id.sql ch/tests/queries/0_stateless/01685_json_extract_double_as_float.sql ch/tests/queries/0_stateless/01686_rocksdb.sql ch/tests/queries/0_stateless/01690_quantilesTiming_ubsan.sql ch/tests/queries/0_stateless/01691_DateTime64_clamp.sql ch/tests/queries/0_stateless/01692_DateTime64_from_DateTime.sql ch/tests/queries/0_stateless/01698_fix_toMinute.sql ch/tests/queries/0_stateless/01698_map_populate_overflow.sql ch/tests/queries/0_stateless/01699_timezoneOffset.sql ch/tests/queries/0_stateless/01700_deltasum.sql ch/tests/queries/0_stateless/01700_mod_negative_type_promotion.sql ch/tests/queries/0_stateless/01700_point_in_polygon_ubsan.sql ch/tests/queries/0_stateless/01700_system_zookeeper_path_in.sql ch/tests/queries/0_stateless/01701_clear_projection_and_part_remove.sql ch/tests/queries/0_stateless/01701_if_tuple_segfault.sql ch/tests/queries/0_stateless/01702_bitmap_native_integers.sql ch/tests/queries/0_stateless/01702_rewrite_avg_for_algebraic_optimization.sql ch/tests/queries/0_stateless/01702_system_numbers_scientific_notation.sql ch/tests/queries/0_stateless/01702_system_query_log.sql ch/tests/queries/0_stateless/01702_toDateTime_from_string_clamping.sql ch/tests/queries/0_stateless/01703_rewrite_aggregate_function_case_insensitive.sql ch/tests/queries/0_stateless/01704_transform_with_float_key.sql ch/tests/queries/0_stateless/01705_normalize_case_insensitive_function_names.sql ch/tests/queries/0_stateless/01705_normalize_create_alter_function_names.sql ch/tests/queries/0_stateless/01706_optimize_normalize_count_variants.sql ch/tests/queries/0_stateless/01707_join_use_nulls.sql ch/tests/queries/0_stateless/01709_inactive_parts_to_throw_insert.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_grouping_set.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_hashing.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_monotonic_key_expr.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_normalized_states.sql ch/tests/queries/0_stateless/01710_force_use_projection.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_constant_query.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_count_nullable.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_distributed_query.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_modify_partition_key.sql ch/tests/queries/0_stateless/01710_minmax_count_projection.sql ch/tests/queries/0_stateless/01710_normal_projection_fix1.sql ch/tests/queries/0_stateless/01710_normal_projection_format.sql ch/tests/queries/0_stateless/01710_normal_projection_join_plan_fix.sql ch/tests/queries/0_stateless/01710_normal_projection_with_query_plan_optimization.sql ch/tests/queries/0_stateless/01710_order_by_projections_complete.sql ch/tests/queries/0_stateless/01710_order_by_projections_incomplete.sql ch/tests/queries/0_stateless/01710_projection_additional_filters.sql ch/tests/queries/0_stateless/01710_projection_aggregate_functions_null_for_empty.sql ch/tests/queries/0_stateless/01710_projection_aggregation_in_order.sql ch/tests/queries/0_stateless/01710_projection_array_join.sql ch/tests/queries/0_stateless/01710_projection_detach_part.sql ch/tests/queries/0_stateless/01710_projection_drop_if_exists.sql ch/tests/queries/0_stateless/01710_projection_external_aggregate.sql ch/tests/queries/0_stateless/01710_projection_fetch_long.sql ch/tests/queries/0_stateless/01710_projection_group_by_order_by.sql ch/tests/queries/0_stateless/01710_projection_in_index.sql ch/tests/queries/0_stateless/01710_projection_in_set.sql ch/tests/queries/0_stateless/01710_projection_materialize_with_missing_columns.sql ch/tests/queries/0_stateless/01710_projection_mutation.sql ch/tests/queries/0_stateless/01710_projection_optimize_aggregators_of_group_by_keys.sql ch/tests/queries/0_stateless/01710_projection_optimize_group_by_function_keys.sql ch/tests/queries/0_stateless/01710_projection_optimize_materialize.sql ch/tests/queries/0_stateless/01710_projection_part_check.sql ch/tests/queries/0_stateless/01710_projection_pk_trivial_count.sql ch/tests/queries/0_stateless/01710_projection_query_plan_optimization_misc.sql ch/tests/queries/0_stateless/01710_projection_row_policy.sql ch/tests/queries/0_stateless/01710_projections_and_duplicate_columms.sql ch/tests/queries/0_stateless/01710_projections_group_by_no_key.sql ch/tests/queries/0_stateless/01710_projections_in_distributed_query.sql ch/tests/queries/0_stateless/01710_projections_order_by_complete.sql ch/tests/queries/0_stateless/01710_projections_order_by_incomplete.sql ch/tests/queries/0_stateless/01710_projections.sql ch/tests/queries/0_stateless/01710_projection_vertical_merges.sql ch/tests/queries/0_stateless/01710_projection_with_alter_conversions.sql ch/tests/queries/0_stateless/01710_projection_with_ast_rewrite_settings.sql ch/tests/queries/0_stateless/01710_projection_with_column_transformers.sql ch/tests/queries/0_stateless/01710_projection_with_joins.sql ch/tests/queries/0_stateless/01710_projection_with_mixed_pipeline.sql ch/tests/queries/0_stateless/01710_projection_with_nullable_keys.sql ch/tests/queries/0_stateless/01710_query_log_with_projection_info.sql ch/tests/queries/0_stateless/01711_cte_subquery_fix.sql ch/tests/queries/0_stateless/01711_decimal_multiplication.sql ch/tests/queries/0_stateless/01712_no_adaptive_granularity_vertical_merge.sql ch/tests/queries/0_stateless/01713_table_ttl_old_syntax_zookeeper.sql ch/tests/queries/0_stateless/01714_alter_drop_version.sql ch/tests/queries/0_stateless/01715_background_checker_blather_zookeeper_long.sql ch/tests/queries/0_stateless/01715_table_function_view_fix.sql ch/tests/queries/0_stateless/01715_tuple_insert_null_as_default.sql ch/tests/queries/0_stateless/01716_array_difference_overflow.sql ch/tests/queries/0_stateless/01716_decimal_comparison_ubsan.sql ch/tests/queries/0_stateless/01716_drop_rename_sign_column.sql ch/tests/queries/0_stateless/01717_global_with_subquery_fix.sql ch/tests/queries/0_stateless/01717_int_div_float_too_large_ubsan.sql ch/tests/queries/0_stateless/01718_subtract_seconds_date.sql ch/tests/queries/0_stateless/01719_join_timezone.sql ch/tests/queries/0_stateless/01720_constraints_complex_types.sql ch/tests/queries/0_stateless/01720_dictionary_create_source_with_functions.sql ch/tests/queries/0_stateless/01720_engine_file_empty_if_not_exists.sql ch/tests/queries/0_stateless/01720_join_implicit_cast.gen.sql ch/tests/queries/0_stateless/01720_type_map_and_casts.sql ch/tests/queries/0_stateless/01720_union_distinct_with_limit.sql ch/tests/queries/0_stateless/01721_constraints_constant_expressions.sql ch/tests/queries/0_stateless/01721_dictionary_decimal_p_s.sql ch/tests/queries/0_stateless/01721_engine_file_truncate_on_insert.sql ch/tests/queries/0_stateless/01721_join_implicit_cast_long.gen.sql ch/tests/queries/0_stateless/01730_distributed_group_by_no_merge_order_by_long.sql ch/tests/queries/0_stateless/01732_alters_bad_conversions.sql ch/tests/queries/0_stateless/01732_bigint_ubsan.sql ch/tests/queries/0_stateless/01732_explain_syntax_union_query.sql ch/tests/queries/0_stateless/01732_more_consistent_datetime64_parsing.sql ch/tests/queries/0_stateless/01732_union_and_union_all.sql ch/tests/queries/0_stateless/01733_transform_ubsan.sql ch/tests/queries/0_stateless/01734_datetime64_from_float.sql ch/tests/queries/0_stateless/01735_join_get_low_card_fix.sql ch/tests/queries/0_stateless/01735_to_datetime64.sql ch/tests/queries/0_stateless/01736_null_as_default.sql ch/tests/queries/0_stateless/01737_move_order_key_to_prewhere_select_final.sql ch/tests/queries/0_stateless/01739_index_hint.sql ch/tests/queries/0_stateless/01744_tuple_cast_to_map_bugfix.sql ch/tests/queries/0_stateless/01745_alter_delete_view.sql ch/tests/queries/0_stateless/01746_convert_type_with_default.sql ch/tests/queries/0_stateless/01746_executable_pool_dictionary.sql ch/tests/queries/0_stateless/01746_extract_text_from_html.sql ch/tests/queries/0_stateless/01746_forbid_drop_column_referenced_by_mv.sql ch/tests/queries/0_stateless/01746_lc_values_format_bug.sql ch/tests/queries/0_stateless/01746_test_for_tupleElement_must_be_constant_issue.sql ch/tests/queries/0_stateless/01747_alter_partition_key_enum_zookeeper_long.sql ch/tests/queries/0_stateless/01747_executable_pool_dictionary_implicit_key.sql ch/tests/queries/0_stateless/01747_join_view_filter_dictionary.sql ch/tests/queries/0_stateless/01747_transform_empty_arrays.sql ch/tests/queries/0_stateless/01748_dictionary_table_dot.sql ch/tests/queries/0_stateless/01748_partition_id_pruning.sql ch/tests/queries/0_stateless/01752_distributed_query_sigsegv.sql ch/tests/queries/0_stateless/01753_direct_dictionary_simple_key.sql ch/tests/queries/0_stateless/01753_mutate_table_predicated_with_table.sql ch/tests/queries/0_stateless/01754_cluster_all_replicas_shard_num.sql ch/tests/queries/0_stateless/01754_direct_dictionary_complex_key.sql ch/tests/queries/0_stateless/01755_shard_pruning_with_literal.sql ch/tests/queries/0_stateless/01756_optimize_skip_unused_shards_rewrite_in.sql ch/tests/queries/0_stateless/01757_optimize_skip_unused_shards_limit.sql ch/tests/queries/0_stateless/01759_dictionary_unique_attribute_names.sql ch/tests/queries/0_stateless/01759_optimize_skip_unused_shards_zero_shards.sql ch/tests/queries/0_stateless/01760_ddl_dictionary_use_current_database_name.sql ch/tests/queries/0_stateless/01760_modulo_negative.sql ch/tests/queries/0_stateless/01760_polygon_dictionaries.sql ch/tests/queries/0_stateless/01760_system_dictionaries.sql ch/tests/queries/0_stateless/01761_alter_decimal_zookeeper_long.sql ch/tests/queries/0_stateless/01761_cast_to_enum_nullable.sql ch/tests/queries/0_stateless/01761_round_year_bounds.sql ch/tests/queries/0_stateless/01762_datetime64_extended_parsing.sql ch/tests/queries/0_stateless/01762_deltasumtimestamp.sql ch/tests/queries/0_stateless/01763_filter_push_down_bugs.sql ch/tests/queries/0_stateless/01763_long_ttl_group_by.sql ch/tests/queries/0_stateless/01763_max_distributed_depth.sql ch/tests/queries/0_stateless/01763_support_map_lowcardinality_type.sql ch/tests/queries/0_stateless/01764_collapsing_merge_adaptive_granularity.sql ch/tests/queries/0_stateless/01764_prefer_column_name_to_alias.sql ch/tests/queries/0_stateless/01764_table_function_dictionary.sql ch/tests/queries/0_stateless/01765_hashed_dictionary_simple_key.sql ch/tests/queries/0_stateless/01765_move_to_table_overlapping_block_number.sql ch/tests/queries/0_stateless/01765_tehran_dst.sql ch/tests/queries/0_stateless/01766_hashed_dictionary_complex_key.sql ch/tests/queries/0_stateless/01766_todatetime64_no_timezone_arg.sql ch/tests/queries/0_stateless/01768_array_product.sql ch/tests/queries/0_stateless/01768_extended_range.sql ch/tests/queries/0_stateless/01769_extended_range_2.sql ch/tests/queries/0_stateless/01770_add_months_ubsan.sql ch/tests/queries/0_stateless/01770_extended_range_3.sql ch/tests/queries/0_stateless/01771_bloom_filter_not_has.sql ch/tests/queries/0_stateless/01771_datetime64_no_time_part.sql ch/tests/queries/0_stateless/01772_intdiv_minus_one_ubsan.sql ch/tests/queries/0_stateless/01772_to_start_of_hour_align.sql ch/tests/queries/0_stateless/01773_case_sensitive_revision.sql ch/tests/queries/0_stateless/01773_case_sensitive_version.sql ch/tests/queries/0_stateless/01773_datetime64_add_ubsan.sql ch/tests/queries/0_stateless/01773_min_max_time_system_parts_datetime64.sql ch/tests/queries/0_stateless/01774_bar_with_illegal_value.sql ch/tests/queries/0_stateless/01774_case_sensitive_connection_id.sql ch/tests/queries/0_stateless/01774_ip_address_in_range.sql ch/tests/queries/0_stateless/01774_tuple_null_in.sql ch/tests/queries/0_stateless/01776_decrypt_aead_size_check.sql ch/tests/queries/0_stateless/01777_map_populate_series_ubsan.sql ch/tests/queries/0_stateless/01778_hierarchical_dictionaries.sql ch/tests/queries/0_stateless/01778_mmap_cache_infra.sql ch/tests/queries/0_stateless/01778_test_LowCardinality_FixedString_pk.sql ch/tests/queries/0_stateless/01778_where_with_column_name.sql ch/tests/queries/0_stateless/01779_quantile_deterministic_msan.sql ch/tests/queries/0_stateless/01780_clickhouse_dictionary_source_loop.sql ch/tests/queries/0_stateless/01780_column_sparse_alter.sql ch/tests/queries/0_stateless/01780_column_sparse_distinct.sql ch/tests/queries/0_stateless/01780_column_sparse_filter.sql ch/tests/queries/0_stateless/01780_column_sparse_full.sql ch/tests/queries/0_stateless/01780_column_sparse_pk.sql ch/tests/queries/0_stateless/01780_column_sparse.sql ch/tests/queries/0_stateless/01780_column_sparse_tuple.sql ch/tests/queries/0_stateless/01780_dict_get_or_null.sql ch/tests/queries/0_stateless/01780_range_msan.sql ch/tests/queries/0_stateless/01781_map_op_ubsan.sql ch/tests/queries/0_stateless/01781_merge_tree_deduplication.sql ch/tests/queries/0_stateless/01781_token_extractor_buffer_overflow.sql ch/tests/queries/0_stateless/01782_field_oom.sql ch/tests/queries/0_stateless/01783_merge_engine_join_key_condition.sql ch/tests/queries/0_stateless/01784_parallel_formatting_memory.sql ch/tests/queries/0_stateless/01785_dictionary_element_count.sql ch/tests/queries/0_stateless/01785_pmj_lc_bug.sql ch/tests/queries/0_stateless/01786_group_by_pk_many_streams.sql ch/tests/queries/0_stateless/01787_arena_assert_column_nothing.sql ch/tests/queries/0_stateless/01787_map_remote.sql ch/tests/queries/0_stateless/01788_update_nested_type_subcolumn_check.sql ch/tests/queries/0_stateless/01790_dist_INSERT_block_structure_mismatch_types_and_names.sql ch/tests/queries/0_stateless/01795_TinyLog_rwlock_ub.sql ch/tests/queries/0_stateless/01796_Log_rwlock_ub.sql ch/tests/queries/0_stateless/01797_StripeLog_rwlock_ub.sql ch/tests/queries/0_stateless/01798_having_push_down.sql ch/tests/queries/0_stateless/01798_uniq_theta_sketch.sql ch/tests/queries/0_stateless/01798_uniq_theta_union_intersect_not.sql ch/tests/queries/0_stateless/01799_long_uniq_theta_sketch.sql ch/tests/queries/0_stateless/01800_log_nested.sql ch/tests/queries/0_stateless/01801_approx_total_rows_mergetree_reverse.sql ch/tests/queries/0_stateless/01801_dateDiff_DateTime64.sql ch/tests/queries/0_stateless/01801_distinct_group_by_shard.sql ch/tests/queries/0_stateless/01801_s3_cluster_count.sql ch/tests/queries/0_stateless/01801_s3_cluster.sql ch/tests/queries/0_stateless/01802_formatDateTime_DateTime64_century.sql ch/tests/queries/0_stateless/01802_rank_corr_mann_whitney_over_window.sql ch/tests/queries/0_stateless/01802_toDateTime64_large_values.sql ch/tests/queries/0_stateless/01803_const_nullable_map.sql ch/tests/queries/0_stateless/01803_untuple_subquery.sql ch/tests/queries/0_stateless/01804_dictionary_decimal256_type.sql ch/tests/queries/0_stateless/01804_uniq_up_to_ubsan.sql ch/tests/queries/0_stateless/01809_inactive_parts_to_delay_throw_insert.sql ch/tests/queries/0_stateless/01811_datename.sql ch/tests/queries/0_stateless/01811_filter_by_null.sql ch/tests/queries/0_stateless/01812_has_generic.sql ch/tests/queries/0_stateless/01812_optimize_skip_unused_shards_single_node.sql ch/tests/queries/0_stateless/01813_distributed_scalar_subqueries_alias.sql ch/tests/queries/0_stateless/01813_quantileBfloat16_nans.sql ch/tests/queries/0_stateless/01817_storage_buffer_parameters.sql ch/tests/queries/0_stateless/01818_case_float_value_fangyc.sql ch/tests/queries/0_stateless/01818_move_partition_simple.sql ch/tests/queries/0_stateless/01820_unhex_case_insensitive.sql ch/tests/queries/0_stateless/01821_dictionary_primary_key_wrong_order.sql ch/tests/queries/0_stateless/01821_join_table_mutation.sql ch/tests/queries/0_stateless/01821_table_comment.sql ch/tests/queries/0_stateless/01821_to_date_time_ubsan.sql ch/tests/queries/0_stateless/01822_short_circuit.sql ch/tests/queries/0_stateless/01822_union_and_constans_error.sql ch/tests/queries/0_stateless/01823_array_low_cardinality_KuliginStepan.sql ch/tests/queries/0_stateless/01824_move_to_prewhere_many_columns.sql ch/tests/queries/0_stateless/01824_prefer_global_in_and_join.sql ch/tests/queries/0_stateless/01825_new_type_json_10.sql ch/tests/queries/0_stateless/01825_new_type_json_18.sql ch/tests/queries/0_stateless/01825_new_type_json_2.sql ch/tests/queries/0_stateless/01825_new_type_json_3.gen.sql ch/tests/queries/0_stateless/01825_new_type_json_9.sql ch/tests/queries/0_stateless/01825_new_type_json_add_column.gen.sql ch/tests/queries/0_stateless/01825_new_type_json_bools.sql ch/tests/queries/0_stateless/01825_new_type_json_distributed.sql ch/tests/queries/0_stateless/01825_new_type_json_ephemeral.sql ch/tests/queries/0_stateless/01825_new_type_json_in_array.sql ch/tests/queries/0_stateless/01825_new_type_json_insert_select.sql ch/tests/queries/0_stateless/01825_new_type_json_missed_values.sql ch/tests/queries/0_stateless/01825_new_type_json_mutations.sql ch/tests/queries/0_stateless/01825_new_type_json_order_by.sql ch/tests/queries/0_stateless/01825_new_type_json_parallel_insert.sql ch/tests/queries/0_stateless/01825_new_type_json_partitions.sql ch/tests/queries/0_stateless/01825_replacing_vertical_merge.sql ch/tests/queries/0_stateless/01825_type_json_10.sql ch/tests/queries/0_stateless/01825_type_json_14.sql ch/tests/queries/0_stateless/01825_type_json_17.sql ch/tests/queries/0_stateless/01825_type_json_18.sql ch/tests/queries/0_stateless/01825_type_json_1.sql ch/tests/queries/0_stateless/01825_type_json_2.sql ch/tests/queries/0_stateless/01825_type_json_3.gen.sql ch/tests/queries/0_stateless/01825_type_json_5.sql ch/tests/queries/0_stateless/01825_type_json_9.sql ch/tests/queries/0_stateless/01825_type_json_add_column.gen.sql ch/tests/queries/0_stateless/01825_type_json_bools.sql ch/tests/queries/0_stateless/01825_type_json_describe.sql ch/tests/queries/0_stateless/01825_type_json_distributed.sql ch/tests/queries/0_stateless/01825_type_json_empty_string.sql ch/tests/queries/0_stateless/01825_type_json_ephemeral.sql ch/tests/queries/0_stateless/01825_type_json_field.sql ch/tests/queries/0_stateless/01825_type_json_from_map.sql ch/tests/queries/0_stateless/01825_type_json_in_array.sql ch/tests/queries/0_stateless/01825_type_json_insert_select.sql ch/tests/queries/0_stateless/01825_type_json_missed_values.sql ch/tests/queries/0_stateless/01825_type_json_mutations.sql ch/tests/queries/0_stateless/01825_type_json_nullable.sql ch/tests/queries/0_stateless/01825_type_json_order_by.sql ch/tests/queries/0_stateless/01825_type_json_parallel_insert.sql ch/tests/queries/0_stateless/01825_type_json_partitions.sql ch/tests/queries/0_stateless/01825_type_json_sparse.sql ch/tests/queries/0_stateless/01825_type_json_wide_parts_merge.sql ch/tests/queries/0_stateless/01831_max_streams.sql ch/tests/queries/0_stateless/01832_memory_write_suffix.sql ch/tests/queries/0_stateless/01833_test_collation_alvarotuso.sql ch/tests/queries/0_stateless/01835_alias_to_primary_key_cyfdecyf.sql ch/tests/queries/0_stateless/01836_date_time_keep_default_timezone_on_operations_den_crane.sql ch/tests/queries/0_stateless/01837_cast_to_array_from_empty_array.sql ch/tests/queries/0_stateless/01837_database_memory_ddl_dictionaries.sql ch/tests/queries/0_stateless/01838_system_dictionaries_virtual_key_column.sql ch/tests/queries/0_stateless/01839_join_to_subqueries_rewriter_columns_matcher.sql ch/tests/queries/0_stateless/01840_tupleElement_formatting_fuzzer.sql ch/tests/queries/0_stateless/01845_add_testcase_for_arrayElement.sql ch/tests/queries/0_stateless/01846_alter_column_without_type_bugfix.sql ch/tests/queries/0_stateless/01846_null_as_default_for_insert_select.sql ch/tests/queries/0_stateless/01847_bad_like.sql ch/tests/queries/0_stateless/01848_partition_value_column.sql ch/tests/queries/0_stateless/01849_geoToS2.sql ch/tests/queries/0_stateless/01850_dist_INSERT_preserve_error.sql ch/tests/queries/0_stateless/01851_array_difference_decimal_overflow_ubsan.sql ch/tests/queries/0_stateless/01851_clear_column_referenced_by_mv.sql ch/tests/queries/0_stateless/01851_fix_row_policy_empty_result.sql ch/tests/queries/0_stateless/01851_hedged_connections_external_tables.sql ch/tests/queries/0_stateless/01851_s2_to_geo.sql ch/tests/queries/0_stateless/01852_cast_operator_2.sql ch/tests/queries/0_stateless/01852_cast_operator_3.sql ch/tests/queries/0_stateless/01852_cast_operator_4.sql ch/tests/queries/0_stateless/01852_cast_operator.sql ch/tests/queries/0_stateless/01852_dictionary_found_rate_long.sql ch/tests/queries/0_stateless/01852_jit_if.sql ch/tests/queries/0_stateless/01852_map_combinator.sql ch/tests/queries/0_stateless/01852_multiple_joins_with_union_join.sql ch/tests/queries/0_stateless/01852_s2_get_neighbours.sql ch/tests/queries/0_stateless/01853_s2_cells_intersect.sql ch/tests/queries/0_stateless/01854_dictionary_range_hashed_min_max_attr.sql ch/tests/queries/0_stateless/01854_s2_cap_contains.sql ch/tests/queries/0_stateless/01854_s2_cap_union.sql ch/tests/queries/0_stateless/01855_jit_comparison_constant_result.sql ch/tests/queries/0_stateless/01856_create_function.sql ch/tests/queries/0_stateless/01860_Distributed__shard_num_GROUP_BY.sql ch/tests/queries/0_stateless/01861_explain_pipeline.sql ch/tests/queries/0_stateless/01865_aggregator_overflow_row.sql ch/tests/queries/0_stateless/01866_aggregate_function_interval_length_sum.sql ch/tests/queries/0_stateless/01866_bit_positions_to_array.sql ch/tests/queries/0_stateless/01866_datetime64_cmp_with_constant.sql ch/tests/queries/0_stateless/01866_split_by_regexp.sql ch/tests/queries/0_stateless/01866_view_persist_settings.sql ch/tests/queries/0_stateless/01867_fix_storage_memory_mutation.sql ch/tests/queries/0_stateless/01867_support_datetime64_version_column.sql ch/tests/queries/0_stateless/01868_order_by_fill_with_datetime64.sql ch/tests/queries/0_stateless/01869_function_modulo_legacy.sql ch/tests/queries/0_stateless/01869_reinterpret_as_fixed_string_uuid.sql ch/tests/queries/0_stateless/01870_buffer_flush.sql ch/tests/queries/0_stateless/01870_modulo_partition_key.sql ch/tests/queries/0_stateless/01871_merge_tree_compile_expressions.sql ch/tests/queries/0_stateless/01872_functions_to_subcolumns_analyzer.sql ch/tests/queries/0_stateless/01880_materialized_view_to_table_type_check.sql ch/tests/queries/0_stateless/01880_remote_ipv6.sql ch/tests/queries/0_stateless/01881_aggregate_functions_versioning.sql ch/tests/queries/0_stateless/01881_create_as_tuple.sql ch/tests/queries/0_stateless/01881_join_on_conditions_hash.gen.sql ch/tests/queries/0_stateless/01881_join_on_conditions_merge.gen.sql ch/tests/queries/0_stateless/01881_negate_formatting.sql ch/tests/queries/0_stateless/01881_total_bytes_storage_buffer.sql ch/tests/queries/0_stateless/01881_to_week_monotonic_fix.sql ch/tests/queries/0_stateless/01881_union_header_mismatch_bug.sql ch/tests/queries/0_stateless/01882_check_max_parts_to_merge_at_once.sql ch/tests/queries/0_stateless/01882_scalar_subquery_exception.sql ch/tests/queries/0_stateless/01883_grouping_sets_crash.sql ch/tests/queries/0_stateless/01883_subcolumns_distributed.sql ch/tests/queries/0_stateless/01883_with_grouping_sets.sql ch/tests/queries/0_stateless/01888_bloom_filter_hasAny.sql ch/tests/queries/0_stateless/01888_read_int_safe.sql ch/tests/queries/0_stateless/01889_key_condition_function_chains.sql ch/tests/queries/0_stateless/01889_sql_json_functions.sql ch/tests/queries/0_stateless/01889_tokenize.sql ch/tests/queries/0_stateless/01890_cross_join_explain_crash.sql ch/tests/queries/0_stateless/01890_jit_aggregation_function_sum_long.sql ch/tests/queries/0_stateless/01890_state_of_state.sql ch/tests/queries/0_stateless/01890_stem.sql ch/tests/queries/0_stateless/01891_echo.sql ch/tests/queries/0_stateless/01891_jit_aggregation_function_any_long.sql ch/tests/queries/0_stateless/01891_not_in_partition_prune.sql ch/tests/queries/0_stateless/01891_not_like_partition_prune.sql ch/tests/queries/0_stateless/01891_partition_by_uuid.sql ch/tests/queries/0_stateless/01891_partition_hash_no_long_int.sql ch/tests/queries/0_stateless/01891_partition_hash.sql ch/tests/queries/0_stateless/01892_jit_aggregation_function_any_last_long.sql ch/tests/queries/0_stateless/01892_setting_limit_offset_distributed.sql ch/tests/queries/0_stateless/01893_jit_aggregation_function_min_long.sql ch/tests/queries/0_stateless/01894_jit_aggregation_function_max_long.sql ch/tests/queries/0_stateless/01895_jit_aggregation_function_avg_long.sql ch/tests/queries/0_stateless/01896_jit_aggregation_function_if_long.sql ch/tests/queries/0_stateless/01897_jit_aggregation_function_avg_weighted_long.sql ch/tests/queries/0_stateless/01901_in_literal_shard_prune.sql ch/tests/queries/0_stateless/01901_test_attach_partition_from.sql ch/tests/queries/0_stateless/01902_dictionary_array_type.sql ch/tests/queries/0_stateless/01902_self_aliases_in_columns.sql ch/tests/queries/0_stateless/01902_table_function_merge_db_params.sql ch/tests/queries/0_stateless/01902_table_function_merge_db_repr.sql ch/tests/queries/0_stateless/01904_dictionary_default_nullable_type.sql ch/tests/queries/0_stateless/01905_to_json_string.sql ch/tests/queries/0_stateless/01906_bigint_accurate_cast_ubsan.sql ch/tests/queries/0_stateless/01906_h3_to_geo.sql ch/tests/queries/0_stateless/01906_lc_in_bug.sql ch/tests/queries/0_stateless/01906_partition_by_multiply_by_zero.sql ch/tests/queries/0_stateless/01907_multiple_aliases.sql ch/tests/queries/0_stateless/01908_with_unknown_column.sql ch/tests/queries/0_stateless/01909_mbtolou.sql ch/tests/queries/0_stateless/01910_memory_tracking_topk.sql ch/tests/queries/0_stateless/01910_view_dictionary_check_refresh.sql ch/tests/queries/0_stateless/01910_view_dictionary.sql ch/tests/queries/0_stateless/01911_logical_error_minus.sql ch/tests/queries/0_stateless/01912_bad_cast_join_fuzz.sql ch/tests/queries/0_stateless/01913_exact_rows_before_limit_full.sql ch/tests/queries/0_stateless/01913_exact_rows_before_limit.sql ch/tests/queries/0_stateless/01913_fix_column_transformer_replace_format.sql ch/tests/queries/0_stateless/01913_if_int_decimal.sql ch/tests/queries/0_stateless/01913_join_push_down_bug.sql ch/tests/queries/0_stateless/01913_names_of_tuple_literal.sql ch/tests/queries/0_stateless/01913_replace_dictionary.sql ch/tests/queries/0_stateless/01913_summing_mt_and_simple_agg_function_with_lc.sql ch/tests/queries/0_stateless/01914_exchange_dictionaries.sql ch/tests/queries/0_stateless/01914_index_bgranvea.sql ch/tests/queries/0_stateless/01914_ubsan_quantile_timing.sql ch/tests/queries/0_stateless/01915_create_or_replace_dictionary.sql ch/tests/queries/0_stateless/01915_for_each_crakjie.sql ch/tests/queries/0_stateless/01915_json_extract_raw_string.sql ch/tests/queries/0_stateless/01915_merge_prewhere_virtual_column_rand_chao_wang.sql ch/tests/queries/0_stateless/01916_lowcard_dict_type.sql ch/tests/queries/0_stateless/01916_low_cardinality_interval.sql ch/tests/queries/0_stateless/01916_multiple_join_view_optimize_predicate_chertus.sql ch/tests/queries/0_stateless/01917_distinct_on.sql ch/tests/queries/0_stateless/01917_prewhere_column_type.sql ch/tests/queries/0_stateless/01917_system_data_skipping_indices.sql ch/tests/queries/0_stateless/01920_not_chain_format.sql ch/tests/queries/0_stateless/01921_datatype_date32.sql ch/tests/queries/0_stateless/01921_not_chain.sql ch/tests/queries/0_stateless/01921_with_fill_with_totals.sql ch/tests/queries/0_stateless/01922_array_join_with_index.sql ch/tests/queries/0_stateless/01922_sum_null_for_remote.sql ch/tests/queries/0_stateless/01923_different_expression_name_alias.sql ch/tests/queries/0_stateless/01923_ttl_with_modify_column.sql ch/tests/queries/0_stateless/01924_argmax_bitmap_state.sql ch/tests/queries/0_stateless/01925_broken_partition_id_zookeeper.sql ch/tests/queries/0_stateless/01925_date_date_time_comparison.sql ch/tests/queries/0_stateless/01925_jit_aggregation_function_count_long.sql ch/tests/queries/0_stateless/01925_join_materialized_columns.sql ch/tests/queries/0_stateless/01925_json_as_string_data_in_square_brackets.sql ch/tests/queries/0_stateless/01925_map_populate_series_on_map.sql ch/tests/queries/0_stateless/01925_merge_prewhere_table.sql ch/tests/queries/0_stateless/01925_test_group_by_const_consistency.sql ch/tests/queries/0_stateless/01925_test_storage_merge_aliases_analyzer.sql ch/tests/queries/0_stateless/01925_test_storage_merge_aliases.sql ch/tests/queries/0_stateless/01926_bin_unbin.sql ch/tests/queries/0_stateless/01926_date_date_time_supertype.sql ch/tests/queries/0_stateless/01926_order_by_desc_limit.sql ch/tests/queries/0_stateless/01926_union_all_schmak.sql ch/tests/queries/0_stateless/01927_query_views_log_current_database.sql ch/tests/queries/0_stateless/01930_optimize_skip_unused_shards_rewrite_in.sql ch/tests/queries/0_stateless/01931_storage_merge_no_columns.sql ch/tests/queries/0_stateless/01932_alter_index_with_order.sql ch/tests/queries/0_stateless/01932_global_in_function.sql ch/tests/queries/0_stateless/01932_null_valid_identifier.sql ch/tests/queries/0_stateless/01932_remote_sharding_key_column.sql ch/tests/queries/0_stateless/01933_invalid_date.sql ch/tests/queries/0_stateless/01934_constexpr_aggregate_function_parameters.sql ch/tests/queries/0_stateless/01936_empty_function_support_uuid.sql ch/tests/queries/0_stateless/01936_quantiles_cannot_return_null.sql ch/tests/queries/0_stateless/01936_three_parts_identifiers_in_wrong_places.sql ch/tests/queries/0_stateless/01937_nested_chinese.sql ch/tests/queries/0_stateless/01938_joins_identifiers.sql ch/tests/queries/0_stateless/01939_type_map_json.sql ch/tests/queries/0_stateless/01940_custom_tld_sharding_key.sql ch/tests/queries/0_stateless/01940_pad_string.sql ch/tests/queries/0_stateless/01940_point_in_polygon_ubsan.sql ch/tests/queries/0_stateless/01940_totimezone_operator_monotonicity.sql ch/tests/queries/0_stateless/01941_dict_get_has_complex_single_key.sql ch/tests/queries/0_stateless/01942_create_table_with_sample.sql ch/tests/queries/0_stateless/01942_dateTimeToSnowflakeID.sql ch/tests/queries/0_stateless/01942_dateTimeToSnowflake.sql ch/tests/queries/0_stateless/01942_snowflakeIDToDateTime.sql ch/tests/queries/0_stateless/01942_snowflakeToDateTime.sql ch/tests/queries/0_stateless/01942_untuple_transformers_msan.sql ch/tests/queries/0_stateless/01943_log_column_sizes.sql ch/tests/queries/0_stateless/01943_non_deterministic_order_key.sql ch/tests/queries/0_stateless/01943_pmj_non_joined_stuck.gen.sql ch/tests/queries/0_stateless/01943_query_id_check.sql ch/tests/queries/0_stateless/01944_insert_partition_by.sql ch/tests/queries/0_stateless/01944_range_max_elements.sql ch/tests/queries/0_stateless/01946_profile_sleep.sql ch/tests/queries/0_stateless/01947_mv_subquery.sql ch/tests/queries/0_stateless/01948_dictionary_quoted_database_name.sql ch/tests/queries/0_stateless/01948_group_bitmap_and_or_xor_fix.sql ch/tests/queries/0_stateless/01948_heredoc.sql ch/tests/queries/0_stateless/01950_aliases_bad_cast.sql ch/tests/queries/0_stateless/01951_distributed_push_down_limit.sql ch/tests/queries/0_stateless/01952_optimize_distributed_group_by_sharding_key.sql ch/tests/queries/0_stateless/01957_heredoc_more.sql ch/tests/queries/0_stateless/01958_partial_hour_timezone.sql ch/tests/queries/0_stateless/01960_lambda_precedence.sql ch/tests/queries/0_stateless/01961_roaring_memory_tracking.sql ch/tests/queries/0_stateless/01999_grant_with_replace.sql ch/tests/queries/0_stateless/02000_default_from_default_empty_column.sql ch/tests/queries/0_stateless/02000_join_on_const.sql ch/tests/queries/0_stateless/02000_map_full_text_bloom_filter_index.sql ch/tests/queries/0_stateless/02000_table_function_cluster_macros.sql ch/tests/queries/0_stateless/02001_add_default_database_to_system_users.sql ch/tests/queries/0_stateless/02001_dist_on_dist_WithMergeableStateAfterAggregation.sql ch/tests/queries/0_stateless/02001_hostname_test.sql ch/tests/queries/0_stateless/02001_join_on_const_bs_long.gen.sql ch/tests/queries/0_stateless/02001_select_with_filter.sql ch/tests/queries/0_stateless/02001_shard_num_shard_count.sql ch/tests/queries/0_stateless/02002_global_subqueries_subquery_or_table_name.sql ch/tests/queries/0_stateless/02002_parse_map_int_key.sql ch/tests/queries/0_stateless/02002_sampling_and_unknown_column_bug.sql ch/tests/queries/0_stateless/02003_bug_from_23515.sql ch/tests/queries/0_stateless/02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET.sql ch/tests/queries/0_stateless/02004_intersect_except_const_column.sql ch/tests/queries/0_stateless/02004_intersect_except_distinct_operators.sql ch/tests/queries/0_stateless/02004_intersect_except_operators.sql ch/tests/queries/0_stateless/02004_invalid_partition_mutation_stuck.sql ch/tests/queries/0_stateless/02004_max_hyperscan_regex_length.sql ch/tests/queries/0_stateless/02005_log_formatted_queries.sql ch/tests/queries/0_stateless/02006_client_test_hint_error_name.sql ch/tests/queries/0_stateless/02006_h3_to_geo_boundary.sql ch/tests/queries/0_stateless/02006_test_positional_arguments_on_cluster.sql ch/tests/queries/0_stateless/02006_test_positional_arguments.sql ch/tests/queries/0_stateless/02006_todatetime64_from_string.sql ch/tests/queries/0_stateless/02006_use_constants_in_with_and_select.sql ch/tests/queries/0_stateless/02007_ipv4_and_ipv6_to_and_from_string.sql ch/tests/queries/0_stateless/02007_join_use_nulls.sql ch/tests/queries/0_stateless/02007_test_any_all_operators.sql ch/tests/queries/0_stateless/02008_aliased_column_distributed_bug.sql ch/tests/queries/0_stateless/02008_complex_key_range_hashed_dictionary.sql ch/tests/queries/0_stateless/02008_materialize_column.sql ch/tests/queries/0_stateless/02008_test_union_distinct_in_subquery.sql ch/tests/queries/0_stateless/02008_tuple_to_name_value_pairs.sql ch/tests/queries/0_stateless/02009_array_join_partition.sql ch/tests/queries/0_stateless/02009_decimal_no_trailing_zeros.sql ch/tests/queries/0_stateless/02010_array_index_bad_cast.sql ch/tests/queries/0_stateless/02011_dictionary_empty_attribute_list.sql ch/tests/queries/0_stateless/02011_normalize_utf8.sql ch/tests/queries/0_stateless/02011_tuple_vector_functions.sql ch/tests/queries/0_stateless/02012_changed_enum_type_non_replicated.sql ch/tests/queries/0_stateless/02012_get_server_port.sql ch/tests/queries/0_stateless/02012_low_cardinality_uuid_with_extremes.sql ch/tests/queries/0_stateless/02012_settings_clause_for_s3.sql ch/tests/queries/0_stateless/02012_sha512_fixedstring.sql ch/tests/queries/0_stateless/02012_zookeeper_changed_enum_type_incompatible.sql ch/tests/queries/0_stateless/02012_zookeeper_changed_enum_type.sql ch/tests/queries/0_stateless/02013_bloom_filter_hasAll.sql ch/tests/queries/0_stateless/02013_emptystring_cast.sql ch/tests/queries/0_stateless/02013_json_function_null_column.sql ch/tests/queries/0_stateless/02013_lc_nullable_and_infinity.sql ch/tests/queries/0_stateless/02014_dict_get_nullable_key.sql ch/tests/queries/0_stateless/02014_map_different_keys.sql ch/tests/queries/0_stateless/02014_storage_merge_order_by.sql ch/tests/queries/0_stateless/02015_column_default_dict_get_identifier.sql ch/tests/queries/0_stateless/02015_division_by_nullable.sql ch/tests/queries/0_stateless/02015_executable_user_defined_functions.sql ch/tests/queries/0_stateless/02015_order_by_with_fill_misoptimization.sql ch/tests/queries/0_stateless/02016_agg_empty_result_bug_28880.sql ch/tests/queries/0_stateless/02016_aggregation_spark_bar.sql ch/tests/queries/0_stateless/02016_bit_shift_right_for_string_integer.sql ch/tests/queries/0_stateless/02016_order_by_with_fill_monotonic_functions_removal.sql ch/tests/queries/0_stateless/02016_summing_mt_aggregating_column.sql ch/tests/queries/0_stateless/02017_bit_shift_left_for_string_integer.sql ch/tests/queries/0_stateless/02017_columns_with_dot_2.sql ch/tests/queries/0_stateless/02017_columns_with_dot.sql ch/tests/queries/0_stateless/02017_create_distributed_table_coredump.sql ch/tests/queries/0_stateless/02017_order_by_with_fill_redundant_functions.sql ch/tests/queries/0_stateless/02018_multiple_with_fill_for_the_same_column.sql ch/tests/queries/0_stateless/02019_multiple_weird_with_fill.sql ch/tests/queries/0_stateless/02020_cast_integer_overflow.sql ch/tests/queries/0_stateless/02020_exponential_smoothing_cross_block.sql ch/tests/queries/0_stateless/02020_exponential_smoothing.sql ch/tests/queries/0_stateless/02021_exponential_sum_shard.sql ch/tests/queries/0_stateless/02021_exponential_sum.sql ch/tests/queries/0_stateless/02021_h3_get_faces.sql ch/tests/queries/0_stateless/02021_h3_is_pentagon.sql ch/tests/queries/0_stateless/02021_h3_is_res_classIII.sql ch/tests/queries/0_stateless/02021_map_bloom_filter_index.sql ch/tests/queries/0_stateless/02021_map_has.sql ch/tests/queries/0_stateless/02021_prewhere_always_true_where.sql ch/tests/queries/0_stateless/02021_prewhere_column_optimization.sql ch/tests/queries/0_stateless/02022_array_full_text_bloom_filter_index.sql ch/tests/queries/0_stateless/02023_nullable_int_uint_where.sql ch/tests/queries/0_stateless/02023_parser_number_binary_literal.sql ch/tests/queries/0_stateless/02023_transform_or_to_in.sql ch/tests/queries/0_stateless/02024_compile_expressions_with_short_circuit_evaluation.sql ch/tests/queries/0_stateless/02024_create_dictionary_with_comment.sql ch/tests/queries/0_stateless/02024_join_on_or_long.gen.sql ch/tests/queries/0_stateless/02024_merge_regexp_assert.sql ch/tests/queries/0_stateless/02025_dictionary_array_nested_map.sql ch/tests/queries/0_stateless/02025_dictionary_view_different_db.sql ch/tests/queries/0_stateless/02025_having_filter_column.sql ch/tests/queries/0_stateless/02025_nested_func_for_if_combinator.sql ch/tests/queries/0_stateless/02025_subcolumns_compact_parts.sql ch/tests/queries/0_stateless/02026_accurate_cast_or_default.sql ch/tests/queries/0_stateless/02026_arrayDifference_const.sql ch/tests/queries/0_stateless/02026_describe_include_subcolumns.sql ch/tests/queries/0_stateless/02027_arrayCumSumNonNegative_const.sql ch/tests/queries/0_stateless/02027_ngrams.sql ch/tests/queries/0_stateless/02028_add_default_database_for_alterquery_on_cluster.sql ch/tests/queries/0_stateless/02028_create_select_settings.sql ch/tests/queries/0_stateless/02028_system_data_skipping_indices_size.sql ch/tests/queries/0_stateless/02028_tokens.sql ch/tests/queries/0_stateless/02029_output_csv_null_representation.sql ch/tests/queries/0_stateless/02029_quantile_sanitizer.sql ch/tests/queries/0_stateless/02030_function_mapContainsKeyLike.sql ch/tests/queries/0_stateless/02030_quantiles_underflow.sql ch/tests/queries/0_stateless/02030_tuple_filter.sql ch/tests/queries/0_stateless/02032_short_circuit_least_greatest_bug.sql ch/tests/queries/0_stateless/02035_isNull_isNotNull_format.sql ch/tests/queries/0_stateless/02036_jit_short_circuit.sql ch/tests/queries/0_stateless/02039_group_by_with_totals_having.sql ch/tests/queries/0_stateless/02041_conversion_between_date32_and_datetime64.sql ch/tests/queries/0_stateless/02041_openssl_hash_functions_test.sql ch/tests/queries/0_stateless/02041_test_fuzzy_alter.sql ch/tests/queries/0_stateless/02042_map_get_non_const_key.sql ch/tests/queries/0_stateless/02043_user_defined_executable_function_implicit_cast.sql ch/tests/queries/0_stateless/02044_exists_operator.sql ch/tests/queries/0_stateless/02045_like_function.sql ch/tests/queries/0_stateless/02046_remote_table_function_named_collections.sql ch/tests/queries/0_stateless/02047_alias_for_table_and_database_name.sql ch/tests/queries/0_stateless/02049_lowcardinality_shortcircuit_crash.sql ch/tests/queries/0_stateless/02051_read_settings.gen.sql ch/tests/queries/0_stateless/02052_last_granula_adjust_logical_error.gen.sql ch/tests/queries/0_stateless/02053_INSERT_SELECT_MATERIALIZED.sql ch/tests/queries/0_stateless/02067_lost_part_s3.sql ch/tests/queries/0_stateless/02070_join_on_disk.sql ch/tests/queries/0_stateless/02071_lower_upper_utf8_row_overlaps.sql ch/tests/queries/0_stateless/02095_function_get_os_kernel_version.sql ch/tests/queries/0_stateless/02096_date_time_1970_saturation2.sql ch/tests/queries/0_stateless/02096_date_time_1970_saturation.sql ch/tests/queries/0_stateless/02096_join_unusual_identifier_begin.sql ch/tests/queries/0_stateless/02096_rename_atomic_hang.sql ch/tests/queries/0_stateless/02096_sample_by_tuple.sql ch/tests/queries/0_stateless/02096_sql_user_defined_function_alias.sql ch/tests/queries/0_stateless/02096_totals_global_in_bug.sql ch/tests/queries/0_stateless/02097_default_dict_get_add_database.sql ch/tests/queries/0_stateless/02097_initializeAggregationNullable.sql ch/tests/queries/0_stateless/02097_polygon_dictionary_store_key.sql ch/tests/queries/0_stateless/02097_remove_sample_by.sql ch/tests/queries/0_stateless/02098_date32_comparison.sql ch/tests/queries/0_stateless/02098_hashed_array_dictionary_simple_key.gen.sql ch/tests/queries/0_stateless/02098_sql_user_defined_functions_aliases.sql ch/tests/queries/0_stateless/02099_hashed_array_dictionary_complex_key.gen.sql ch/tests/queries/0_stateless/02099_sql_user_defined_functions_lambda.sql ch/tests/queries/0_stateless/02100_alter_scalar_circular_deadlock.sql ch/tests/queries/0_stateless/02100_limit_push_down_bug.sql ch/tests/queries/0_stateless/02100_now64_types_bug.sql ch/tests/queries/0_stateless/02100_replaceRegexpAll_bug.sql ch/tests/queries/0_stateless/02101_sql_user_defined_functions_create_or_replace.sql ch/tests/queries/0_stateless/02101_sql_user_defined_functions_drop_if_exists.sql ch/tests/queries/0_stateless/02102_sql_user_defined_functions_create_if_not_exists.sql ch/tests/queries/0_stateless/02103_sql_user_defined_functions_composition.sql ch/tests/queries/0_stateless/02111_function_mapExtractKeyLike.sql ch/tests/queries/0_stateless/02111_global_context_temporary_tables.sql ch/tests/queries/0_stateless/02111_json_column_name_encoding.sql ch/tests/queries/0_stateless/02111_modify_table_comment.sql ch/tests/queries/0_stateless/02111_with_fill_no_rows.sql ch/tests/queries/0_stateless/02112_skip_index_set_and_or.sql ch/tests/queries/0_stateless/02112_with_fill_interval.sql ch/tests/queries/0_stateless/02113_base64encode_trailing_bytes_1.sql ch/tests/queries/0_stateless/02113_base64encode_trailing_bytes.sql ch/tests/queries/0_stateless/02113_format_row_bug.sql ch/tests/queries/0_stateless/02113_format_row.sql ch/tests/queries/0_stateless/02113_untuple_func_alias.sql ch/tests/queries/0_stateless/02114_bool_type.sql ch/tests/queries/0_stateless/02115_map_contains_analyzer.sql ch/tests/queries/0_stateless/02115_rewrite_local_join_right_distribute_table.sql ch/tests/queries/0_stateless/02116_tuple_element_analyzer.sql ch/tests/queries/0_stateless/02117_show_create_table_system.sql ch/tests/queries/0_stateless/02118_show_create_table_rocksdb.sql ch/tests/queries/0_stateless/02119_sumcount.sql ch/tests/queries/0_stateless/02123_MySQLWire_regression.sql ch/tests/queries/0_stateless/02124_clickhouse_dictionary_with_predefined_configuration.sql ch/tests/queries/0_stateless/02124_comparison_betwwen_decimal_and_float.sql ch/tests/queries/0_stateless/02124_empty_uuid.sql ch/tests/queries/0_stateless/02124_encrypt_decrypt_nullable.sql ch/tests/queries/0_stateless/02124_insert_deduplication_token_materialized_views.sql ch/tests/queries/0_stateless/02124_insert_deduplication_token_replica.sql ch/tests/queries/0_stateless/02124_insert_deduplication_token.sql ch/tests/queries/0_stateless/02124_uncompressed_cache.sql ch/tests/queries/0_stateless/02125_constant_if_condition_and_not_existing_column.sql ch/tests/queries/0_stateless/02125_dict_get_type_nullable_fix.sql ch/tests/queries/0_stateless/02125_fix_storage_filelog.sql ch/tests/queries/0_stateless/02125_low_cardinality_int256.sql ch/tests/queries/0_stateless/02125_query_views_log.sql ch/tests/queries/0_stateless/02125_query_views_log_window_function.sql ch/tests/queries/0_stateless/02125_recursive_sql_user_defined_functions.sql ch/tests/queries/0_stateless/02125_transform_decimal_bug.sql ch/tests/queries/0_stateless/02126_alter_table_alter_column.sql ch/tests/queries/0_stateless/02126_dist_desc.gen.sql ch/tests/queries/0_stateless/02126_identity_user_defined_function.sql ch/tests/queries/0_stateless/02126_lc_window_functions.sql ch/tests/queries/0_stateless/02127_storage_join_settings_with_persistency.sql ch/tests/queries/0_stateless/02128_apply_lambda_parsing.sql ch/tests/queries/0_stateless/02128_cast_nullable.sql ch/tests/queries/0_stateless/02128_hex_bin_on_uuid.sql ch/tests/queries/0_stateless/02129_add_column_add_ttl.sql ch/tests/queries/0_stateless/02129_window_functions_disable_optimizations.sql ch/tests/queries/0_stateless/02131_materialize_column_cast.sql ch/tests/queries/0_stateless/02131_mv_many_chunks_bug.sql ch/tests/queries/0_stateless/02131_remove_columns_in_subquery.sql ch/tests/queries/0_stateless/02131_row_policies_combination.sql ch/tests/queries/0_stateless/02131_skip_index_not_materialized.sql ch/tests/queries/0_stateless/02131_used_row_policies_in_query_log.sql ch/tests/queries/0_stateless/02132_empty_mutation_livelock.sql ch/tests/queries/0_stateless/02133_classification.sql ch/tests/queries/0_stateless/02133_distributed_queries_formatting.sql ch/tests/queries/0_stateless/02133_final_prewhere_where_lowcardinality_replacing.sql ch/tests/queries/0_stateless/02133_issue_32458.sql ch/tests/queries/0_stateless/02136_scalar_subquery_metrics.sql ch/tests/queries/0_stateless/02137_mv_into_join.sql ch/tests/queries/0_stateless/02139_MV_with_scalar_subquery.sql ch/tests/queries/0_stateless/02144_avg_ubsan.sql ch/tests/queries/0_stateless/02146_mv_non_phys.sql ch/tests/queries/0_stateless/02148_cast_type_parsing.sql ch/tests/queries/0_stateless/02148_issue_32737.sql ch/tests/queries/0_stateless/02148_sql_user_defined_function_subquery.sql ch/tests/queries/0_stateless/02149_issue_32487.sql ch/tests/queries/0_stateless/02149_read_in_order_fixed_prefix.sql ch/tests/queries/0_stateless/02150_replace_regexp_all_empty_match.sql ch/tests/queries/0_stateless/02151_lc_prefetch.sql ch/tests/queries/0_stateless/02151_replace_regexp_all_empty_match_alternative.sql ch/tests/queries/0_stateless/02152_bool_type.sql ch/tests/queries/0_stateless/02152_count_distinct_optimization.sql ch/tests/queries/0_stateless/02152_csv_tuple.sql ch/tests/queries/0_stateless/02152_dictionary_date32_type.sql ch/tests/queries/0_stateless/02152_short_circuit_throw_if.sql ch/tests/queries/0_stateless/02154_bitmap_contains.sql ch/tests/queries/0_stateless/02154_bit_slice_for_fixedstring.sql ch/tests/queries/0_stateless/02154_bit_slice_for_string.sql ch/tests/queries/0_stateless/02154_default_keyword_insert.sql ch/tests/queries/0_stateless/02155_binary_op_between_float_and_decimal.sql ch/tests/queries/0_stateless/02155_create_table_w_timezone.sql ch/tests/queries/0_stateless/02155_dictionary_comment.sql ch/tests/queries/0_stateless/02155_h3_to_center_child.sql ch/tests/queries/0_stateless/02155_multiple_inserts_for_formats_with_suffix.sql ch/tests/queries/0_stateless/02155_nested_lc_defalut_bug.sql ch/tests/queries/0_stateless/02155_parse_date_lowcard_default_throw.sql ch/tests/queries/0_stateless/02155_read_in_order_max_rows_to_read.sql ch/tests/queries/0_stateless/02156_storage_merge_prewhere_2.sql ch/tests/queries/0_stateless/02156_storage_merge_prewhere_not_ready_set_bug.sql ch/tests/queries/0_stateless/02156_storage_merge_prewhere.sql ch/tests/queries/0_stateless/02157_line_as_string_output_format.sql ch/tests/queries/0_stateless/02158_contingency.sql ch/tests/queries/0_stateless/02158_interval_length_sum.sql ch/tests/queries/0_stateless/02158_proportions_ztest.sql ch/tests/queries/0_stateless/02158_ztest.sql ch/tests/queries/0_stateless/02159_left_right.sql ch/tests/queries/0_stateless/02160_h3_cell_area_m2.sql ch/tests/queries/0_stateless/02160_h3_cell_area_rads2.sql ch/tests/queries/0_stateless/02160_h3_hex_area_Km2.sql ch/tests/queries/0_stateless/02160_monthname.sql ch/tests/queries/0_stateless/02160_special_functions.sql ch/tests/queries/0_stateless/02161_addressToLineWithInlines.sql ch/tests/queries/0_stateless/02161_array_first_last.sql ch/tests/queries/0_stateless/02162_array_first_last_index.sql ch/tests/queries/0_stateless/02162_range_hashed_dictionary_ddl_expression.sql ch/tests/queries/0_stateless/02163_operators.sql ch/tests/queries/0_stateless/02163_shard_num.sql ch/tests/queries/0_stateless/02164_materialized_view_support_virtual_column.sql ch/tests/queries/0_stateless/02165_h3_edge_length_km.sql ch/tests/queries/0_stateless/02165_h3_exact_edge_length_Km.sql ch/tests/queries/0_stateless/02165_h3_exact_edge_length_m.sql ch/tests/queries/0_stateless/02165_h3_exact_edge_length_rads.sql ch/tests/queries/0_stateless/02165_h3_num_hexagons.sql ch/tests/queries/0_stateless/02165_insert_from_infile.sql ch/tests/queries/0_stateless/02165_replicated_grouping_sets.sql ch/tests/queries/0_stateless/02167_columns_with_dots_default_values.sql ch/tests/queries/0_stateless/02168_avro_bug.sql ch/tests/queries/0_stateless/02169_fix_view_offset_limit_setting.sql ch/tests/queries/0_stateless/02169_map_functions.sql ch/tests/queries/0_stateless/02174_cte_scalar_cache_mv.sql ch/tests/queries/0_stateless/02174_cte_scalar_cache.sql ch/tests/queries/0_stateless/02175_distributed_join_current_database.sql ch/tests/queries/0_stateless/02176_dict_get_has_implicit_key_cast.sql ch/tests/queries/0_stateless/02176_optimize_aggregation_in_order_empty.sql ch/tests/queries/0_stateless/02176_toStartOfWeek_overflow_pruning.sql ch/tests/queries/0_stateless/02177_issue_31009_pt2.gen.sql ch/tests/queries/0_stateless/02177_issue_31009.sql ch/tests/queries/0_stateless/02177_merge_optimize_aggregation_in_order.sql ch/tests/queries/0_stateless/02177_sum_if_not_found.sql ch/tests/queries/0_stateless/02178_column_function_insert_from.sql ch/tests/queries/0_stateless/02179_bool_type.sql ch/tests/queries/0_stateless/02179_degrees_radians.sql ch/tests/queries/0_stateless/02179_dict_reload_on_cluster.sql ch/tests/queries/0_stateless/02179_key_condition_no_common_type.sql ch/tests/queries/0_stateless/02179_map_cast_to_array.sql ch/tests/queries/0_stateless/02179_range_hashed_dictionary_invalid_interval.sql ch/tests/queries/0_stateless/02179_sparse_columns_detach.sql ch/tests/queries/0_stateless/02180_group_by_lowcardinality.sql ch/tests/queries/0_stateless/02180_insert_into_values_settings.sql ch/tests/queries/0_stateless/02181_dictionary_attach_detach.sql ch/tests/queries/0_stateless/02181_sql_user_defined_functions_invalid_lambda.sql ch/tests/queries/0_stateless/02183_array_tuple_literals_remote.sql ch/tests/queries/0_stateless/02183_combinator_if.sql ch/tests/queries/0_stateless/02183_dictionary_date_types.sql ch/tests/queries/0_stateless/02183_dictionary_no_attributes.sql ch/tests/queries/0_stateless/02184_default_table_engine.sql ch/tests/queries/0_stateless/02184_hash_functions_and_ip_types.sql ch/tests/queries/0_stateless/02184_ipv6_cast_test.sql ch/tests/queries/0_stateless/02184_ipv6_select_parsing.sql ch/tests/queries/0_stateless/02184_nested_tuple.sql ch/tests/queries/0_stateless/02184_range_hashed_dictionary_outside_range_values.sql ch/tests/queries/0_stateless/02184_storage_add_support_ttl.sql ch/tests/queries/0_stateless/02185_arraySlice_negative_offset_size.sql ch/tests/queries/0_stateless/02185_range_hashed_dictionary_open_ranges.sql ch/tests/queries/0_stateless/02185_split_by_char.sql ch/tests/queries/0_stateless/02186_range_hashed_dictionary_intersecting_intervals.sql ch/tests/queries/0_stateless/02187_insert_values_with_mv.sql ch/tests/queries/0_stateless/02187_test_final_and_limit_modifier.sql ch/tests/queries/0_stateless/02188_parser_dictionary_primary_key.sql ch/tests/queries/0_stateless/02188_table_function_format.sql ch/tests/queries/0_stateless/02189_join_type_conversion.sql ch/tests/queries/0_stateless/02190_current_metrics_query.sql ch/tests/queries/0_stateless/02191_nested_with_dots.sql ch/tests/queries/0_stateless/02191_parse_date_time_best_effort_more_cases.sql ch/tests/queries/0_stateless/02192_comment.sql ch/tests/queries/0_stateless/02193_async_insert_tcp_client_1.sql ch/tests/queries/0_stateless/02200_use_skip_indexes.sql ch/tests/queries/0_stateless/02201_use_skip_indexes_if_final.sql ch/tests/queries/0_stateless/02202_use_skip_indexes_if_final.sql ch/tests/queries/0_stateless/02205_ephemeral_1.sql ch/tests/queries/0_stateless/02205_map_populate_series_non_const.sql ch/tests/queries/0_stateless/02205_postgresql_functions.sql ch/tests/queries/0_stateless/02206_array_starts_ends_with.sql ch/tests/queries/0_stateless/02206_information_schema_show_database.sql ch/tests/queries/0_stateless/02206_minimum_sample_size.sql ch/tests/queries/0_stateless/02207_key_condition_floats.sql ch/tests/queries/0_stateless/02207_subseconds_intervals.sql ch/tests/queries/0_stateless/02207_ttl_move_if_exists.sql ch/tests/queries/0_stateless/02209_short_circuit_node_without_parents.sql ch/tests/queries/0_stateless/02210_append_to_dev_dull.sql ch/tests/queries/0_stateless/02210_processors_profile_log.sql ch/tests/queries/0_stateless/02210_toColumnTypeName_toLowCardinality_const.sql ch/tests/queries/0_stateless/02211_jsonl_format_extension.sql ch/tests/queries/0_stateless/02212_cte_and_table_alias.sql ch/tests/queries/0_stateless/02212_h3_get_pentagon_indexes.sql ch/tests/queries/0_stateless/02212_h3_get_res0_indexes.sql ch/tests/queries/0_stateless/02212_h3_point_dist.sql ch/tests/queries/0_stateless/02220_array_join_format.sql ch/tests/queries/0_stateless/02222_allow_experimental_projection_optimization__enable_global_with_statement.sql ch/tests/queries/0_stateless/02223_h3_test_const_columns.sql ch/tests/queries/0_stateless/02223_insert_select_schema_inference.sql ch/tests/queries/0_stateless/02224_parallel_distributed_insert_select_cluster.sql ch/tests/queries/0_stateless/02224_s2_test_const_columns.sql ch/tests/queries/0_stateless/02226_analyzer_or_like_combine.sql ch/tests/queries/0_stateless/02226_async_insert_table_function.sql ch/tests/queries/0_stateless/02226_in_untuple_issue_34810.sql ch/tests/queries/0_stateless/02226_low_cardinality_text_bloom_filter_index.sql ch/tests/queries/0_stateless/02227_union_match_by_name.sql ch/tests/queries/0_stateless/02228_merge_tree_insert_memory_usage.sql ch/tests/queries/0_stateless/02230_create_table_as_ignore_ttl.sql ch/tests/queries/0_stateless/02231_bloom_filter_sizing.sql ch/tests/queries/0_stateless/02231_buffer_aggregate_states_leak.sql ch/tests/queries/0_stateless/02231_hierarchical_dictionaries_constant.sql ch/tests/queries/0_stateless/02232_functions_to_subcolumns_alias.sql ch/tests/queries/0_stateless/02232_partition_pruner_mixed_constant_type.sql ch/tests/queries/0_stateless/02232_partition_pruner_single_point.sql ch/tests/queries/0_stateless/02233_interpolate_1.sql ch/tests/queries/0_stateless/02233_optimize_aggregation_in_order_prefix.sql ch/tests/queries/0_stateless/02233_optimize_aggregation_in_order_prefix_with_merge.sql ch/tests/queries/0_stateless/02233_set_enable_with_statement_cte_perf.sql ch/tests/queries/0_stateless/02233_with_total_empty_chunk.sql ch/tests/queries/0_stateless/02234_cast_to_ip_address.sql ch/tests/queries/0_stateless/02234_column_function_short_circuit.sql ch/tests/queries/0_stateless/02234_position_case_insensitive_utf8.sql ch/tests/queries/0_stateless/02235_add_part_offset_virtual_column.sql ch/tests/queries/0_stateless/02235_check_table_sparse_serialization.sql ch/tests/queries/0_stateless/02236_explain_pipeline_join.sql ch/tests/queries/0_stateless/02236_json_each_row_empty_map_schema_inference.sql ch/tests/queries/0_stateless/02240_asof_join_biginteger.sql ch/tests/queries/0_stateless/02240_filesystem_cache_bypass_cache_threshold.sql ch/tests/queries/0_stateless/02240_filesystem_query_cache.sql ch/tests/queries/0_stateless/02240_get_type_serialization_streams.sql ch/tests/queries/0_stateless/02241_array_first_last_or_null.sql ch/tests/queries/0_stateless/02241_join_rocksdb_bs.gen.sql ch/tests/queries/0_stateless/02241_short_circuit_short_column.sql ch/tests/queries/0_stateless/02242_if_then_else_null_bug.sql ch/tests/queries/0_stateless/02242_join_rocksdb.sql ch/tests/queries/0_stateless/02242_make_date_mysql.sql ch/tests/queries/0_stateless/02242_make_date.sql ch/tests/queries/0_stateless/02242_negative_datetime64.sql ch/tests/queries/0_stateless/02242_optimize_to_subcolumns_no_storage.sql ch/tests/queries/0_stateless/02242_subcolumns_sizes.sql ch/tests/queries/0_stateless/02242_throw_if_constant_argument.sql ch/tests/queries/0_stateless/02243_in_ip_address.sql ch/tests/queries/0_stateless/02243_ipv6_long_parsing.sql ch/tests/queries/0_stateless/02243_make_date32_mysql.sql ch/tests/queries/0_stateless/02243_make_date32.sql ch/tests/queries/0_stateless/02244_casewithexpression_return_type.sql ch/tests/queries/0_stateless/02244_column_names_in_shcmea_inference.sql ch/tests/queries/0_stateless/02244_hdfs_cluster.sql ch/tests/queries/0_stateless/02244_ip_address_invalid_insert.sql ch/tests/queries/0_stateless/02244_lowcardinality_hash_join.sql ch/tests/queries/0_stateless/02244_make_datetime.sql ch/tests/queries/0_stateless/02244_url_engine_headers_test.sql ch/tests/queries/0_stateless/02245_format_string_stack_overflow.sql ch/tests/queries/0_stateless/02245_join_with_nullable_lowcardinality_crash.sql ch/tests/queries/0_stateless/02245_make_datetime64.sql ch/tests/queries/0_stateless/02245_s3_schema_desc.sql ch/tests/queries/0_stateless/02245_s3_support_read_nested_column.sql ch/tests/queries/0_stateless/02245_s3_virtual_columns.sql ch/tests/queries/0_stateless/02245_weird_partitions_pruning.sql ch/tests/queries/0_stateless/02246_flatten_tuple.sql ch/tests/queries/0_stateless/02247_fix_extract_parser.sql ch/tests/queries/0_stateless/02248_nullable_custom_types_to_string.sql ch/tests/queries/0_stateless/02249_insert_select_from_input_schema_inference.sql ch/tests/queries/0_stateless/02249_parse_date_time_basic.sql ch/tests/queries/0_stateless/02250_insert_select_from_file_schema_inference.sql ch/tests/queries/0_stateless/02251_alter_enum_nested_struct.sql ch/tests/queries/0_stateless/02251_last_day_of_month.sql ch/tests/queries/0_stateless/02252_executable_user_defined_function_short_circuit.sql ch/tests/queries/0_stateless/02252_jit_profile_events.sql ch/tests/queries/0_stateless/02252_reset_non_existing_setting.sql ch/tests/queries/0_stateless/02260_alter_compact_part_drop_nested_column.gen.sql ch/tests/queries/0_stateless/02264_format_insert_compression.sql ch/tests/queries/0_stateless/02264_format_insert_infile.sql ch/tests/queries/0_stateless/02265_column_ttl.sql ch/tests/queries/0_stateless/02265_cross_join_empty_list.sql ch/tests/queries/0_stateless/02265_limit_push_down_over_window_functions_bug.sql ch/tests/queries/0_stateless/02265_per_table_ttl_mutation_on_change.sql ch/tests/queries/0_stateless/02265_rename_join_ordinary_to_atomic.sql ch/tests/queries/0_stateless/02266_auto_add_nullable.sql ch/tests/queries/0_stateless/02267_empty_arrays_read_reverse.sql ch/tests/queries/0_stateless/02267_insert_empty_data.sql ch/tests/queries/0_stateless/02267_join_dup_columns_issue36199.sql ch/tests/queries/0_stateless/02267_jsonlines_ndjson_format.sql ch/tests/queries/0_stateless/02267_output_format_prometheus.sql ch/tests/queries/0_stateless/02267_special_operator_parse_alias_check.sql ch/tests/queries/0_stateless/02267_type_inference_for_insert_into_function_null.sql ch/tests/queries/0_stateless/02268_json_wrong_root_type_in_schema_inference.sql ch/tests/queries/0_stateless/02269_create_table_with_collation.sql ch/tests/queries/0_stateless/02269_insert_select_with_format_without_schema_inference.sql ch/tests/queries/0_stateless/02269_to_start_of_interval_overflow.sql ch/tests/queries/0_stateless/02270_client_name.sql ch/tests/queries/0_stateless/02271_fix_column_matcher_and_column_transformer.sql ch/tests/queries/0_stateless/02271_int_sql_compatibility.sql ch/tests/queries/0_stateless/02271_replace_partition_many_tables.sql ch/tests/queries/0_stateless/02271_temporary_table_show_rows_bytes.sql ch/tests/queries/0_stateless/02273_full_sort_join.gen.sql ch/tests/queries/0_stateless/02274_full_sort_join_nodistinct.gen.sql ch/tests/queries/0_stateless/02275_full_sort_join_long.gen.sql ch/tests/queries/0_stateless/02276_full_sort_join_unsupported.sql ch/tests/queries/0_stateless/02277_full_sort_join_misc.sql ch/tests/queries/0_stateless/02280_add_query_level_settings.sql ch/tests/queries/0_stateless/02281_limit_by_distributed.sql ch/tests/queries/0_stateless/02282_array_distance.sql ch/tests/queries/0_stateless/02283_array_norm.sql ch/tests/queries/0_stateless/02285_executable_user_defined_function_group_by.sql ch/tests/queries/0_stateless/02285_hex_bin_support_more_types.sql ch/tests/queries/0_stateless/02286_convert_decimal_type.sql ch/tests/queries/0_stateless/02286_function_wyhash.sql ch/tests/queries/0_stateless/02286_quantile_tdigest_infinity.sql ch/tests/queries/0_stateless/02286_tuple_numeric_identifier.sql ch/tests/queries/0_stateless/02286_vertical_merges_missed_column.sql ch/tests/queries/0_stateless/02287_ephemeral_format_crash.sql ch/tests/queries/0_stateless/02287_legacy_column_name_of_tuple_literal_over_distributed.sql ch/tests/queries/0_stateless/02287_type_object_convert.sql ch/tests/queries/0_stateless/02291_dictionary_scalar_subquery_reload.sql ch/tests/queries/0_stateless/02291_join_const_literal_36279.sql ch/tests/queries/0_stateless/02292_create_function_validate.sql ch/tests/queries/0_stateless/02292_h3_unidirectional_funcs.sql ch/tests/queries/0_stateless/02292_hash_array_tuples.sql ch/tests/queries/0_stateless/02292_nested_not_flattened_detach.sql ch/tests/queries/0_stateless/02293_arrow_dictionary_indexes.sql ch/tests/queries/0_stateless/02293_compatibility_ignore_auto_increment_in_create_table.sql ch/tests/queries/0_stateless/02293_grouping_function_group_by.sql ch/tests/queries/0_stateless/02293_grouping_function.sql ch/tests/queries/0_stateless/02293_h3_distance.sql ch/tests/queries/0_stateless/02293_h3_hex_ring.sql ch/tests/queries/0_stateless/02293_h3_line.sql ch/tests/queries/0_stateless/02293_ilike_on_fixed_strings.sql ch/tests/queries/0_stateless/02293_optimize_aggregation_in_order_Array_functions.sql ch/tests/queries/0_stateless/02293_ttest_large_samples.sql ch/tests/queries/0_stateless/02294_decimal_second_errors.sql ch/tests/queries/0_stateless/02294_dictionaries_hierarchical_index.sql ch/tests/queries/0_stateless/02294_fp_seconds_profile.sql ch/tests/queries/0_stateless/02294_nothing_arguments_in_functions.sql ch/tests/queries/0_stateless/02294_optimize_aggregation_in_order_prefix_Array_functions.sql ch/tests/queries/0_stateless/02294_stringsearch_with_nonconst_needle.sql ch/tests/queries/0_stateless/02294_system_certificates.sql ch/tests/queries/0_stateless/02295_global_with_in_subquery.sql ch/tests/queries/0_stateless/02295_GROUP_BY_AggregateFunction.sql ch/tests/queries/0_stateless/02296_nullable_arguments_in_array_filter.sql ch/tests/queries/0_stateless/02296_ttl_non_deterministic.sql ch/tests/queries/0_stateless/02302_clash_const_aggegate_join.sql ch/tests/queries/0_stateless/02302_column_decl_null_before_defaul_value.sql ch/tests/queries/0_stateless/02302_defaults_in_columnar_formats.sql ch/tests/queries/0_stateless/02302_join_auto_lc_nullable_bug.sql ch/tests/queries/0_stateless/02302_lc_nullable_string_insert_as_number.sql ch/tests/queries/0_stateless/02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order.sql ch/tests/queries/0_stateless/02302_s3_file_pruning.sql ch/tests/queries/0_stateless/02303_cast_nullable_to_custom_types.sql ch/tests/queries/0_stateless/02304_grouping_set_order_by.sql ch/tests/queries/0_stateless/02304_grouping_sets_with_rollup_cube.sql ch/tests/queries/0_stateless/02304_orc_arrow_parquet_string_as_string.sql ch/tests/queries/0_stateless/02306_part_types_profile_events.sql ch/tests/queries/0_stateless/02306_window_move_row_number_fix.sql ch/tests/queries/0_stateless/02307_join_get_array_null.sql ch/tests/queries/0_stateless/02310_generate_multi_columns_with_uuid.sql ch/tests/queries/0_stateless/02310_uuid_v7.sql ch/tests/queries/0_stateless/02311_create_table_with_unknown_format.sql ch/tests/queries/0_stateless/02311_hashed_array_dictionary_hierarchical_functions.gen.sql ch/tests/queries/0_stateless/02311_normalize_utf8_constant.sql ch/tests/queries/0_stateless/02311_range_hashed_dictionary_range_cast.sql ch/tests/queries/0_stateless/02311_system_zookeeper_insert.sql ch/tests/queries/0_stateless/02312_is_not_null_prewhere.sql ch/tests/queries/0_stateless/02312_parquet_orc_arrow_names_tuples.sql ch/tests/queries/0_stateless/02313_avro_records_and_maps.sql ch/tests/queries/0_stateless/02313_cross_join_dup_col_names.sql ch/tests/queries/0_stateless/02313_displayname.sql ch/tests/queries/0_stateless/02313_dump_column_structure_low_cardinality.sql ch/tests/queries/0_stateless/02313_group_by_modifiers_with_non_default_types.sql ch/tests/queries/0_stateless/02313_multiple_limits.sql ch/tests/queries/0_stateless/02313_negative_datetime64.sql ch/tests/queries/0_stateless/02313_test_fpc_codec.sql ch/tests/queries/0_stateless/02314_csv_tsv_skip_first_lines.sql ch/tests/queries/0_stateless/02315_grouping_constant_folding.sql ch/tests/queries/0_stateless/02315_pmj_union_ubsan_35857.sql ch/tests/queries/0_stateless/02315_replace_multiif_to_if.sql ch/tests/queries/0_stateless/02316_cast_to_ip_address_default_column.sql ch/tests/queries/0_stateless/02316_const_string_intersact.sql ch/tests/queries/0_stateless/02316_expressions_with_window_functions.sql ch/tests/queries/0_stateless/02316_hierarchical_dictionaries_nullable_parent_key.gen.sql ch/tests/queries/0_stateless/02316_literal_no_octal.sql ch/tests/queries/0_stateless/02316_values_table_func_bug.sql ch/tests/queries/0_stateless/02317_distinct_in_order_optimization.sql ch/tests/queries/0_stateless/02317_functions_with_nothing.sql ch/tests/queries/0_stateless/02317_like_with_trailing_escape.sql ch/tests/queries/0_stateless/02318_template_schema_inference_bug.sql ch/tests/queries/0_stateless/02319_dict_get_check_arguments_size.sql ch/tests/queries/0_stateless/02319_lightweight_delete_on_merge_tree_compact_parts.sql ch/tests/queries/0_stateless/02319_lightweight_delete_on_merge_tree.sql ch/tests/queries/0_stateless/02319_no_columns_in_row_level_filter.sql ch/tests/queries/0_stateless/02319_quantile_interpolated_weighted.sql ch/tests/queries/0_stateless/02319_sql_standard_create_drop_index.sql ch/tests/queries/0_stateless/02319_timeslots_dt64.sql ch/tests/queries/0_stateless/02320_alter_columns_with_dots.sql ch/tests/queries/0_stateless/02320_mapped_array_witn_const_nullable.sql ch/tests/queries/0_stateless/02321_nested_short_circuit_functions.sql ch/tests/queries/0_stateless/02322_sql_insert_format.sql ch/tests/queries/0_stateless/02323_null_modifier_in_table_function.sql ch/tests/queries/0_stateless/02324_map_combinator_bug.sql ch/tests/queries/0_stateless/02325_compatibility_setting_2.sql ch/tests/queries/0_stateless/02325_dates_schema_inference.sql ch/tests/queries/0_stateless/02326_numbers_from_json_strings_schema_inference.sql ch/tests/queries/0_stateless/02326_settings_changes_system_table.sql ch/tests/queries/0_stateless/02327_try_infer_integers_schema_inference.sql ch/tests/queries/0_stateless/02336_sort_optimization_with_fill.sql ch/tests/queries/0_stateless/02336_sparse_columns_s3.sql ch/tests/queries/0_stateless/02337_analyzer_columns_basic.sql ch/tests/queries/0_stateless/02337_base58.sql ch/tests/queries/0_stateless/02337_check_translate_qualified_names_matcher.sql ch/tests/queries/0_stateless/02337_join_analyze_stuck.sql ch/tests/queries/0_stateless/02337_multiple_joins_original_names.sql ch/tests/queries/0_stateless/02338_analyzer_constants_basic.sql ch/tests/queries/0_stateless/02339_analyzer_matcher_basic.sql ch/tests/queries/0_stateless/02340_analyzer_functions.sql ch/tests/queries/0_stateless/02340_union_header.sql ch/tests/queries/0_stateless/02341_analyzer_aliases_basics.sql ch/tests/queries/0_stateless/02341_global_join_cte.sql ch/tests/queries/0_stateless/02342_analyzer_compound_types.sql ch/tests/queries/0_stateless/02342_window_view_different_struct.sql ch/tests/queries/0_stateless/02343_aggregation_pipeline.sql ch/tests/queries/0_stateless/02343_analyzer_column_transformers_strict.sql ch/tests/queries/0_stateless/02343_analyzer_lambdas_issue_28083.sql ch/tests/queries/0_stateless/02343_analyzer_lambdas_issue_36677.sql ch/tests/queries/0_stateless/02343_analyzer_lambdas.sql ch/tests/queries/0_stateless/02343_create_empty_as_select.sql ch/tests/queries/0_stateless/02343_group_by_use_nulls_distributed.sql ch/tests/queries/0_stateless/02343_group_by_use_nulls.sql ch/tests/queries/0_stateless/02343_read_from_s3_compressed_blocks.sql ch/tests/queries/0_stateless/02344_analyzer_multiple_aliases_for_expression.sql ch/tests/queries/0_stateless/02344_distinct_limit_distiributed.sql ch/tests/queries/0_stateless/02344_insert_profile_events_stress.sql ch/tests/queries/0_stateless/02345_analyzer_subqueries.sql ch/tests/queries/0_stateless/02345_create_table_allow_trailing_comma.sql ch/tests/queries/0_stateless/02345_implicit_transaction.sql ch/tests/queries/0_stateless/02345_partial_sort_transform_optimization.sql ch/tests/queries/0_stateless/02346_additional_filters_distr.sql ch/tests/queries/0_stateless/02346_additional_filters_index.sql ch/tests/queries/0_stateless/02346_additional_filters.sql ch/tests/queries/0_stateless/02346_fulltext_index_bug47393.sql ch/tests/queries/0_stateless/02346_fulltext_index_bug52019.sql ch/tests/queries/0_stateless/02346_fulltext_index_bug59039.sql ch/tests/queries/0_stateless/02346_fulltext_index_detach_attach.sql ch/tests/queries/0_stateless/02346_fulltext_index_match_predicate.sql ch/tests/queries/0_stateless/02346_fulltext_index_old_name.sql ch/tests/queries/0_stateless/02346_fulltext_index_search.sql ch/tests/queries/0_stateless/02346_inverted_index_experimental_flag.sql ch/tests/queries/0_stateless/02346_non_negative_derivative.sql ch/tests/queries/0_stateless/02346_position_countsubstrings_zero_byte.sql ch/tests/queries/0_stateless/02346_to_hour_monotonicity_fix.sql ch/tests/queries/0_stateless/02347_rank_corr_nan.sql ch/tests/queries/0_stateless/02347_rank_corr_size_overflow.sql ch/tests/queries/0_stateless/02350_views_max_insert_threads.sql ch/tests/queries/0_stateless/02351_Map_combinator_dist.sql ch/tests/queries/0_stateless/02352_grouby_shadows_arg.sql ch/tests/queries/0_stateless/02352_lightweight_delete_and_object_column.sql ch/tests/queries/0_stateless/02352_lightweight_delete_on_replicated_merge_tree.sql ch/tests/queries/0_stateless/02352_lightweight_delete.sql ch/tests/queries/0_stateless/02353_ascii.sql ch/tests/queries/0_stateless/02353_explain_ast_optimize.sql ch/tests/queries/0_stateless/02353_isnullable.sql ch/tests/queries/0_stateless/02353_partition_prune_nullable_key.sql ch/tests/queries/0_stateless/02353_simdjson_buffer_overflow.sql ch/tests/queries/0_stateless/02353_translate.sql ch/tests/queries/0_stateless/02354_array_lowcardinality.sql ch/tests/queries/0_stateless/02354_distributed_with_external_aggregation_memory_usage.sql ch/tests/queries/0_stateless/02354_numeric_literals_with_underscores.sql ch/tests/queries/0_stateless/02354_parse_timedelta.sql ch/tests/queries/0_stateless/02354_read_in_order_prewhere.sql ch/tests/queries/0_stateless/02354_tuple_element_with_default.sql ch/tests/queries/0_stateless/02354_tuple_lowcardinality.sql ch/tests/queries/0_stateless/02354_vector_search_bugs.sql ch/tests/queries/0_stateless/02354_vector_search_default_granularity.sql ch/tests/queries/0_stateless/02354_vector_search_detach_attach.sql ch/tests/queries/0_stateless/02354_vector_search_index_creation_negative.sql ch/tests/queries/0_stateless/02354_vector_search_legacy_index_compatibility.sql ch/tests/queries/0_stateless/02354_vector_search_multiple_indexes.sql ch/tests/queries/0_stateless/02354_vector_search_queries.sql ch/tests/queries/0_stateless/02354_vector_search_unquoted_index_parameters.sql ch/tests/queries/0_stateless/02354_window_expression_with_aggregation_expression.sql ch/tests/queries/0_stateless/02354_with_statement_non_exist_column.sql ch/tests/queries/0_stateless/02355_column_type_name_lc.sql ch/tests/queries/0_stateless/02355_control_block_size_in_aggregator.sql ch/tests/queries/0_stateless/02355_control_block_size_in_array_join.sql ch/tests/queries/0_stateless/02356_insert_query_log_metrics.sql ch/tests/queries/0_stateless/02356_trivial_count_with_empty_set.sql ch/tests/queries/0_stateless/02357_file_default_value.sql ch/tests/queries/0_stateless/02360_small_notation_h_for_hour_interval.sql ch/tests/queries/0_stateless/02362_part_log_merge_algorithm.sql ch/tests/queries/0_stateless/02363_mapupdate_improve.sql ch/tests/queries/0_stateless/02364_dictionary_datetime_64_attribute_crash.sql ch/tests/queries/0_stateless/02364_multiSearch_function_family.sql ch/tests/queries/0_stateless/02364_setting_cross_to_inner_rewrite.sql ch/tests/queries/0_stateless/02364_window_case.sql ch/tests/queries/0_stateless/02365_multisearch_random_tests.sql ch/tests/queries/0_stateless/02366_asof_optimize_predicate_bug_37813.sql ch/tests/queries/0_stateless/02366_decimal_agg_state_conversion.sql ch/tests/queries/0_stateless/02366_direct_dictionary_dict_has.sql ch/tests/queries/0_stateless/02366_explain_query_tree.sql ch/tests/queries/0_stateless/02366_kql_create_table.sql ch/tests/queries/0_stateless/02366_kql_datatype.sql ch/tests/queries/0_stateless/02366_kql_distinct.sql ch/tests/queries/0_stateless/02366_kql_extend.sql ch/tests/queries/0_stateless/02366_kql_func_binary.sql ch/tests/queries/0_stateless/02366_kql_func_datetime.sql ch/tests/queries/0_stateless/02366_kql_func_dynamic.sql ch/tests/queries/0_stateless/02366_kql_func_ip.sql ch/tests/queries/0_stateless/02366_kql_func_math.sql ch/tests/queries/0_stateless/02366_kql_func_scalar.sql ch/tests/queries/0_stateless/02366_kql_func_string.sql ch/tests/queries/0_stateless/02366_kql_mvexpand.sql ch/tests/queries/0_stateless/02366_kql_native_interval_format.gen.sql ch/tests/queries/0_stateless/02366_kql_operator_in_sql.sql ch/tests/queries/0_stateless/02366_kql_summarize.sql ch/tests/queries/0_stateless/02366_kql_tabular.sql ch/tests/queries/0_stateless/02366_normalize_aggregate_function_types_and_states.sql ch/tests/queries/0_stateless/02366_union_decimal_conversion.sql ch/tests/queries/0_stateless/02366_window_function_order_by.sql ch/tests/queries/0_stateless/02366_with_fill_date.sql ch/tests/queries/0_stateless/02367_analyzer_table_alias_columns.sql ch/tests/queries/0_stateless/02367_join_pushdown_column_not_found.gen.sql ch/tests/queries/0_stateless/02367_optimize_trivial_count_with_array_join.sql ch/tests/queries/0_stateless/02368_analyzer_table_functions.sql ch/tests/queries/0_stateless/02369_analyzer_array_join_function.sql ch/tests/queries/0_stateless/02370_analyzer_in_function.sql ch/tests/queries/0_stateless/02370_extractAll_regress.sql ch/tests/queries/0_stateless/02371_analyzer_join_cross.sql ch/tests/queries/0_stateless/02371_create_temporary_table_as_with_columns_list.sql ch/tests/queries/0_stateless/02371_select_projection_normal_agg.sql ch/tests/queries/0_stateless/02372_analyzer_join.gen.sql ch/tests/queries/0_stateless/02372_now_in_block.sql ch/tests/queries/0_stateless/02373_analyzer_join_use_nulls.sql ch/tests/queries/0_stateless/02374_analyzer_array_join.sql ch/tests/queries/0_stateless/02374_analyzer_join_using.gen.sql ch/tests/queries/0_stateless/02374_combine_multi_if_and_count_if_opt.sql ch/tests/queries/0_stateless/02374_in_tuple_index.sql ch/tests/queries/0_stateless/02374_regexp_replace.sql ch/tests/queries/0_stateless/02375_analyzer_union.sql ch/tests/queries/0_stateless/02375_double_escaping_json.sql ch/tests/queries/0_stateless/02375_pretty_formats.gen.sql ch/tests/queries/0_stateless/02375_scalar_lc_cte.sql ch/tests/queries/0_stateless/02375_system_schema_inference_cache.sql ch/tests/queries/0_stateless/02376_analyzer_in_function_subquery.sql ch/tests/queries/0_stateless/02376_arrow_dict_with_string.sql ch/tests/queries/0_stateless/02377_analyzer_in_function_set.sql ch/tests/queries/0_stateless/02377_executable_function_settings.sql ch/tests/queries/0_stateless/02377_fix_file_virtual_column.sql ch/tests/queries/0_stateless/02377_majority_insert_quorum_zookeeper_long.sql ch/tests/queries/0_stateless/02377_modify_column_from_lc.sql ch/tests/queries/0_stateless/02377_modify_column_from_nested.sql ch/tests/queries/0_stateless/02377_optimize_sorting_by_input_stream_properties.sql ch/tests/queries/0_stateless/02378_analyzer_projection_names.sql ch/tests/queries/0_stateless/02378_part_log_profile_events_replicated.sql ch/tests/queries/0_stateless/02378_part_log_profile_events.sql ch/tests/queries/0_stateless/02379_analyzer_subquery_depth.sql ch/tests/queries/0_stateless/02380_analyzer_join_sample.sql ch/tests/queries/0_stateless/02381_analyzer_join_final.sql ch/tests/queries/0_stateless/02381_compress_marks_and_primary_key.sql ch/tests/queries/0_stateless/02381_join_dup_columns_in_plan.gen.sql ch/tests/queries/0_stateless/02381_parse_array_of_tuples.sql ch/tests/queries/0_stateless/02381_parseDateTime64BestEffortUS.sql ch/tests/queries/0_stateless/02381_setting_value_auto.sql ch/tests/queries/0_stateless/02382_analyzer_matcher_join_using.sql ch/tests/queries/0_stateless/02382_join_and_filtering_set.sql ch/tests/queries/0_stateless/02383_analyzer_merge_tree_self_join.sql ch/tests/queries/0_stateless/02383_array_signed_const_positive_index.sql ch/tests/queries/0_stateless/02383_schema_inference_hints.sql ch/tests/queries/0_stateless/02384_analyzer_dict_get_join_get.sql ch/tests/queries/0_stateless/02384_decrypt_bad_arguments.sql ch/tests/queries/0_stateless/02384_nullable_low_cardinality_as_dict_in_arrow.sql ch/tests/queries/0_stateless/02385_analyzer_aliases_compound_expression.sql ch/tests/queries/0_stateless/02385_profile_events_overflow.sql ch/tests/queries/0_stateless/02386_analyzer_in_function_nested_subqueries.sql ch/tests/queries/0_stateless/02386_set_columns_order.sql ch/tests/queries/0_stateless/02387_analyzer_cte.sql ch/tests/queries/0_stateless/02387_parse_date_as_datetime.sql ch/tests/queries/0_stateless/02388_analyzer_recursive_lambda.sql ch/tests/queries/0_stateless/02388_conversion_from_string_with_datetime64_to_date_and_date32.sql ch/tests/queries/0_stateless/02389_analyzer_nested_lambda.sql ch/tests/queries/0_stateless/02391_hashed_dictionary_shards.sql ch/tests/queries/0_stateless/02391_recursive_buffer.sql ch/tests/queries/0_stateless/02392_every_setting_must_have_documentation.sql ch/tests/queries/0_stateless/02393_every_metric_must_have_documentation.sql ch/tests/queries/0_stateless/02394_every_profile_event_must_have_documentation.sql ch/tests/queries/0_stateless/02395_every_merge_tree_setting_must_have_documentation.sql ch/tests/queries/0_stateless/02398_subquery_where_pushdown_and_limit_offset.sql ch/tests/queries/0_stateless/02399_merge_tree_mutate_in_partition.sql ch/tests/queries/0_stateless/02400_create_table_on_cluster_normalization.sql ch/tests/queries/0_stateless/02400_memory_accounting_on_error.sql ch/tests/queries/0_stateless/02401_merge_tree_old_tmp_dirs_cleanup.sql ch/tests/queries/0_stateless/02402_external_disk_mertrics.sql ch/tests/queries/0_stateless/02402_merge_engine_with_view.sql ch/tests/queries/0_stateless/02403_enable_extended_results_for_datetime_functions.gen.sql ch/tests/queries/0_stateless/02403_ttl_column_multiple_times.sql ch/tests/queries/0_stateless/02404_lightweight_delete_vertical_merge.sql ch/tests/queries/0_stateless/02404_memory_bound_merging.sql ch/tests/queries/0_stateless/02404_schema_inference_cache_respect_format_settings.gen.sql ch/tests/queries/0_stateless/02405_avro_read_nested.sql ch/tests/queries/0_stateless/02405_pmj_issue_40335.sql ch/tests/queries/0_stateless/02406_minmax_behaviour.sql ch/tests/queries/0_stateless/02406_try_read_datetime64_bug.sql ch/tests/queries/0_stateless/02407_array_element_from_map_wrong_type.sql ch/tests/queries/0_stateless/02408_to_fixed_string_short_circuit.sql ch/tests/queries/0_stateless/02409_url_format_detection.sql ch/tests/queries/0_stateless/02410_csv_empty_fields_inference.sql ch/tests/queries/0_stateless/02410_to_decimal_or_default.sql ch/tests/queries/0_stateless/02411_legacy_geobase.sql ch/tests/queries/0_stateless/02411_merge_tree_zero_max_read_buffer_size.sql ch/tests/queries/0_stateless/02412_nlp.sql ch/tests/queries/0_stateless/02413_replace_partition_zero_copy.sql ch/tests/queries/0_stateless/02414_all_new_table_functions_must_be_documented.sql ch/tests/queries/0_stateless/02415_all_new_functions_must_be_documented.sql ch/tests/queries/0_stateless/02416_grouping_function_compatibility.sql ch/tests/queries/0_stateless/02416_input_json_formats.sql ch/tests/queries/0_stateless/02416_in_set_same_ast_diff_columns.sql ch/tests/queries/0_stateless/02416_json_object_inference.sql ch/tests/queries/0_stateless/02416_json_tuple_to_array_schema_inference.sql ch/tests/queries/0_stateless/02416_keeper_map.sql ch/tests/queries/0_stateless/02416_rocksdb_delete_update.sql ch/tests/queries/0_stateless/02416_row_policy_always_false_index.sql ch/tests/queries/0_stateless/02417_from_select_syntax.sql ch/tests/queries/0_stateless/02417_json_object_each_row_format.sql ch/tests/queries/0_stateless/02417_keeper_map_create_drop.sql ch/tests/queries/0_stateless/02417_null_variadic_behaviour.sql ch/tests/queries/0_stateless/02418_aggregate_combinators.sql ch/tests/queries/0_stateless/02418_keeper_map_keys_limit.sql ch/tests/queries/0_stateless/02418_tautological_if_index.sql ch/tests/queries/0_stateless/02419_contingency_array_nullable.sql ch/tests/queries/0_stateless/02420_final_setting_analyzer.sql ch/tests/queries/0_stateless/02420_final_setting.sql ch/tests/queries/0_stateless/02420_key_condition_actions_dag_bug_40599.sql ch/tests/queries/0_stateless/02421_decimal_in_precision_issue_41125.sql ch/tests/queries/0_stateless/02421_explain_subquery.sql ch/tests/queries/0_stateless/02421_exponential_join_rewrite_21557.sql ch/tests/queries/0_stateless/02421_formats_with_totals_and_extremes.gen.sql ch/tests/queries/0_stateless/02421_json_decimals_as_strings.sql ch/tests/queries/0_stateless/02422_insert_different_granularity.sql ch/tests/queries/0_stateless/02422_msgpack_uuid_wrong_column.sql ch/tests/queries/0_stateless/02422_read_numbers_as_strings.sql ch/tests/queries/0_stateless/02423_json_quote_float64.sql ch/tests/queries/0_stateless/02423_multidimensional_array_get_data_at.sql ch/tests/queries/0_stateless/02424_pod_array_overflow.sql ch/tests/queries/0_stateless/02425_categorical_information_value_properties.sql ch/tests/queries/0_stateless/02426_create_suspicious_fixed_string.sql ch/tests/queries/0_stateless/02426_pod_array_overflow_2.sql ch/tests/queries/0_stateless/02426_pod_array_overflow_3.sql ch/tests/queries/0_stateless/02426_to_string_nullable_fixedstring.sql ch/tests/queries/0_stateless/02427_column_nullable_ubsan.sql ch/tests/queries/0_stateless/02427_msan_group_array_resample.sql ch/tests/queries/0_stateless/02427_mutate_and_zero_copy_replication_zookeeper.sql ch/tests/queries/0_stateless/02428_batch_nullable_assert.sql ch/tests/queries/0_stateless/02428_combinators_with_over_statement.sql ch/tests/queries/0_stateless/02428_decimal_in_floating_point_literal.sql ch/tests/queries/0_stateless/02428_delete_with_settings.sql ch/tests/queries/0_stateless/02428_index_analysis_with_null_literal.sql ch/tests/queries/0_stateless/02428_parameterized_view_param_in_select_section.sql ch/tests/queries/0_stateless/02428_partial_sort_optimization_bug.sql ch/tests/queries/0_stateless/02429_combinators_in_array_reduce.sql ch/tests/queries/0_stateless/02429_groupBitmap_chain_state.sql ch/tests/queries/0_stateless/02429_offset_pipeline_stuck_bug.sql ch/tests/queries/0_stateless/02430_bitmap_transform_exception_code.sql ch/tests/queries/0_stateless/02430_initialize_aggregation_with_combinators.sql ch/tests/queries/0_stateless/02431_single_value_or_null_empty.sql ch/tests/queries/0_stateless/02432_s3_parallel_parts_cleanup.sql ch/tests/queries/0_stateless/02433_default_expression_operator_in.sql ch/tests/queries/0_stateless/02436_system_zookeeper_context.sql ch/tests/queries/0_stateless/02438_sync_replica_lightweight.sql ch/tests/queries/0_stateless/02439_merge_selecting_partitions.sql ch/tests/queries/0_stateless/02440_mutations_finalization.sql ch/tests/queries/0_stateless/02441_alter_delete_and_drop_column.sql ch/tests/queries/0_stateless/02442_auxiliary_zookeeper_endpoint_id.sql ch/tests/queries/0_stateless/02446_parent_zero_copy_locks.sql ch/tests/queries/0_stateless/02448_clone_replica_lost_part.sql ch/tests/queries/0_stateless/02449_check_dependencies_and_table_shutdown.sql ch/tests/queries/0_stateless/02451_variadic_null_garbage_data.sql ch/tests/queries/0_stateless/02452_check_low_cardinality.sql ch/tests/queries/0_stateless/02452_json_utf8_validation.sql ch/tests/queries/0_stateless/02453_check_path_in_errors_logger.sql ch/tests/queries/0_stateless/02454_compressed_marks_in_compact_part.sql ch/tests/queries/0_stateless/02454_create_table_with_custom_disk.sql ch/tests/queries/0_stateless/02454_disable_mergetree_with_lightweight_delete_column.sql ch/tests/queries/0_stateless/02454_json_object_each_row_column_for_object_name.sql ch/tests/queries/0_stateless/02455_count_state_asterisk.sql ch/tests/queries/0_stateless/02455_duplicate_column_names_in_schema_inference.sql ch/tests/queries/0_stateless/02455_extract_fixed_string_from_nested_json.sql ch/tests/queries/0_stateless/02455_improve_feedback_when_replacing_partition_with_different_primary_key.sql ch/tests/queries/0_stateless/02456_aggregate_state_conversion.sql ch/tests/queries/0_stateless/02456_alter-nullable-column-bag-2.sql ch/tests/queries/0_stateless/02456_alter-nullable-column-bag.sql ch/tests/queries/0_stateless/02456_BLAKE3_hash_function_test.sql ch/tests/queries/0_stateless/02456_bloom_filter_assert.gen.sql ch/tests/queries/0_stateless/02456_datetime_schema_inference.sql ch/tests/queries/0_stateless/02456_keeper_retries_during_insert.sql ch/tests/queries/0_stateless/02456_summing_mt_lc.sql ch/tests/queries/0_stateless/02456_test_zero_copy_mutation.sql ch/tests/queries/0_stateless/02457_datediff_via_unix_epoch.sql ch/tests/queries/0_stateless/02457_filesystem_function.sql ch/tests/queries/0_stateless/02457_key_condition_with_types_that_cannot_be_nullable.sql ch/tests/queries/0_stateless/02457_morton_coding.sql ch/tests/queries/0_stateless/02457_morton_coding_with_mask.sql ch/tests/queries/0_stateless/02457_parse_date_time_best_effort.sql ch/tests/queries/0_stateless/02457_s3_cluster_schema_inference.sql ch/tests/queries/0_stateless/02457_tuple_of_intervals.sql ch/tests/queries/0_stateless/02458_datediff_date32.sql ch/tests/queries/0_stateless/02458_default_setting.sql ch/tests/queries/0_stateless/02458_empty_hdfs_url.sql ch/tests/queries/0_stateless/02458_hdfs_cluster_schema_inference.sql ch/tests/queries/0_stateless/02458_key_condition_not_like_prefix.sql ch/tests/queries/0_stateless/02458_relax_too_many_parts.sql ch/tests/queries/0_stateless/02458_use_structure_from_insertion_table.sql ch/tests/queries/0_stateless/02459_group_by_all.sql ch/tests/queries/0_stateless/02459_low_cardinality_uint128_aggregator.sql ch/tests/queries/0_stateless/02459_materialized_view_default_value.sql ch/tests/queries/0_stateless/02459_read_in_order_bufer.sql ch/tests/queries/0_stateless/02460_prewhere_row_level_policy.sql ch/tests/queries/0_stateless/02461_alter_update_respect_part_column_type_bug.sql ch/tests/queries/0_stateless/02461_join_lc_issue_42380.sql ch/tests/queries/0_stateless/02461_mullable_pk_monotonicity_bug.sql ch/tests/queries/0_stateless/02461_prewhere_row_level_policy_lightweight_delete.gen.sql ch/tests/queries/0_stateless/02461_welch_t_test_fuzz.sql ch/tests/queries/0_stateless/02462_distributions.sql ch/tests/queries/0_stateless/02462_match_regexp_pk.sql ch/tests/queries/0_stateless/02462_number_to_datetype.sql ch/tests/queries/0_stateless/02463_julian_day_ubsan.sql ch/tests/queries/0_stateless/02464_decimal_scale_buffer_overflow.sql ch/tests/queries/0_stateless/02465_limit_trivial_max_rows_to_read.sql ch/tests/queries/0_stateless/02466_distributed_query_profiler.sql ch/tests/queries/0_stateless/02467_cross_join_three_table_functions.sql ch/tests/queries/0_stateless/02467_set_with_lowcardinality_type.sql ch/tests/queries/0_stateless/02468_has_any_tuple.sql ch/tests/queries/0_stateless/02469_fix_aliases_parser.sql ch/tests/queries/0_stateless/02469_interval_msan.sql ch/tests/queries/0_stateless/02470_suspicious_low_cardinality_msan.sql ch/tests/queries/0_stateless/02471_wrong_date_monotonicity.sql ch/tests/queries/0_stateless/02472_segfault_expression_parser.sql ch/tests/queries/0_stateless/02473_extract_low_cardinality_from_json.sql ch/tests/queries/0_stateless/02473_map_element_nullable.sql ch/tests/queries/0_stateless/02473_prewhere_with_bigint.sql ch/tests/queries/0_stateless/02474_analyzer_subqueries_table_expression_modifiers.sql ch/tests/queries/0_stateless/02474_create_user_query_fuzzer_bug.sql ch/tests/queries/0_stateless/02474_extract_fixedstring_from_json.sql ch/tests/queries/0_stateless/02474_fix_function_parser_bug.sql ch/tests/queries/0_stateless/02474_timeDiff_UTCTimestamp.sql ch/tests/queries/0_stateless/02474_unhex_in_fix_string.sql ch/tests/queries/0_stateless/02475_analysis_of_variance.sql ch/tests/queries/0_stateless/02475_analyzer_join_tree_subquery.sql ch/tests/queries/0_stateless/02475_analyzer_subquery_compound_expression.sql ch/tests/queries/0_stateless/02475_bad_cast_low_cardinality_to_string_bug.sql ch/tests/queries/0_stateless/02475_date_time_schema_inference_bug.sql ch/tests/queries/0_stateless/02475_join_bug_42832.sql ch/tests/queries/0_stateless/02475_or_function_alias_and_const_where.sql ch/tests/queries/0_stateless/02475_positive_modulo.sql ch/tests/queries/0_stateless/02475_precise_decimal_arithmetics.sql ch/tests/queries/0_stateless/02475_split_with_max_substrings.sql ch/tests/queries/0_stateless/02476_analyzer_join_with_unused_columns.sql ch/tests/queries/0_stateless/02476_fix_cast_parser_bug.sql ch/tests/queries/0_stateless/02476_fuse_sum_count.sql ch/tests/queries/0_stateless/02476_query_parameters_insert.sql ch/tests/queries/0_stateless/02476_query_parameters_without_serialisation.sql ch/tests/queries/0_stateless/02477_age_date32.sql ch/tests/queries/0_stateless/02477_age_datetime64.sql ch/tests/queries/0_stateless/02477_age.sql ch/tests/queries/0_stateless/02477_analyzer_array_join_with_join.sql ch/tests/queries/0_stateless/02477_analyzer_ast_key_condition_crash.sql ch/tests/queries/0_stateless/02477_exists_fuzz_43478.sql ch/tests/queries/0_stateless/02477_fuse_quantiles.sql ch/tests/queries/0_stateless/02477_invalid_reads.sql ch/tests/queries/0_stateless/02477_is_null_parser.sql ch/tests/queries/0_stateless/02477_logical_expressions_optimizer_low_cardinality.sql ch/tests/queries/0_stateless/02477_projection_materialize_and_zero_copy.sql ch/tests/queries/0_stateless/02477_single_value_data_string_regression.sql ch/tests/queries/0_stateless/02478_analyzer_table_expression_aliases.sql ch/tests/queries/0_stateless/02478_factorial.sql ch/tests/queries/0_stateless/02478_projection_and_alter_low_cardinality.sql ch/tests/queries/0_stateless/02478_projection_with_group_by_alter.sql ch/tests/queries/0_stateless/02478_window_frame_type_groups.sql ch/tests/queries/0_stateless/02479_analyzer_aggregation_crash.sql ch/tests/queries/0_stateless/02479_analyzer_aggregation_totals_rollup_crash_fix.sql ch/tests/queries/0_stateless/02479_analyzer_join_with_constants.sql ch/tests/queries/0_stateless/02479_if_with_null_and_cullable_const.sql ch/tests/queries/0_stateless/02479_mysql_connect_to_self.sql ch/tests/queries/0_stateless/02479_nullable_primary_key_non_first_column.sql ch/tests/queries/0_stateless/02480_analyzer_alias_nullptr.sql ch/tests/queries/0_stateless/02480_every_asynchronous_metric_must_have_documentation.sql ch/tests/queries/0_stateless/02480_interval_casting_and_subquery.sql ch/tests/queries/0_stateless/02480_max_map_null_totals.sql ch/tests/queries/0_stateless/02480_parse_date_time_best_effort_math_overflow.sql ch/tests/queries/0_stateless/02480_s3_support_wildcard.sql ch/tests/queries/0_stateless/02480_suspicious_lowcard_in_key.sql ch/tests/queries/0_stateless/02480_tlp_nan.sql ch/tests/queries/0_stateless/02481_aggregation_in_order_plan.sql ch/tests/queries/0_stateless/02481_analyzer_join_alias_unknown_identifier_crash.sql ch/tests/queries/0_stateless/02481_analyzer_optimize_aggregation_arithmetics.sql ch/tests/queries/0_stateless/02481_analyzer_optimize_grouping_sets_keys.sql ch/tests/queries/0_stateless/02481_array_join_with_map.sql ch/tests/queries/0_stateless/02481_default_value_used_in_row_level_filter.sql ch/tests/queries/0_stateless/02481_fix_parameters_parsing.sql ch/tests/queries/0_stateless/02481_i43247_ubsan_in_minmaxany.sql ch/tests/queries/0_stateless/02481_low_cardinality_with_short_circuit_functins_mutations.sql ch/tests/queries/0_stateless/02481_low_cardinality_with_short_circuit_functins.sql ch/tests/queries/0_stateless/02481_merge_array_join_sample_by.sql ch/tests/queries/0_stateless/02481_pk_analysis_with_enum_to_string.sql ch/tests/queries/0_stateless/02481_prewhere_filtered_rows_div_by_zero.sql ch/tests/queries/0_stateless/02481_s3_throw_if_mismatch_files.sql ch/tests/queries/0_stateless/02481_xxh3_hash_function.sql ch/tests/queries/0_stateless/02482_execute_functions_before_sorting_bug.sql ch/tests/queries/0_stateless/02482_if_with_nothing_argument.sql ch/tests/queries/0_stateless/02482_insert_into_dist_race.sql ch/tests/queries/0_stateless/02482_value_block_assert.sql ch/tests/queries/0_stateless/02483_add_engine_full_column_to_system_databases.sql ch/tests/queries/0_stateless/02483_check_virtuals_shile_using_structure_from_insertion_table.sql ch/tests/queries/0_stateless/02483_cuturlparameter_with_arrays.sql ch/tests/queries/0_stateless/02483_substitute_udf_create.sql ch/tests/queries/0_stateless/02484_substitute_udf_storage_args.sql ch/tests/queries/0_stateless/02485_zero_copy_commit_error.sql ch/tests/queries/0_stateless/02486_truncate_and_unexpected_parts.sql ch/tests/queries/0_stateless/02487_create_index_normalize_functions.sql ch/tests/queries/0_stateless/02489_analyzer_indexes.sql ch/tests/queries/0_stateless/02490_replacing_merge_tree_is_deleted_column.sql ch/tests/queries/0_stateless/02491_part_log_has_table_uuid.sql ch/tests/queries/0_stateless/02493_analyzer_sum_if_to_count_if.sql ch/tests/queries/0_stateless/02493_analyzer_table_functions_untuple.sql ch/tests/queries/0_stateless/02493_analyzer_uniq_injective_functions_elimination.sql ch/tests/queries/0_stateless/02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins.sql ch/tests/queries/0_stateless/02493_max_streams_for_merge_tree_reading.sql ch/tests/queries/0_stateless/02493_numeric_literals_with_underscores.sql ch/tests/queries/0_stateless/02494_analyzer_compound_expression_crash_fix.sql ch/tests/queries/0_stateless/02494_analyzer_cte_resolution_in_subquery_fix.sql ch/tests/queries/0_stateless/02494_array_function_range.sql ch/tests/queries/0_stateless/02494_combinators_with_null_argument.sql ch/tests/queries/0_stateless/02494_optimize_group_by_function_keys_and_alias_columns.sql ch/tests/queries/0_stateless/02494_parser_string_binary_literal.sql ch/tests/queries/0_stateless/02494_query_cache_asynchronous_metrics.sql ch/tests/queries/0_stateless/02494_query_cache_bugs.sql ch/tests/queries/0_stateless/02494_query_cache_case_agnostic_matching.sql ch/tests/queries/0_stateless/02494_query_cache_compression.sql ch/tests/queries/0_stateless/02494_query_cache_drop_cache.sql ch/tests/queries/0_stateless/02494_query_cache_eligible_queries.sql ch/tests/queries/0_stateless/02494_query_cache_empty_tuple.sql ch/tests/queries/0_stateless/02494_query_cache_events.sql ch/tests/queries/0_stateless/02494_query_cache_exception_handling.sql ch/tests/queries/0_stateless/02494_query_cache_explain.sql ch/tests/queries/0_stateless/02494_query_cache_key.sql ch/tests/queries/0_stateless/02494_query_cache_min_query_duration.sql ch/tests/queries/0_stateless/02494_query_cache_min_query_runs.sql ch/tests/queries/0_stateless/02494_query_cache_nondeterministic_functions.sql ch/tests/queries/0_stateless/02494_query_cache_normalize_ast.sql ch/tests/queries/0_stateless/02494_query_cache_passive_usage.sql ch/tests/queries/0_stateless/02494_query_cache_query_log.sql ch/tests/queries/0_stateless/02494_query_cache_secrets.sql ch/tests/queries/0_stateless/02494_query_cache_sparse_columns.sql ch/tests/queries/0_stateless/02494_query_cache_squash_partial_results.sql ch/tests/queries/0_stateless/02494_query_cache_system_tables.sql ch/tests/queries/0_stateless/02494_query_cache_tag.sql ch/tests/queries/0_stateless/02494_query_cache_totals_extremes.sql ch/tests/queries/0_stateless/02494_query_cache_ttl_long.sql ch/tests/queries/0_stateless/02494_query_cache_user_quotas_after_drop.sql ch/tests/queries/0_stateless/02494_query_cache_user_quotas.sql ch/tests/queries/0_stateless/02494_zero_copy_and_projection_and_mutation_work_together.sql ch/tests/queries/0_stateless/02495_analyzer_storage_join.sql ch/tests/queries/0_stateless/02495_concat_with_separator.sql ch/tests/queries/0_stateless/02495_s3_filter_by_file.sql ch/tests/queries/0_stateless/02495_sum_if_to_count_if_bug.sql ch/tests/queries/0_stateless/02496_format_datetime_in_joda_syntax.sql ch/tests/queries/0_stateless/02496_from_unixtime_in_joda_syntax.sql ch/tests/queries/0_stateless/02496_storage_s3_profile_events.sql ch/tests/queries/0_stateless/02497_analyzer_sum_if_count_if_pass_crash_fix.sql ch/tests/queries/0_stateless/02497_having_without_actual_aggregation_bug.sql ch/tests/queries/0_stateless/02497_if_transform_strings_to_enum.sql ch/tests/queries/0_stateless/02497_remote_disk_fat_column.sql ch/tests/queries/0_stateless/02497_schema_inference_nulls.sql ch/tests/queries/0_stateless/02497_source_part_is_intact_when_mutation.sql ch/tests/queries/0_stateless/02497_storage_join_right_assert.sql ch/tests/queries/0_stateless/02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix.sql ch/tests/queries/0_stateless/02498_analyzer_settings_push_down.sql ch/tests/queries/0_stateless/02498_storage_join_key_positions.gen.sql ch/tests/queries/0_stateless/02499_analyzer_aggregate_function_lambda_crash_fix.sql ch/tests/queries/0_stateless/02499_analyzer_set_index.sql ch/tests/queries/0_stateless/02499_escaped_quote_schema_inference.sql ch/tests/queries/0_stateless/02499_extract_key_value_pairs_multiple_input.sql ch/tests/queries/0_stateless/02499_quantile_nan_ubsan_msan.sql ch/tests/queries/0_stateless/02499_read_json_objects_as_strings.sql ch/tests/queries/0_stateless/02500_analyzer_storage_view_crash_fix.sql ch/tests/queries/0_stateless/02500_prevent_drop_nested_if_empty_part.sql ch/tests/queries/0_stateless/02501_analyzer_expired_context_crash_fix.sql ch/tests/queries/0_stateless/02501_limits_on_result_for_view.sql ch/tests/queries/0_stateless/02502_analyzer_insert_select_crash_fix.sql ch/tests/queries/0_stateless/02502_bad_values_schema_inference.sql ch/tests/queries/0_stateless/02502_fuzz_bad_cast_to_ast_literal.sql ch/tests/queries/0_stateless/02503_bad_compatibility_setting.sql ch/tests/queries/0_stateless/02503_in_lc_const_args_bug.sql ch/tests/queries/0_stateless/02503_join_switch_alias_fuzz.sql ch/tests/queries/0_stateless/02503_mysql_compat_utc_timestamp.sql ch/tests/queries/0_stateless/02504_bar_fractions.sql ch/tests/queries/0_stateless/02504_disallow_arrayjoin_in_mutations.sql ch/tests/queries/0_stateless/02504_explain_ast_insert.sql ch/tests/queries/0_stateless/02504_parse_datetime_best_effort_calebeaires.sql ch/tests/queries/0_stateless/02504_regexp_dictionary_table_source.sql ch/tests/queries/0_stateless/02505_forbid_paths_in_datetime_timezone.sql ch/tests/queries/0_stateless/02506_date_time64_floating_point_negative_value.sql ch/tests/queries/0_stateless/02507_to_unix_timestamp_overflow.sql ch/tests/queries/0_stateless/02508_bad_graphite.sql ch/tests/queries/0_stateless/02508_index_analysis_to_date_timezone.sql ch/tests/queries/0_stateless/02509_h3_arguments.sql ch/tests/queries/0_stateless/02510_group_by_prewhere_null.sql ch/tests/queries/0_stateless/02511_complex_literals_as_aggregate_function_parameters.sql ch/tests/queries/0_stateless/02512_array_join_name_resolution.sql ch/tests/queries/0_stateless/02513_analyzer_duplicate_alias_crash_fix.sql ch/tests/queries/0_stateless/02513_analyzer_sort_msan.sql ch/tests/queries/0_stateless/02513_broken_datetime64_init_on_mac.sql ch/tests/queries/0_stateless/02513_date_string_comparison.sql ch/tests/queries/0_stateless/02513_prewhere_combine_step_filters.sql ch/tests/queries/0_stateless/02513_validate_data_types.sql ch/tests/queries/0_stateless/02514_analyzer_drop_join_on.sql ch/tests/queries/0_stateless/02514_bad_index_granularity.sql ch/tests/queries/0_stateless/02514_if_with_lazy_low_cardinality.sql ch/tests/queries/0_stateless/02514_null_dictionary_source.sql ch/tests/queries/0_stateless/02514_tsv_zero_started_number.sql ch/tests/queries/0_stateless/02515_aggregate_functions_statistics.sql ch/tests/queries/0_stateless/02515_analyzer_null_for_empty.sql ch/tests/queries/0_stateless/02515_and_or_if_multiif_not_return_lc.sql ch/tests/queries/0_stateless/02515_distinct_zero_size_key_bug_44831.sql ch/tests/queries/0_stateless/02515_generate_ulid.sql ch/tests/queries/0_stateless/02515_projections_with_totals.sql ch/tests/queries/0_stateless/02515_tuple_lambda_parsing.sql ch/tests/queries/0_stateless/02516_join_with_totals_and_subquery_bug.gen.sql ch/tests/queries/0_stateless/02516_projections_and_context.sql ch/tests/queries/0_stateless/02516_projections_with_rollup.sql ch/tests/queries/0_stateless/02517_executable_pool_bad_input_query.sql ch/tests/queries/0_stateless/02517_union_columns_order.sql ch/tests/queries/0_stateless/02517_uuid_parsing.sql ch/tests/queries/0_stateless/02517_wrong_total_structure_crash.sql ch/tests/queries/0_stateless/02518_delete_on_materialized_view.sql ch/tests/queries/0_stateless/02518_merge_engine_nullable_43324.sql ch/tests/queries/0_stateless/02518_qualified_asterisks_alias_table_name.sql ch/tests/queries/0_stateless/02518_rewrite_aggregate_function_with_if.sql ch/tests/queries/0_stateless/02519_monotonicity_fuzz.sql ch/tests/queries/0_stateless/02520_group_array_last.sql ch/tests/queries/0_stateless/02521_aggregation_by_partitions.sql ch/tests/queries/0_stateless/02521_analyzer_aggregation_without_column.sql ch/tests/queries/0_stateless/02521_analyzer_array_join_crash.sql ch/tests/queries/0_stateless/02521_cannot_find_column_in_projection.sql ch/tests/queries/0_stateless/02521_grouping_sets_plus_memory_efficient_aggr.sql ch/tests/queries/0_stateless/02521_lightweight_delete_and_ttl.sql ch/tests/queries/0_stateless/02521_to_custom_day_of_week.sql ch/tests/queries/0_stateless/02522_different_types_in_storage_merge.sql ch/tests/queries/0_stateless/02523_array_shuffle.sql ch/tests/queries/0_stateless/02523_range_const_start.sql ch/tests/queries/0_stateless/02524_fuzz_and_fuss_2.sql ch/tests/queries/0_stateless/02524_fuzz_and_fuss.sql ch/tests/queries/0_stateless/02525_analyzer_function_in_crash_fix.sql ch/tests/queries/0_stateless/02525_different_engines_in_temporary_tables.sql ch/tests/queries/0_stateless/02525_jit_logical_functions_nan.sql ch/tests/queries/0_stateless/02525_range_hashed_dictionary_update_field.sql ch/tests/queries/0_stateless/02526_kv_engine_different_filter_type.sql ch/tests/queries/0_stateless/02526_merge_join_int_decimal.sql ch/tests/queries/0_stateless/02527_storage_merge_prewhere_different_type.sql ch/tests/queries/0_stateless/02530_ip_part_id.sql ch/tests/queries/0_stateless/02531_ipv4_arithmetic.sql ch/tests/queries/0_stateless/02531_semi_join_null_const_bug.sql ch/tests/queries/0_stateless/02531_storage_join_null_44940.sql ch/tests/queries/0_stateless/02532_analyzer_aggregation_with_rollup.sql ch/tests/queries/0_stateless/02532_profileevents_server_startup_time.sql ch/tests/queries/0_stateless/02533_generate_random_schema_inference.sql ch/tests/queries/0_stateless/02534_analyzer_grouping_function.sql ch/tests/queries/0_stateless/02534_default_granularity.sql ch/tests/queries/0_stateless/02534_join_prewhere_bug.sql ch/tests/queries/0_stateless/02534_keyed_siphash.sql ch/tests/queries/0_stateless/02534_s3_cluster_insert_select_schema_inference.sql ch/tests/queries/0_stateless/02534_s3_heap_use_after_free.sql ch/tests/queries/0_stateless/02535_analyzer_group_by_use_nulls.sql ch/tests/queries/0_stateless/02535_analyzer_limit_offset.sql ch/tests/queries/0_stateless/02535_ip_parser_not_whole.sql ch/tests/queries/0_stateless/02536_date_from_number_inference_fix.sql ch/tests/queries/0_stateless/02536_delta_gorilla_corruption.sql ch/tests/queries/0_stateless/02536_distributed_detach_table.sql ch/tests/queries/0_stateless/02536_hdfs_cluster_use_structure_from_table.sql ch/tests/queries/0_stateless/02536_replace_with_nonconst_needle_and_replacement.sql ch/tests/queries/0_stateless/02536_system_sync_file_cache.sql ch/tests/queries/0_stateless/02537_distributed_loosing_files_after_exception.gen.sql ch/tests/queries/0_stateless/02537_system_formats.sql ch/tests/queries/0_stateless/02538_alter_rename_sequence.sql ch/tests/queries/0_stateless/02538_analyzer_create_table_as_select.sql ch/tests/queries/0_stateless/02538_ngram_bf_index_with_null.sql ch/tests/queries/0_stateless/02538_nullable_array_tuple_timeseries.sql ch/tests/queries/0_stateless/02539_generate_random_ip.sql ch/tests/queries/0_stateless/02539_generate_random_low_cardinality.sql ch/tests/queries/0_stateless/02539_generate_random_map.sql ch/tests/queries/0_stateless/02539_vertical_merge_compact_parts.sql ch/tests/queries/0_stateless/02540_analyzer_matcher_alias_materialized_columns.sql ch/tests/queries/0_stateless/02540_date_column_consistent_insert_behaviour.sql ch/tests/queries/0_stateless/02540_duplicate_primary_key2.sql ch/tests/queries/0_stateless/02540_duplicate_primary_key.sql ch/tests/queries/0_stateless/02541_analyzer_grouping_sets_crash_fix.sql ch/tests/queries/0_stateless/02541_empty_function_support_ip.sql ch/tests/queries/0_stateless/02541_lightweight_delete_on_cluster.sql ch/tests/queries/0_stateless/02541_multiple_ignore_with_nested_select.sql ch/tests/queries/0_stateless/02541_tuple_element_with_null.sql ch/tests/queries/0_stateless/02542_case_no_else.sql ch/tests/queries/0_stateless/02542_table_function_format.sql ch/tests/queries/0_stateless/02542_transform_new.sql ch/tests/queries/0_stateless/02542_transform_old.sql ch/tests/queries/0_stateless/02551_ipv4_implicit_uint64.sql ch/tests/queries/0_stateless/02552_analyzer_optimize_group_by_function_keys_crash.sql ch/tests/queries/0_stateless/02552_check_referential_table_dependencies.sql ch/tests/queries/0_stateless/02552_client_format_settings.sql ch/tests/queries/0_stateless/02552_inner_join_with_where_true.sql ch/tests/queries/0_stateless/02552_regression_crash.sql ch/tests/queries/0_stateless/02552_siphash128_reference.sql ch/tests/queries/0_stateless/02552_sparse_columns_intersect.sql ch/tests/queries/0_stateless/02553_new_type_json_attach_partition.sql ch/tests/queries/0_stateless/02553_type_json_attach_partition.sql ch/tests/queries/0_stateless/02553_type_object_analyzer.sql ch/tests/queries/0_stateless/02554_fix_grouping_sets_predicate_push_down.sql ch/tests/queries/0_stateless/02554_format_json_columns_for_empty.sql ch/tests/queries/0_stateless/02554_invalid_create_view_syntax.sql ch/tests/queries/0_stateless/02554_log_faminy_support_storage_policy.sql ch/tests/queries/0_stateless/02554_rewrite_count_distinct_if_with_count_distinct_implementation.sql ch/tests/queries/0_stateless/02559_add_parts.sql ch/tests/queries/0_stateless/02559_ip_types_bloom.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_fuzz.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_missing_columns_2.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_missing_columns.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_reuse_computation.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere.sql ch/tests/queries/0_stateless/02559_nested_multiple_levels_default.sql ch/tests/queries/0_stateless/02560_agg_state_deserialization_hash_table_crash.sql ch/tests/queries/0_stateless/02560_analyzer_materialized_view.sql ch/tests/queries/0_stateless/02560_count_digits.sql ch/tests/queries/0_stateless/02560_null_as_default.sql ch/tests/queries/0_stateless/02560_quantile_min_max.sql ch/tests/queries/0_stateless/02560_regexp_denial_of_service.sql ch/tests/queries/0_stateless/02560_vertical_merge_memory_usage.sql ch/tests/queries/0_stateless/02560_window_ntile.sql ch/tests/queries/0_stateless/02560_with_fill_int256_int.sql ch/tests/queries/0_stateless/02561_sorting_constants_and_distinct_crash.sql ch/tests/queries/0_stateless/02561_with_fill_date_datetime_incompatible.sql ch/tests/queries/0_stateless/02562_regexp_extract.sql ch/tests/queries/0_stateless/02562_with_fill_nullable.sql ch/tests/queries/0_stateless/02563_analyzer_merge.sql ch/tests/queries/0_stateless/02564_analyzer_cross_to_inner.sql ch/tests/queries/0_stateless/02564_date_format.sql ch/tests/queries/0_stateless/02564_read_in_order_final_desc.sql ch/tests/queries/0_stateless/02565_analyzer_limit_settings.sql ch/tests/queries/0_stateless/02565_update_empty_nested.sql ch/tests/queries/0_stateless/02566_analyzer_limit_settings_distributed.sql ch/tests/queries/0_stateless/02567_and_consistency.sql ch/tests/queries/0_stateless/02568_and_consistency.sql ch/tests/queries/0_stateless/02568_array_map_const_low_cardinality.sql ch/tests/queries/0_stateless/02568_json_array_length.sql ch/tests/queries/0_stateless/02569_order_by_aggregation_result.sql ch/tests/queries/0_stateless/02572_materialized_views_ignore_errors.sql ch/tests/queries/0_stateless/02572_max_intersections.sql ch/tests/queries/0_stateless/02572_system_logs_materialized_views_ignore_errors.sql ch/tests/queries/0_stateless/02573_insert_null_as_default_null_as_empty_nested.sql ch/tests/queries/0_stateless/02573_quantile_fuse_msan.sql ch/tests/queries/0_stateless/02574_suspicious_low_cardinality_msan.sql ch/tests/queries/0_stateless/02575_map_hashing_msan.sql ch/tests/queries/0_stateless/02575_merge_prewhere_default_expression.sql ch/tests/queries/0_stateless/02575_merge_prewhere_different_default_kind.sql ch/tests/queries/0_stateless/02575_merge_prewhere_ephemeral.sql ch/tests/queries/0_stateless/02575_merge_prewhere_materialized.sql ch/tests/queries/0_stateless/02576_predicate_push_down_sorting_fix.sql ch/tests/queries/0_stateless/02576_rewrite_array_exists_to_has.sql ch/tests/queries/0_stateless/02577_analyzer_array_join_calc_twice.sql ch/tests/queries/0_stateless/02577_keepermap_delete_update.sql ch/tests/queries/0_stateless/02578_ipv4_codec_t64.sql ch/tests/queries/0_stateless/02578_parameterized_rename_queries.sql ch/tests/queries/0_stateless/02579_fill_empty_chunk_analyzer.sql ch/tests/queries/0_stateless/02579_fill_empty_chunk.sql ch/tests/queries/0_stateless/02579_parameterized_replace.sql ch/tests/queries/0_stateless/02580_like_substring_search_bug.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_multiple_mutations_tasks_long.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks_long.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks_with_storage_set.sql ch/tests/queries/0_stateless/02581_width_bucket.sql ch/tests/queries/0_stateless/02582_analyzer_join_subquery_empty_column_list.sql ch/tests/queries/0_stateless/02582_async_reading_with_small_limit.sql ch/tests/queries/0_stateless/02583_map_literal_cast.sql ch/tests/queries/0_stateless/02584_range_ipv4.sql ch/tests/queries/0_stateless/02586_generate_random_structure.sql ch/tests/queries/0_stateless/02587_csv_big_numbers_inference.sql ch/tests/queries/0_stateless/02589_bson_invalid_document_size.sql ch/tests/queries/0_stateless/02590_bson_duplicate_column.sql ch/tests/queries/0_stateless/02591_bson_long_tuple.sql ch/tests/queries/0_stateless/02596_build_set_and_remote.sql ch/tests/queries/0_stateless/02597_column_delete_and_replication.sql ch/tests/queries/0_stateless/02597_column_update_and_replication.sql ch/tests/queries/0_stateless/02597_projection_materialize_and_replication.sql ch/tests/queries/0_stateless/02661_quantile_approx.sql ch/tests/queries/0_stateless/02662_first_last_value.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_1.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_2.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_3.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_4.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_5.sql ch/tests/queries/0_stateless/02668_column_block_number.sql ch/tests/queries/0_stateless/02668_column_block_number_vertical_merge.sql ch/tests/queries/0_stateless/02668_column_block_number_with_projections.sql ch/tests/queries/0_stateless/02668_logical_optimizer_removing_redundant_checks.sql ch/tests/queries/0_stateless/02668_parse_datetime_in_joda_syntax.sql ch/tests/queries/0_stateless/02668_parse_datetime.sql ch/tests/queries/0_stateless/02668_ulid_decoding.sql ch/tests/queries/0_stateless/02669_alter_modify_to_nullable.sql ch/tests/queries/0_stateless/02670_constant_skip_index.sql ch/tests/queries/0_stateless/02674_and_consistency.sql ch/tests/queries/0_stateless/02674_date_int_string_json_inference.sql ch/tests/queries/0_stateless/02674_null_default_structure.sql ch/tests/queries/0_stateless/02674_trivial_count_analyzer.sql ch/tests/queries/0_stateless/02675_is_ipv6_function_fix.sql ch/tests/queries/0_stateless/02675_predicate_push_down_filled_join_fix.sql ch/tests/queries/0_stateless/02675_sparse_columns_clear_column.sql ch/tests/queries/0_stateless/02676_analyzer_limit_offset.sql ch/tests/queries/0_stateless/02676_distinct_reading_in_order_analyzer.sql ch/tests/queries/0_stateless/02676_kafka_murmur_hash.sql ch/tests/queries/0_stateless/02676_to_decimal_string.sql ch/tests/queries/0_stateless/02676_trailing_commas.sql ch/tests/queries/0_stateless/02677_analyzer_bitmap_has_any.sql ch/tests/queries/0_stateless/02677_analyzer_compound_expressions.sql ch/tests/queries/0_stateless/02677_decode_url_component.sql ch/tests/queries/0_stateless/02677_get_subcolumn_array_of_tuples.sql ch/tests/queries/0_stateless/02677_grace_hash_limit_race.sql ch/tests/queries/0_stateless/02678_explain_pipeline_graph_with_projection.sql ch/tests/queries/0_stateless/02679_explain_merge_tree_prewhere_row_policy.sql ch/tests/queries/0_stateless/02679_query_parameters_dangling_pointer.sql ch/tests/queries/0_stateless/02680_datetime64_monotonic_check.sql ch/tests/queries/0_stateless/02680_default_star.sql ch/tests/queries/0_stateless/02680_illegal_type_of_filter_projection.sql ch/tests/queries/0_stateless/02680_instr_alias_for_position_case_insensitive.sql ch/tests/queries/0_stateless/02680_lc_null_as_default.sql ch/tests/queries/0_stateless/02680_mysql_ast_logical_err.sql ch/tests/queries/0_stateless/02681_aggregation_by_partitions_bug.sql ch/tests/queries/0_stateless/02681_comparsion_tuple_elimination_ast.sql ch/tests/queries/0_stateless/02681_group_array_too_large_size.sql ch/tests/queries/0_stateless/02681_undrop_query.sql ch/tests/queries/0_stateless/02682_quantiles_too_large_size.sql ch/tests/queries/0_stateless/02683_native_too_large_size.sql ch/tests/queries/0_stateless/02684_bson.sql ch/tests/queries/0_stateless/02685_bson2.sql ch/tests/queries/0_stateless/02685_decimal256_various.sql ch/tests/queries/0_stateless/02686_bson3.sql ch/tests/queries/0_stateless/02687_native_fuzz.sql ch/tests/queries/0_stateless/02688_aggregate_states.sql ch/tests/queries/0_stateless/02688_long_aggregate_function_names.sql ch/tests/queries/0_stateless/02689_meaningless_data_types.sql ch/tests/queries/0_stateless/02690_subquery_identifiers.sql ch/tests/queries/0_stateless/02691_drop_column_with_projections_replicated.sql ch/tests/queries/0_stateless/02691_multiple_joins_backtick_identifiers.sql ch/tests/queries/0_stateless/02692_multiple_joins_unicode.sql ch/tests/queries/0_stateless/02693_multiple_joins_in.sql ch/tests/queries/0_stateless/02694_wrong_identifier_shouldnt_be_accepted.sql ch/tests/queries/0_stateless/02695_logical_optimizer_alias_bug.sql ch/tests/queries/0_stateless/02695_storage_join_insert_select_deadlock.sql ch/tests/queries/0_stateless/02696_ignore_inacc_tables_mat_view_atttach.sql ch/tests/queries/0_stateless/02697_alter_dependencies.sql ch/tests/queries/0_stateless/02698_marked_dropped_tables.sql ch/tests/queries/0_stateless/02699_polygons_sym_difference_rollup.sql ch/tests/queries/0_stateless/02699_polygons_sym_difference_total_analyzer.sql ch/tests/queries/0_stateless/02699_polygons_sym_difference_total.sql ch/tests/queries/0_stateless/02700_regexp_operator.sql ch/tests/queries/0_stateless/02701_invalid_having_NOT_AN_AGGREGATE.sql ch/tests/queries/0_stateless/02701_non_parametric_function.sql ch/tests/queries/0_stateless/02702_logical_optimizer_with_nulls.sql ch/tests/queries/0_stateless/02703_explain_query_tree_is_forbidden_with_old_analyzer.sql ch/tests/queries/0_stateless/02704_storage_merge_explain_graph_crash.sql ch/tests/queries/0_stateless/02705_grouping_keys_equal_keys.sql ch/tests/queries/0_stateless/02705_projection_and_ast_optimizations_bug.sql ch/tests/queries/0_stateless/02705_settings_check_changed_flag.sql ch/tests/queries/0_stateless/02706_array_map_tuples.sql ch/tests/queries/0_stateless/02706_keeper_map_insert_strict.sql ch/tests/queries/0_stateless/02706_kolmogorov_smirnov_test.sql ch/tests/queries/0_stateless/02706_show_columns.sql ch/tests/queries/0_stateless/02707_analyzer_nested_lambdas_types.sql ch/tests/queries/0_stateless/02707_keeper_map_delete_update_strict.sql ch/tests/queries/0_stateless/02707_skip_index_with_in.sql ch/tests/queries/0_stateless/02708_dotProduct.sql ch/tests/queries/0_stateless/02708_parallel_replicas_not_found_column.sql ch/tests/queries/0_stateless/02709_generate_random_valid_decimals_and_bools.sql ch/tests/queries/0_stateless/02709_storage_memory_compressed.sql ch/tests/queries/0_stateless/02710_aggregation_nested_map_ip_uuid.sql ch/tests/queries/0_stateless/02710_allow_suspicious_indices.sql ch/tests/queries/0_stateless/02710_date_diff_aliases.sql ch/tests/queries/0_stateless/02710_default_replicated_parameters.sql ch/tests/queries/0_stateless/02710_show_table.sql ch/tests/queries/0_stateless/02710_topk_with_empty_array.sql ch/tests/queries/0_stateless/02711_server_uuid_macro.sql ch/tests/queries/0_stateless/02711_soundex_function.sql ch/tests/queries/0_stateless/02711_trim_aliases.sql ch/tests/queries/0_stateless/02713_array_low_cardinality_string.sql ch/tests/queries/0_stateless/02713_ip4_uint_compare.sql ch/tests/queries/0_stateless/02713_sequence_match_serialization_fix.sql ch/tests/queries/0_stateless/02714_date_date32_in.sql ch/tests/queries/0_stateless/02714_local_object_storage.sql ch/tests/queries/0_stateless/02714_read_bytes_aggregateFunction.sql ch/tests/queries/0_stateless/02715_bit_operations_float.sql ch/tests/queries/0_stateless/02715_or_null.sql ch/tests/queries/0_stateless/02716_create_direct_dict_with_lifetime_throws.sql ch/tests/queries/0_stateless/02716_drop_if_empty.sql ch/tests/queries/0_stateless/02716_int256_arrayfunc.sql ch/tests/queries/0_stateless/02717_pretty_json.sql ch/tests/queries/0_stateless/02718_array_fold.sql ch/tests/queries/0_stateless/02718_insert_meet_hardware_error.sql ch/tests/queries/0_stateless/02719_aggregate_with_empty_string_key.sql ch/tests/queries/0_stateless/02720_row_policy_column_with_dots.sql ch/tests/queries/0_stateless/02721_url_cluster.sql ch/tests/queries/0_stateless/02722_log_profile_events.sql ch/tests/queries/0_stateless/02722_matcher_join_use_nulls.gen.sql ch/tests/queries/0_stateless/02723_jit_aggregation_bug_48120.sql ch/tests/queries/0_stateless/02723_parallelize_output_setting.sql ch/tests/queries/0_stateless/02723_zookeeper_name.sql ch/tests/queries/0_stateless/02724_function_in_left_table_clause_asof_join.sql ch/tests/queries/0_stateless/02724_jit_logical_functions.sql ch/tests/queries/0_stateless/02724_mutliple_storage_join.sql ch/tests/queries/0_stateless/02724_persist_interval_type.sql ch/tests/queries/0_stateless/02724_show_indexes.sql ch/tests/queries/0_stateless/02725_agg_projection_resprect_PK.sql ch/tests/queries/0_stateless/02725_alias_columns_should_not_allow_compression_codec.sql ch/tests/queries/0_stateless/02725_alias_with_restricted_keywords.sql ch/tests/queries/0_stateless/02725_any_join_single_row.sql ch/tests/queries/0_stateless/02725_cnf_large_check.sql ch/tests/queries/0_stateless/02725_memory-for-merges.sql ch/tests/queries/0_stateless/02725_null_group_key_with_rollup.sql ch/tests/queries/0_stateless/02725_object_column_alter.sql ch/tests/queries/0_stateless/02725_sleep_max_time.sql ch/tests/queries/0_stateless/02725_url_support_virtual_column.sql ch/tests/queries/0_stateless/02726_async_insert_flush_queue.sql ch/tests/queries/0_stateless/02730_dictionary_hashed_load_factor_element_count.sql ch/tests/queries/0_stateless/02730_with_fill_by_sorting_prefix.sql ch/tests/queries/0_stateless/02731_analyzer_join_resolve_nested.gen.sql ch/tests/queries/0_stateless/02731_auto_convert_dictionary_layout_to_complex_by_complex_keys.sql ch/tests/queries/0_stateless/02731_formats_s3.sql ch/tests/queries/0_stateless/02731_in_operator_with_one_size_tuple.sql ch/tests/queries/0_stateless/02731_nothing_deserialization.sql ch/tests/queries/0_stateless/02731_parallel_replicas_join_subquery.sql ch/tests/queries/0_stateless/02731_replace_partition_from_temporary_table.sql ch/tests/queries/0_stateless/02732_transform_fuzz.sql ch/tests/queries/0_stateless/02733_distinct.sql ch/tests/queries/0_stateless/02733_fix_distinct_in_order_bug_49622.sql ch/tests/queries/0_stateless/02733_sparse_columns_reload.sql ch/tests/queries/0_stateless/02734_big_int_from_float_ubsan.sql ch/tests/queries/0_stateless/02734_optimize_group_by.sql ch/tests/queries/0_stateless/02734_sparse_columns_mutation.sql ch/tests/queries/0_stateless/02734_sparse_columns_short_circuit.sql ch/tests/queries/0_stateless/02735_array_map_array_of_tuples.sql ch/tests/queries/0_stateless/02735_asof_join_right_null.sql ch/tests/queries/0_stateless/02735_parquet_encoder.sql ch/tests/queries/0_stateless/02735_system_zookeeper_connection.sql ch/tests/queries/0_stateless/02736_bit_count_big_int.sql ch/tests/queries/0_stateless/02737_arrayJaccardIndex.sql ch/tests/queries/0_stateless/02737_session_timezone.sql ch/tests/queries/0_stateless/02737_sql_auto_is_null.sql ch/tests/queries/0_stateless/02740_hashed_dictionary_load_factor_smoke.sql ch/tests/queries/0_stateless/02741_hashed_dictionary_load_factor.gen.sql ch/tests/queries/0_stateless/02746_index_analysis_binary_operator_with_null.sql ch/tests/queries/0_stateless/02751_ip_types_aggregate_functions_states.gen.sql ch/tests/queries/0_stateless/02751_match_constant_needle.sql ch/tests/queries/0_stateless/02751_multiif_to_if_crash.sql ch/tests/queries/0_stateless/02751_parallel_replicas_bug_chunkinfo_not_set.sql ch/tests/queries/0_stateless/02751_query_log_test_partitions.sql ch/tests/queries/0_stateless/02752_custom_separated_ignore_spaces_bug.sql ch/tests/queries/0_stateless/02752_forbidden_headers.sql ch/tests/queries/0_stateless/02752_is_null_priority.sql ch/tests/queries/0_stateless/02752_space_function.sql ch/tests/queries/0_stateless/02760_dictionaries_memory.gen.sql ch/tests/queries/0_stateless/02762_replicated_database_no_args.sql ch/tests/queries/0_stateless/02763_jit_compare_functions_nan.sql ch/tests/queries/0_stateless/02763_mutate_compact_part_with_skip_indices_and_projections.sql ch/tests/queries/0_stateless/02763_row_policy_storage_merge_alias.gen.sql ch/tests/queries/0_stateless/02763_row_policy_storage_merge.gen.sql ch/tests/queries/0_stateless/02764_index_analysis_fix.sql ch/tests/queries/0_stateless/02764_parallel_replicas_plain_merge_tree.sql ch/tests/queries/0_stateless/02765_parallel_replicas_final_modifier.sql ch/tests/queries/0_stateless/02766_bitshift_with_const_arguments.sql ch/tests/queries/0_stateless/02768_cse_nested_distributed.sql ch/tests/queries/0_stateless/02769_compare_functions_nan.sql ch/tests/queries/0_stateless/02769_parallel_replicas_unavailable_shards.sql ch/tests/queries/0_stateless/02770_jit_aggregation_nullable_key_fix.sql ch/tests/queries/0_stateless/02771_if_constant_folding.sql ch/tests/queries/0_stateless/02771_ignore_data_skipping_indices.sql ch/tests/queries/0_stateless/02771_jit_functions_comparison_crash.sql ch/tests/queries/0_stateless/02771_log_faminy_truncate_count.sql ch/tests/queries/0_stateless/02771_parallel_replicas_analyzer.sql ch/tests/queries/0_stateless/02771_resolve_compound_identifier.sql ch/tests/queries/0_stateless/02771_semi_join_use_nulls.gen.sql ch/tests/queries/0_stateless/02771_tsv_csv_custom_skip_trailing_empty_lines.sql ch/tests/queries/0_stateless/02772_jit_date_time_add.sql ch/tests/queries/0_stateless/02772_s3_crash.sql ch/tests/queries/0_stateless/02775_show_columns_called_from_clickhouse.sql ch/tests/queries/0_stateless/02780_final_streams_data_skipping_index.sql ch/tests/queries/0_stateless/02781_data_skipping_index_merge_tree_min_for_seek.sql ch/tests/queries/0_stateless/02782_inconsistent_formatting_and_constant_folding.sql ch/tests/queries/0_stateless/02782_values_null_to_lc_nullable.sql ch/tests/queries/0_stateless/02783_date_predicate_optimizations.sql ch/tests/queries/0_stateless/02783_max_bytes_to_read_in_schema_inference.sql ch/tests/queries/0_stateless/02783_parsedatetimebesteffort_syslog.sql ch/tests/queries/0_stateless/02784_move_all_conditions_to_prewhere_analyzer_asan.sql ch/tests/queries/0_stateless/02784_projections_read_in_order_bug.sql ch/tests/queries/0_stateless/02784_schema_inference_null_as_default.sql ch/tests/queries/0_stateless/02785_date_predicate_optimizations_ast_query_tree_rewrite.sql ch/tests/queries/0_stateless/02785_global_join_too_many_columns.sql ch/tests/queries/0_stateless/02785_left_anti_join_bug.sql ch/tests/queries/0_stateless/02785_summing_merge_tree_datetime64.sql ch/tests/queries/0_stateless/02786_max_execution_time_leaf.sql ch/tests/queries/0_stateless/02786_transform_float.sql ch/tests/queries/0_stateless/02787_transform_null.sql ch/tests/queries/0_stateless/02788_current_schemas_function.sql ch/tests/queries/0_stateless/02788_fix_logical_error_in_sorting.sql ch/tests/queries/0_stateless/02789_describe_table_settings.sql ch/tests/queries/0_stateless/02789_functions_after_sorting_and_columns_with_same_names_bug_2.sql ch/tests/queries/0_stateless/02789_functions_after_sorting_and_columns_with_same_names_bug.sql ch/tests/queries/0_stateless/02789_jit_cannot_convert_column.sql ch/tests/queries/0_stateless/02789_object_type_invalid_num_of_rows.sql ch/tests/queries/0_stateless/02789_set_index_nullable_condition_bug.sql ch/tests/queries/0_stateless/02790_fix_coredump_when_compile_expression.sql ch/tests/queries/0_stateless/02790_keyed_hash_bug.sql ch/tests/queries/0_stateless/02790_optimize_skip_unused_shards_join.sql ch/tests/queries/0_stateless/02790_sql_standard_fetch.sql ch/tests/queries/0_stateless/02790_url_multiple_tsv_files.sql ch/tests/queries/0_stateless/02791_final_block_structure_mismatch_bug.sql ch/tests/queries/0_stateless/02791_predicate_pushdown_different_types.sql ch/tests/queries/0_stateless/02792_alter_table_modify_comment.sql ch/tests/queries/0_stateless/02792_drop_projection_lwd.sql ch/tests/queries/0_stateless/02794_pushdown_invalid_get.sql ch/tests/queries/0_stateless/02795_full_join_assert_cast.sql ch/tests/queries/0_stateless/02796_calculate_text_stack_trace.sql ch/tests/queries/0_stateless/02796_projection_date_filter_on_view.sql ch/tests/queries/0_stateless/02797_aggregator_huge_mem_usage_bug.sql ch/tests/queries/0_stateless/02797_join_nested_lowcardinality_convert.gen.sql ch/tests/queries/0_stateless/02797_range_nullable.sql ch/tests/queries/0_stateless/02797_transform_narrow_types.sql ch/tests/queries/0_stateless/02798_explain_settings_not_applied_bug.sql ch/tests/queries/0_stateless/02798_generic_transform.sql ch/tests/queries/0_stateless/02798_substring_index.sql ch/tests/queries/0_stateless/02799_transform_empty_arrays.sql ch/tests/queries/0_stateless/02800_transform_alter.sql ch/tests/queries/0_stateless/02801_transform_nullable.sql ch/tests/queries/0_stateless/02802_with_cube_with_totals.sql ch/tests/queries/0_stateless/02803_remote_cannot_clone_block.sql ch/tests/queries/0_stateless/02804_clusterAllReplicas_insert.sql ch/tests/queries/0_stateless/02804_intersect_bad_cast.sql ch/tests/queries/0_stateless/02805_distributed_queries_timeouts.sql ch/tests/queries/0_stateless/02806_cte_block_cannot_be_empty.sql ch/tests/queries/0_stateless/02806_system_parts_columns_modification_time.gen.sql ch/tests/queries/0_stateless/02807_default_date_time_nullable.sql ch/tests/queries/0_stateless/02807_lower_utf8_msan.sql ch/tests/queries/0_stateless/02807_math_unary_crash.sql ch/tests/queries/0_stateless/02808_aliases_inside_case.sql ch/tests/queries/0_stateless/02809_has_subsequence.sql ch/tests/queries/0_stateless/02809_has_token.sql ch/tests/queries/0_stateless/02809_prewhere_and_in.sql ch/tests/queries/0_stateless/02809_storage_set_analysis_bug.sql ch/tests/queries/0_stateless/02810_convert_uuid_to_uint128.sql ch/tests/queries/0_stateless/02810_fix_remove_dedundant_distinct_view.sql ch/tests/queries/0_stateless/02810_initcap.sql ch/tests/queries/0_stateless/02810_row_binary_with_defaults.sql ch/tests/queries/0_stateless/02810_system_jemalloc_bins.sql ch/tests/queries/0_stateless/02811_insert_schema_inference.sql ch/tests/queries/0_stateless/02811_invalid_embedded_rocksdb_create.sql ch/tests/queries/0_stateless/02811_ip_dict_attribute.sql ch/tests/queries/0_stateless/02811_parallel_replicas_prewhere_count.sql ch/tests/queries/0_stateless/02811_primary_key_in_columns.sql ch/tests/queries/0_stateless/02811_read_in_order_and_array_join_bug.sql ch/tests/queries/0_stateless/02812_bug_with_unused_join_columns.sql ch/tests/queries/0_stateless/02812_csv_date_time_with_comma.sql ch/tests/queries/0_stateless/02812_large_varints.sql ch/tests/queries/0_stateless/02812_pointwise_array_operations.sql ch/tests/queries/0_stateless/02812_subquery_operators.sql ch/tests/queries/0_stateless/02813_any_value.sql ch/tests/queries/0_stateless/02813_array_agg.sql ch/tests/queries/0_stateless/02813_array_concat_agg.sql ch/tests/queries/0_stateless/02813_create_index_noop.sql ch/tests/queries/0_stateless/02813_float_parsing.sql ch/tests/queries/0_stateless/02813_func_now_and_alias.sql ch/tests/queries/0_stateless/02813_func_today_and_alias.sql ch/tests/queries/0_stateless/02813_seriesDecomposeSTL.sql ch/tests/queries/0_stateless/02813_seriesOutliersDetectTukey.sql ch/tests/queries/0_stateless/02813_series_period_detect.sql ch/tests/queries/0_stateless/02813_starting_in_text_log.sql ch/tests/queries/0_stateless/02813_system_licenses_base.sql ch/tests/queries/0_stateless/02814_age_datediff.sql ch/tests/queries/0_stateless/02814_create_index_uniq_noop.sql ch/tests/queries/0_stateless/02814_currentDatabase_for_table_functions.sql ch/tests/queries/0_stateless/02814_order_by_tuple_window_function.sql ch/tests/queries/0_stateless/02814_ReplacingMergeTree_fix_select_final_on_single_partition.sql ch/tests/queries/0_stateless/02815_alias_to_length.sql ch/tests/queries/0_stateless/02815_analyzer_aggregate_functions_of_group_by_keys.sql ch/tests/queries/0_stateless/02815_empty_subquery_nullable_bug.sql ch/tests/queries/0_stateless/02815_first_line.sql ch/tests/queries/0_stateless/02815_fix_not_found_constants_col_in_block.sql ch/tests/queries/0_stateless/02815_join_algorithm_setting.sql ch/tests/queries/0_stateless/02815_logical_error_cannot_get_column_name_of_set.sql ch/tests/queries/0_stateless/02815_range_dict_no_direct_join.sql ch/tests/queries/0_stateless/02816_check_projection_metadata.sql ch/tests/queries/0_stateless/02816_has_token_empty.sql ch/tests/queries/0_stateless/02816_s2_invalid_point.sql ch/tests/queries/0_stateless/02817_group_array_moving_zero_window_size.sql ch/tests/queries/0_stateless/02818_parameterized_view_with_cte_multiple_usage.sql ch/tests/queries/0_stateless/02828_create_as_table_function_rename.sql ch/tests/queries/0_stateless/02830_insert_values_time_interval.sql ch/tests/queries/0_stateless/02831_ast_fuzz_asan_join.sql ch/tests/queries/0_stateless/02831_regexp_analyze_recursion.sql ch/tests/queries/0_stateless/02831_trash.sql ch/tests/queries/0_stateless/02832_alter_delete_indexes_projections.sql ch/tests/queries/0_stateless/02832_integer_type_inference.sql ch/tests/queries/0_stateless/02832_transform_fixed_string_no_default.sql ch/tests/queries/0_stateless/02833_array_join_columns.sql ch/tests/queries/0_stateless/02833_multiprewhere_extra_column.sql ch/tests/queries/0_stateless/02833_sparse_columns_tuple_function.sql ch/tests/queries/0_stateless/02833_starts_ends_with_utf8.sql ch/tests/queries/0_stateless/02833_std_alias.sql ch/tests/queries/0_stateless/02833_tuple_concat.sql ch/tests/queries/0_stateless/02833_window_func_range_offset.sql ch/tests/queries/0_stateless/02834_add_sub_date_functions.sql ch/tests/queries/0_stateless/02834_alter_exception.sql ch/tests/queries/0_stateless/02834_analyzer_with_statement_references.sql ch/tests/queries/0_stateless/02834_apache_arrow_abort.sql ch/tests/queries/0_stateless/02834_array_exists_segfault.sql ch/tests/queries/0_stateless/02834_formats_with_variable_number_of_columns.sql ch/tests/queries/0_stateless/02834_nulls_first_sort.sql ch/tests/queries/0_stateless/02834_sparse_columns_sort_with_limit.sql ch/tests/queries/0_stateless/02834_timestamp_function.sql ch/tests/queries/0_stateless/02835_fuzz_remove_redundant_sorting.sql ch/tests/queries/0_stateless/02835_join_step_explain.sql ch/tests/queries/0_stateless/02835_nested_array_lowcardinality.sql ch/tests/queries/0_stateless/02835_parallel_replicas_over_distributed.sql ch/tests/queries/0_stateless/02840_grace_hash_join_structure_mismatch.sql ch/tests/queries/0_stateless/02840_merge__table_or_filter.gen.sql ch/tests/queries/0_stateless/02841_group_array_sorted.sql ch/tests/queries/0_stateless/02841_join_filter_set_sparse.sql ch/tests/queries/0_stateless/02841_not_ready_set_constraints.sql ch/tests/queries/0_stateless/02841_parallel_final_wrong_columns_order.sql ch/tests/queries/0_stateless/02841_parquet_filter_pushdown.sql ch/tests/queries/0_stateless/02841_remote_parameter_parsing_error.sql ch/tests/queries/0_stateless/02841_tuple_modulo.sql ch/tests/queries/0_stateless/02841_with_clause_resolve.sql ch/tests/queries/0_stateless/02842_filesystem_cache_validate_path.sql ch/tests/queries/0_stateless/02842_largestTriangleThreeBuckets_aggregate_function.sql ch/tests/queries/0_stateless/02842_move_pk_to_end_of_prewhere.sql ch/tests/queries/0_stateless/02842_mutations_replace_non_deterministic.sql ch/tests/queries/0_stateless/02842_truncate_database.sql ch/tests/queries/0_stateless/02842_vertical_merge_after_add_drop_column.sql ch/tests/queries/0_stateless/02843_context_has_expired.sql ch/tests/queries/0_stateless/02843_date_predicate_optimizations_bugs.sql ch/tests/queries/0_stateless/02844_distributed_virtual_columns.sql ch/tests/queries/0_stateless/02844_subquery_timeout_with_break.sql ch/tests/queries/0_stateless/02845_arrayShiftRotate.sql ch/tests/queries/0_stateless/02845_domain_rfc_support_ipv6.sql ch/tests/queries/0_stateless/02845_group_by_constant_keys.sql ch/tests/queries/0_stateless/02845_join_on_cond_sparse.sql ch/tests/queries/0_stateless/02845_prewhere_preserve_column.sql ch/tests/queries/0_stateless/02845_threads_count_in_distributed_queries.gen.sql ch/tests/queries/0_stateless/02860_distributed_flush_on_detach.sql ch/tests/queries/0_stateless/02861_filter_pushdown_const_bug.sql ch/tests/queries/0_stateless/02861_index_set_incorrect_args.sql ch/tests/queries/0_stateless/02861_interpolate_alias_precedence.sql ch/tests/queries/0_stateless/02861_join_on_nullsafe_compare.gen.sql ch/tests/queries/0_stateless/02861_replacing_merge_tree_with_cleanup.sql ch/tests/queries/0_stateless/02861_uuid_format_serialization.sql ch/tests/queries/0_stateless/02862_sorted_distinct_sparse_fix.sql ch/tests/queries/0_stateless/02862_uuid_reinterpret_as_numeric.sql ch/tests/queries/0_stateless/02863_decode_html_component.sql ch/tests/queries/0_stateless/02863_delayed_source_with_totals_and_extremes.sql ch/tests/queries/0_stateless/02863_ignore_foreign_keys_in_tables_definition.sql ch/tests/queries/0_stateless/02863_interpolate_subquery.sql ch/tests/queries/0_stateless/02863_mutation_where_in_set_result_cache_pipeline_stuck_bug.sql ch/tests/queries/0_stateless/02863_non_const_timezone_check.sql ch/tests/queries/0_stateless/02864_filtered_url_with_globs.sql ch/tests/queries/0_stateless/02864_profile_event_part_lock.sql ch/tests/queries/0_stateless/02864_replace_regexp_string_fallback.sql ch/tests/queries/0_stateless/02864_statistics_bugs.sql ch/tests/queries/0_stateless/02864_statistics_ddl.sql ch/tests/queries/0_stateless/02864_statistics_delayed_materialization_in_merge.sql ch/tests/queries/0_stateless/02864_statistics_predicates.sql ch/tests/queries/0_stateless/02864_statistics_usage.sql ch/tests/queries/0_stateless/02864_test_ipv4_type_mismatch.sql ch/tests/queries/0_stateless/02865_array_join_with_max_block_size.sql ch/tests/queries/0_stateless/02866_size_of_marks_skip_idx_explain.sql ch/tests/queries/0_stateless/02867_create_user_ssh.sql ch/tests/queries/0_stateless/02867_nullable_primary_key_final.sql ch/tests/queries/0_stateless/02867_null_lc_in_bug.sql ch/tests/queries/0_stateless/02868_distinct_to_count_optimization.sql ch/tests/queries/0_stateless/02868_operator_is_not_distinct_from_priority.sql ch/tests/queries/0_stateless/02868_select_support_from_keywords.sql ch/tests/queries/0_stateless/02869_insert_filenames_collisions.sql ch/tests/queries/0_stateless/02869_parallel_replicas_read_from_several.sql ch/tests/queries/0_stateless/02869_unicode_minus.sql ch/tests/queries/0_stateless/02870_move_partition_to_volume_io_throttling.sql ch/tests/queries/0_stateless/02870_per_column_settings.sql ch/tests/queries/0_stateless/02871_join_on_system_errors.sql ch/tests/queries/0_stateless/02871_multiple_joins_rewriter_v2_handle_last_table_columns.sql ch/tests/queries/0_stateless/02872_gcd_codec.sql ch/tests/queries/0_stateless/02872_prewhere_filter.sql ch/tests/queries/0_stateless/02873_s3_presigned_url_and_url_with_special_characters.sql ch/tests/queries/0_stateless/02874_analysis_of_variance_overflow.sql ch/tests/queries/0_stateless/02874_infer_objects_as_named_tuples.sql ch/tests/queries/0_stateless/02874_json_merge_patch_function_test.sql ch/tests/queries/0_stateless/02874_parse_json_as_json_each_row_on_no_metadata.sql ch/tests/queries/0_stateless/02874_toDaysSinceYearZero.sql ch/tests/queries/0_stateless/02875_final_invalid_read_ranges_bug.sql ch/tests/queries/0_stateless/02875_fix_column_decimal_serialization.sql ch/tests/queries/0_stateless/02875_json_array_as_string.sql ch/tests/queries/0_stateless/02875_parallel_replicas_cluster_all_replicas.sql ch/tests/queries/0_stateless/02875_parallel_replicas_remote.sql ch/tests/queries/0_stateless/02876_json_incomplete_types_as_strings_inference.sql ch/tests/queries/0_stateless/02876_s3_cluster_schema_inference_names_with_spaces.sql ch/tests/queries/0_stateless/02876_sort_union_of_sorted.sql ch/tests/queries/0_stateless/02876_yyyymmddhhmmsstodatetime.sql ch/tests/queries/0_stateless/02876_yyyymmddtodate.sql ch/tests/queries/0_stateless/02880_indexHint__partition_id.sql ch/tests/queries/0_stateless/02881_system_detached_parts_modification_time.gen.sql ch/tests/queries/0_stateless/02882_formatQuery.sql ch/tests/queries/0_stateless/02882_primary_key_index_in_function_different_types.sql ch/tests/queries/0_stateless/02882_replicated_fetch_checksums_doesnt_match.sql ch/tests/queries/0_stateless/02883_array_scalar_mult_div_modulo.sql ch/tests/queries/0_stateless/02883_read_in_reverse_order_virtual_column.sql ch/tests/queries/0_stateless/02884_async_insert_skip_settings.sql ch/tests/queries/0_stateless/02884_duplicate_index_name.sql ch/tests/queries/0_stateless/02884_interval_operator_support_plural_literal.sql ch/tests/queries/0_stateless/02884_parallel_window_functions_bug.sql ch/tests/queries/0_stateless/02884_parallel_window_functions.sql ch/tests/queries/0_stateless/02884_string_distance_function.sql ch/tests/queries/0_stateless/02884_virtual_column_order_by.sql ch/tests/queries/0_stateless/02885_arg_min_max_combinator.sql ch/tests/queries/0_stateless/02885_create_distributed_table_without_as.sql ch/tests/queries/0_stateless/02886_binary_like.sql ch/tests/queries/0_stateless/02886_missed_json_subcolumns.sql ch/tests/queries/0_stateless/02887_byteswap.sql ch/tests/queries/0_stateless/02887_format_readable_timedelta_subseconds.sql ch/tests/queries/0_stateless/02887_insert_quorum_wo_keeper_retries.sql ch/tests/queries/0_stateless/02887_mutations_subcolumns.sql ch/tests/queries/0_stateless/02887_tuple_element_distributed.sql ch/tests/queries/0_stateless/02888_attach_partition_from_different_tables.sql ch/tests/queries/0_stateless/02888_integer_type_inference_in_if_function.sql ch/tests/queries/0_stateless/02888_obsolete_settings.sql ch/tests/queries/0_stateless/02888_single_state_nullable_type.sql ch/tests/queries/0_stateless/02888_system_tables_with_inaccessible_table_function.sql ch/tests/queries/0_stateless/02889_datetime64_from_string.sql ch/tests/queries/0_stateless/02889_parts_columns_filenames.sql ch/tests/queries/0_stateless/02889_print_pretty_type_names.sql ch/tests/queries/0_stateless/02889_system_drop_format_schema.sql ch/tests/queries/0_stateless/02890_describe_table_options.sql ch/tests/queries/0_stateless/02890_named_tuple_functions.sql ch/tests/queries/0_stateless/02890_partition_prune_in_extra_columns.sql ch/tests/queries/0_stateless/02890_untuple_column_names.sql ch/tests/queries/0_stateless/02891_alter_update_adaptive_granularity.sql ch/tests/queries/0_stateless/02891_array_shingles.sql ch/tests/queries/0_stateless/02891_empty_tuple.sql ch/tests/queries/0_stateless/02891_functions_over_sparse_columns.sql ch/tests/queries/0_stateless/02891_rename_table_without_keyword.sql ch/tests/queries/0_stateless/02892_orc_filter_pushdown.sql ch/tests/queries/0_stateless/02892_rocksdb_trivial_count.sql ch/tests/queries/0_stateless/02892_SummingMergeTree_Nested.sql ch/tests/queries/0_stateless/02893_bad_sample_view.sql ch/tests/queries/0_stateless/02893_system_drop_schema_cache_format.sql ch/tests/queries/0_stateless/02893_trash_optimization.sql ch/tests/queries/0_stateless/02893_vertical_final_bugs.sql ch/tests/queries/0_stateless/02895_cast_operator_bug.sql ch/tests/queries/0_stateless/02896_cyclic_aliases_crash.sql ch/tests/queries/0_stateless/02896_illegal_sampling.sql ch/tests/queries/0_stateless/02896_leading_zeroes_no_octal.sql ch/tests/queries/0_stateless/02896_max_execution_time_with_break_overflow_mode.sql ch/tests/queries/0_stateless/02896_multiple_OR.sql ch/tests/queries/0_stateless/02896_optimize_array_exists_to_has_with_date.sql ch/tests/queries/0_stateless/02897_alter_partition_parameters.sql ch/tests/queries/0_stateless/02898_parallel_replicas_custom_key_final.sql ch/tests/queries/0_stateless/02898_parallel_replicas_progress_bar.sql ch/tests/queries/0_stateless/02899_distributed_limit_by.gen.sql ch/tests/queries/0_stateless/02899_indexing_by_space_filling_curves.sql ch/tests/queries/0_stateless/02900_add_subtract_interval_with_string_date.sql ch/tests/queries/0_stateless/02900_date_time_check_overflow.sql ch/tests/queries/0_stateless/02900_decimal_sort_with_multiple_columns.sql ch/tests/queries/0_stateless/02900_issue_55858.sql ch/tests/queries/0_stateless/02900_window_function_with_sparse_column.sql ch/tests/queries/0_stateless/02901_analyzer_recursive_window.sql ch/tests/queries/0_stateless/02901_predicate_pushdown_cte_stateful.sql ch/tests/queries/0_stateless/02901_remove_nullable_crash_analyzer.sql ch/tests/queries/0_stateless/02902_add_scalar_in_all_case.sql ch/tests/queries/0_stateless/02902_diable_apply_deleted_mask.sql ch/tests/queries/0_stateless/02902_json_skip_null_values.sql ch/tests/queries/0_stateless/02902_select_subcolumns_from_engine_null.sql ch/tests/queries/0_stateless/02902_show_databases_limit.sql ch/tests/queries/0_stateless/02902_topKGeneric_deserialization_memory.sql ch/tests/queries/0_stateless/02903_bug_43644.sql ch/tests/queries/0_stateless/02903_parameterized_view_explain_ast.sql ch/tests/queries/0_stateless/02904_distributed_settings_background_insert_compatibility.gen.sql ch/tests/queries/0_stateless/02905_show_setting_query.sql ch/tests/queries/0_stateless/02905_system_logs_hostname.sql ch/tests/queries/0_stateless/02906_flatten_only_true_nested.sql ch/tests/queries/0_stateless/02906_force_optimize_projection_name.sql ch/tests/queries/0_stateless/02906_interval_comparison.sql ch/tests/queries/0_stateless/02906_orc_tuple_field_prune.sql ch/tests/queries/0_stateless/02907_filter_pushdown_crash.sql ch/tests/queries/0_stateless/02907_fromDaysSinceYearZero.sql ch/tests/queries/0_stateless/02907_read_buffer_content_is_cached_multiple_blobs.sql ch/tests/queries/0_stateless/02908_alter_column_alias.sql ch/tests/queries/0_stateless/02908_empty_named_collection.sql ch/tests/queries/0_stateless/02908_filesystem_cache_as_collection.sql ch/tests/queries/0_stateless/02910_nullable_enum_cast.sql ch/tests/queries/0_stateless/02910_object-json-crash-add-column.sql ch/tests/queries/0_stateless/02910_prefetch_unexpceted_exception.sql ch/tests/queries/0_stateless/02910_replicated_merge_parameters_must_consistent.sql ch/tests/queries/0_stateless/02910_rocksdb_optimize.sql ch/tests/queries/0_stateless/02911_add_index_and_materialize_index.sql ch/tests/queries/0_stateless/02911_analyzer_explain_estimate.sql ch/tests/queries/0_stateless/02911_analyzer_order_by_read_in_order_query_plan.sql ch/tests/queries/0_stateless/02911_analyzer_remove_unused_projection_columns.sql ch/tests/queries/0_stateless/02911_cte_invalid_query_analysis.sql ch/tests/queries/0_stateless/02911_join_on_nullsafe_optimization.sql ch/tests/queries/0_stateless/02911_row_policy_on_cluster.sql ch/tests/queries/0_stateless/02911_support_alias_column_in_indices.sql ch/tests/queries/0_stateless/02911_system_symbols.sql ch/tests/queries/0_stateless/02912_group_array_sample.sql ch/tests/queries/0_stateless/02912_ingestion_mv_deduplication.sql ch/tests/queries/0_stateless/02913_sum_map_state.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_1.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_2.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_5.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_6.sql ch/tests/queries/0_stateless/02915_move_partition_inactive_replica.sql ch/tests/queries/0_stateless/02915_sleep_large_uint.sql ch/tests/queries/0_stateless/02916_addcolumn_nested.sql ch/tests/queries/0_stateless/02916_analyzer_set_in_join.sql ch/tests/queries/0_stateless/02916_csv_infer_numbers_from_strings.sql ch/tests/queries/0_stateless/02916_date_text_parsing.sql ch/tests/queries/0_stateless/02916_distributed_skip_unavailable_shards.sql ch/tests/queries/0_stateless/02916_glogal_in_cancel.sql ch/tests/queries/0_stateless/02916_move_partition_inactive_replica.sql ch/tests/queries/0_stateless/02916_replication_protocol_wait_for_part.sql ch/tests/queries/0_stateless/02916_set_formatting.sql ch/tests/queries/0_stateless/02917_transform_tsan.sql ch/tests/queries/0_stateless/02918_alter_temporary_table.sql ch/tests/queries/0_stateless/02918_analyzer_to_ast_crash.sql ch/tests/queries/0_stateless/02918_fuzzjson_table_function.sql ch/tests/queries/0_stateless/02918_join_pm_lc_crash.sql ch/tests/queries/0_stateless/02918_optimize_count_for_merge_tables.sql ch/tests/queries/0_stateless/02918_parallel_replicas_custom_key_unavailable_replica.sql ch/tests/queries/0_stateless/02918_wrong_dictionary_source.sql ch/tests/queries/0_stateless/02919_alter_temporary_table_with_nondefault_engine.sql ch/tests/queries/0_stateless/02919_ddsketch_quantile.sql ch/tests/queries/0_stateless/02919_insert_meet_eternal_hardware_error.sql ch/tests/queries/0_stateless/02919_segfault_nullable_materialized_update.sql ch/tests/queries/0_stateless/02919_storage_fuzzjson.sql ch/tests/queries/0_stateless/02920_alter_column_of_projections.sql ch/tests/queries/0_stateless/02920_fix_json_merge_patch.sql ch/tests/queries/0_stateless/02920_rename_column_of_skip_indices.sql ch/tests/queries/0_stateless/02920_unary_operators_functions.sql ch/tests/queries/0_stateless/02921_bit_hamming_distance_big_int.sql ch/tests/queries/0_stateless/02921_database_filesystem_path_check.sql ch/tests/queries/0_stateless/02921_fuzzbits_with_array_join.sql ch/tests/queries/0_stateless/02922_analyzer_aggregate_nothing_type.sql ch/tests/queries/0_stateless/02922_respect_nulls_extensive.sql ch/tests/queries/0_stateless/02922_respect_nulls_Nullable.sql ch/tests/queries/0_stateless/02922_respect_nulls_parser.sql ch/tests/queries/0_stateless/02922_respect_nulls_states.sql ch/tests/queries/0_stateless/02923_cte_equality_disjunction.sql ch/tests/queries/0_stateless/02923_explain_expired_context.sql ch/tests/queries/0_stateless/02923_join_use_nulls_modulo.sql ch/tests/queries/0_stateless/02931_alter_materialized_view_query_inconsistent.sql ch/tests/queries/0_stateless/02931_max_num_to_warn.sql ch/tests/queries/0_stateless/02931_rewrite_sum_column_and_constant.sql ch/tests/queries/0_stateless/02931_ubsan_error_arena_aligned_alloc.sql ch/tests/queries/0_stateless/02932_analyzer_rewrite_sum_column_and_constant.sql ch/tests/queries/0_stateless/02932_apply_deleted_mask.sql ch/tests/queries/0_stateless/02932_group_by_null_fuzzer.sql ch/tests/queries/0_stateless/02932_idna.sql ch/tests/queries/0_stateless/02932_lwd_and_mutations.sql ch/tests/queries/0_stateless/02932_materialized_view_with_dropped_target_table_no_exception.sql ch/tests/queries/0_stateless/02932_non_ready_set_stuck.sql ch/tests/queries/0_stateless/02932_parallel_replicas_fuzzer.sql ch/tests/queries/0_stateless/02932_punycode.sql ch/tests/queries/0_stateless/02932_query_settings_max_size_drop.sql ch/tests/queries/0_stateless/02932_set_ttl_where.sql ch/tests/queries/0_stateless/02933_compare_with_bool_as_string.sql ch/tests/queries/0_stateless/02933_ephemeral_mv.sql ch/tests/queries/0_stateless/02933_paste_join.sql ch/tests/queries/0_stateless/02933_sqid.sql ch/tests/queries/0_stateless/02934_merge_tree_max_projections.sql ch/tests/queries/0_stateless/02935_date_trunc_case_unsensitiveness.sql ch/tests/queries/0_stateless/02935_format_with_arbitrary_types.sql ch/tests/queries/0_stateless/02935_ipv6_bit_operations.sql ch/tests/queries/0_stateless/02935_parallel_replicas_settings.sql ch/tests/queries/0_stateless/02940_json_array_of_unnamed_tuples_inference.sql ch/tests/queries/0_stateless/02940_variant_text_deserialization.sql ch/tests/queries/0_stateless/02941_any_RESPECT_NULL_sparse_column.sql ch/tests/queries/0_stateless/02941_projections_external_aggregation.sql ch/tests/queries/0_stateless/02942_variant_cast.sql ch/tests/queries/0_stateless/02943_create_query_interpreter_sample_block_fix.sql ch/tests/queries/0_stateless/02943_exprs_order_in_group_by_with_rollup.sql ch/tests/queries/0_stateless/02943_order_by_all.sql ch/tests/queries/0_stateless/02943_positional_arguments_bugs.sql ch/tests/queries/0_stateless/02943_tokenbf_and_ngrambf_indexes_support_match_function.sql ch/tests/queries/0_stateless/02943_use_full_text_skip_index_with_has_any.sql ch/tests/queries/0_stateless/02943_variant_element.sql ch/tests/queries/0_stateless/02944_variant_as_common_type_analyzer.sql ch/tests/queries/0_stateless/02944_variant_as_common_type.sql ch/tests/queries/0_stateless/02945_blake3_msan.sql ch/tests/queries/0_stateless/02946_literal_alias_misclassification.sql ch/tests/queries/0_stateless/02946_materialize_column_must_not_override_past_values.sql ch/tests/queries/0_stateless/02946_merge_tree_final_split_ranges_by_primary_key.sql ch/tests/queries/0_stateless/02946_parallel_replicas_distributed.sql ch/tests/queries/0_stateless/02946_parallel_replicas_force_primary_key.sql ch/tests/queries/0_stateless/02947_dropped_tables_parts.sql ch/tests/queries/0_stateless/02947_merge_tree_index_table_1.sql ch/tests/queries/0_stateless/02947_merge_tree_index_table_2.sql ch/tests/queries/0_stateless/02947_parallel_replicas_remote.sql ch/tests/queries/0_stateless/02949_parallel_replicas_in_subquery.sql ch/tests/queries/0_stateless/02949_parallel_replicas_scalar_subquery_big_integer.sql ch/tests/queries/0_stateless/02949_ttl_group_by_bug.sql ch/tests/queries/0_stateless/02950_dictionary_short_circuit.sql ch/tests/queries/0_stateless/02950_parallel_replicas_used_count.sql ch/tests/queries/0_stateless/02950_part_log_bytes_uncompressed.sql ch/tests/queries/0_stateless/02950_part_offset_as_primary_key.sql ch/tests/queries/0_stateless/02950_reading_array_tuple_subcolumns.sql ch/tests/queries/0_stateless/02952_conjunction_optimization.sql ch/tests/queries/0_stateless/02953_slow_create_view.sql ch/tests/queries/0_stateless/02954_analyzer_fuzz_i57086.sql ch/tests/queries/0_stateless/02955_analyzer_using_functional_args.gen.sql ch/tests/queries/0_stateless/02955_avro_format_zstd_encode_support.sql ch/tests/queries/0_stateless/02955_sparkBar_alias_sparkbar.sql ch/tests/queries/0_stateless/02956_fix_to_start_of_milli_microsecond.sql ch/tests/queries/0_stateless/02956_format_constexpr.sql ch/tests/queries/0_stateless/02956_rocksdb_with_ttl.sql ch/tests/queries/0_stateless/02958_transform_enum.sql ch/tests/queries/0_stateless/02959_system_database_engines.sql ch/tests/queries/0_stateless/02960_alter_table_part_query_parameter.sql ch/tests/queries/0_stateless/02960_partition_by_udf.sql ch/tests/queries/0_stateless/02960_validate_database_engines.sql ch/tests/queries/0_stateless/02961_analyzer_low_cardinality_fuzzer.sql ch/tests/queries/0_stateless/02961_drop_tables.sql ch/tests/queries/0_stateless/02961_read_bool_as_string_json.sql ch/tests/queries/0_stateless/02962_analyzer_constant_set.sql ch/tests/queries/0_stateless/02962_analyzer_const_in_count_distinct.sql ch/tests/queries/0_stateless/02962_analyzer_resolve_group_by_on_shards.sql ch/tests/queries/0_stateless/02962_indexHint_rpn_construction.sql ch/tests/queries/0_stateless/02962_join_using_bug_57894.sql ch/tests/queries/0_stateless/02962_max_joined_block_rows.sql ch/tests/queries/0_stateless/02962_parallel_window_functions_different_partitioning.sql ch/tests/queries/0_stateless/02963_invalid_identifier.sql ch/tests/queries/0_stateless/02963_msan_agg_addBatchLookupTable8.sql ch/tests/queries/0_stateless/02963_single_value_destructor.sql ch/tests/queries/0_stateless/02963_test_flexible_disk_configuration.sql ch/tests/queries/0_stateless/02965_projection_with_partition_pruning.sql ch/tests/queries/0_stateless/02966_float32_promotion.sql ch/tests/queries/0_stateless/02966_nested_offsets_subcolumn.gen.sql ch/tests/queries/0_stateless/02966_topk_counts_approx_count_sum.sql ch/tests/queries/0_stateless/02967_analyzer_fuzz.sql ch/tests/queries/0_stateless/02967_fuzz_bad_cast.sql ch/tests/queries/0_stateless/02967_index_hint_crash.sql ch/tests/queries/0_stateless/02967_parallel_replicas_joins_and_analyzer.gen.sql ch/tests/queries/0_stateless/02968_adaptive_async_insert_timeout.sql ch/tests/queries/0_stateless/02968_analyzer_join_column_not_found.sql ch/tests/queries/0_stateless/02968_full_sorting_join_fuzz.sql ch/tests/queries/0_stateless/02968_sumMap_with_nan.sql ch/tests/queries/0_stateless/02968_url_args.sql ch/tests/queries/0_stateless/02969_analyzer_eliminate_injective_functions.sql ch/tests/queries/0_stateless/02969_functions_to_subcolumns_if_null.sql ch/tests/queries/0_stateless/02969_mysql_cast_type_aliases.sql ch/tests/queries/0_stateless/02970_generate_series.sql ch/tests/queries/0_stateless/02970_visible_width_behavior.sql ch/tests/queries/0_stateless/02971_functions_to_subcolumns_column_names.sql ch/tests/queries/0_stateless/02971_functions_to_subcolumns_map.sql ch/tests/queries/0_stateless/02971_functions_to_subcolumns_variant.sql ch/tests/queries/0_stateless/02971_limit_by_distributed.sql ch/tests/queries/0_stateless/02972_insert_deduplication_token_hierarchical_inserts.sql ch/tests/queries/0_stateless/02972_insert_deduplication_token_hierarchical_inserts_views.sql ch/tests/queries/0_stateless/02972_parallel_replicas_cte.sql ch/tests/queries/0_stateless/02972_to_string_nullable_timezone.sql ch/tests/queries/0_stateless/02973_analyzer_join_use_nulls_column_not_found.sql ch/tests/queries/0_stateless/02973_block_number_sparse_serialization_and_mutation.sql ch/tests/queries/0_stateless/02973_dictionary_table_exception_fix.sql ch/tests/queries/0_stateless/02974_analyzer_array_join_subcolumn.sql ch/tests/queries/0_stateless/02974_if_with_map.sql ch/tests/queries/0_stateless/02975_intdiv_with_decimal.sql ch/tests/queries/0_stateless/02975_system_zookeeper_retries.sql ch/tests/queries/0_stateless/02976_system_zookeeper_filters.sql ch/tests/queries/0_stateless/02977_csv_format_support_tuple.sql ch/tests/queries/0_stateless/02980_dist_insert_readonly_replica.gen.sql ch/tests/queries/0_stateless/02981_nested_bad_types.sql ch/tests/queries/0_stateless/02981_translate_fixedstring.sql ch/tests/queries/0_stateless/02981_variant_type_function.sql ch/tests/queries/0_stateless/02981_vertical_merges_memory_usage.sql ch/tests/queries/0_stateless/02982_changeDate.sql ch/tests/queries/0_stateless/02982_create_mv_inner_extra.sql ch/tests/queries/0_stateless/02982_dont_infer_exponent_floats.sql ch/tests/queries/0_stateless/02982_minmax_nan_null_order.sql ch/tests/queries/0_stateless/02982_parallel_replicas_unexpected_cluster.sql ch/tests/queries/0_stateless/02982_unambiguous_alter_commands.sql ch/tests/queries/0_stateless/02983_const_sharding_key.sql ch/tests/queries/0_stateless/02983_empty_map_hasToken.sql ch/tests/queries/0_stateless/02983_empty_map.sql ch/tests/queries/0_stateless/02984_topk_empty_merge.sql ch/tests/queries/0_stateless/02985_dialects_with_distributed_tables.sql ch/tests/queries/0_stateless/02985_if_over_big_int_decimal.sql ch/tests/queries/0_stateless/02985_minmax_index_aggregate_function.sql ch/tests/queries/0_stateless/02985_shard_query_start_time.sql ch/tests/queries/0_stateless/02986_leftpad_fixedstring.sql ch/tests/queries/0_stateless/02987_group_array_intersect.sql ch/tests/queries/0_stateless/02987_logical_optimizer_pass_lowcardinality.sql ch/tests/queries/0_stateless/02988_join_using_prewhere_pushdown.sql ch/tests/queries/0_stateless/02988_ordinary_database_warning.sql ch/tests/queries/0_stateless/02989_group_by_tuple.sql ch/tests/queries/0_stateless/02989_join_using_parent_scope.sql ch/tests/queries/0_stateless/02989_replicated_merge_tree_invalid_metadata_version.sql ch/tests/queries/0_stateless/02989_system_tables_metadata_version.sql ch/tests/queries/0_stateless/02989_variant_comparison.sql ch/tests/queries/0_stateless/02990_arrayFold_nullable_lc.sql ch/tests/queries/0_stateless/02990_format_not_precedence.sql ch/tests/queries/0_stateless/02990_optimize_uniq_to_count_alias.sql ch/tests/queries/0_stateless/02990_parts_splitter_invalid_ranges.sql ch/tests/queries/0_stateless/02990_rmt_replica_path_uuid.sql ch/tests/queries/0_stateless/02990_variant_where_cond.sql ch/tests/queries/0_stateless/02991_count_rewrite_analyzer.sql ch/tests/queries/0_stateless/02992_all_columns_should_have_comment.sql ch/tests/queries/0_stateless/02992_analyzer_group_by_const.sql ch/tests/queries/0_stateless/02992_settings_overflow.sql ch/tests/queries/0_stateless/02993_lazy_index_loading.sql ch/tests/queries/0_stateless/02993_values_escape_quote.sql ch/tests/queries/0_stateless/02994_cosineDistanceNullable.sql ch/tests/queries/0_stateless/02994_inconsistent_formatting.sql ch/tests/queries/0_stateless/02994_merge_tree_mutations_cleanup.gen.sql ch/tests/queries/0_stateless/02994_sanity_check_settings.sql ch/tests/queries/0_stateless/02995_bad_formatting_union_intersect.sql ch/tests/queries/0_stateless/02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction.sql ch/tests/queries/0_stateless/02995_preliminary_filters_duplicated_columns.sql ch/tests/queries/0_stateless/02996_analyzer_prewhere_projection.sql ch/tests/queries/0_stateless/02996_index_compaction_counterexample.sql ch/tests/queries/0_stateless/02996_nullable_arrayReduce.sql ch/tests/queries/0_stateless/02997_fix_datetime64_scale_conversion.sql ch/tests/queries/0_stateless/02997_insert_select_too_many_parts_multithread.sql ch/tests/queries/0_stateless/02997_projections_formatting.sql ch/tests/queries/0_stateless/02998_analyzer_prewhere_report.sql ch/tests/queries/0_stateless/02998_analyzer_secret_args_tree_node.sql ch/tests/queries/0_stateless/02998_attach_partition_not_allowed_if_structure_differs_due_to_materialized_column.sql ch/tests/queries/0_stateless/02998_ipv6_hashing.sql ch/tests/queries/0_stateless/02998_operator_respect_nulls.sql ch/tests/queries/0_stateless/02998_pretty_format_print_readable_number_on_single_value.sql ch/tests/queries/0_stateless/02998_primary_key_skip_columns.sql ch/tests/queries/0_stateless/02998_projection_after_attach_partition.sql ch/tests/queries/0_stateless/02998_system_dns_cache_table.sql ch/tests/queries/0_stateless/02998_to_milliseconds.sql ch/tests/queries/0_stateless/02999_analyzer_preimage_null.sql ch/tests/queries/0_stateless/02999_scalar_subqueries_bug_1.sql ch/tests/queries/0_stateless/02999_scalar_subqueries_bug_2.sql ch/tests/queries/0_stateless/02999_ulid_short_circuit.sql ch/tests/queries/0_stateless/02999_variant_suspicious_types.sql ch/tests/queries/0_stateless/03000_minmax_index_first.sql ch/tests/queries/0_stateless/03000_too_big_max_execution_time_setting.sql ch/tests/queries/0_stateless/03000_traverse_shadow_system_data_paths.sql ch/tests/queries/0_stateless/03000_virtual_columns_in_prewhere.sql ch/tests/queries/0_stateless/03001_analyzer_nullable_nothing.sql ch/tests/queries/0_stateless/03001_block_offset_column_2.sql ch/tests/queries/0_stateless/03001_block_offset_column.gen.sql ch/tests/queries/0_stateless/03001_consider_lwd_when_merge.sql ch/tests/queries/0_stateless/03001_data_version_column.sql ch/tests/queries/0_stateless/03001_insert_threads_deduplication.sql ch/tests/queries/0_stateless/03001_max_parallel_replicas_zero_value.sql ch/tests/queries/0_stateless/03002_analyzer_prewhere.sql ch/tests/queries/0_stateless/03002_filter_skip_virtual_columns_with_non_deterministic_functions.sql ch/tests/queries/0_stateless/03002_int_div_decimal_with_date_bug.sql ch/tests/queries/0_stateless/03002_map_array_functions_with_low_cardinality.sql ch/tests/queries/0_stateless/03002_modify_query_cte.sql ch/tests/queries/0_stateless/03002_sample_factor_where.sql ch/tests/queries/0_stateless/03003_analyzer_setting.sql ch/tests/queries/0_stateless/03003_arrayEnumerate_crash.sql ch/tests/queries/0_stateless/03003_compatibility_setting_bad_value.sql ch/tests/queries/0_stateless/03003_count_asterisk_filter.sql ch/tests/queries/0_stateless/03003_enum_and_string_compatible.sql ch/tests/queries/0_stateless/03003_functions_to_subcolumns_final.sql ch/tests/queries/0_stateless/03003_sql_json_nonsense.sql ch/tests/queries/0_stateless/03004_force_null_for_omitted.sql ch/tests/queries/0_stateless/03004_json_named_tuples_inference_ambiguous_paths_as_string.sql ch/tests/queries/0_stateless/03005_input_function_in_join.sql ch/tests/queries/0_stateless/03006_analyzer_executable_table_function.sql ch/tests/queries/0_stateless/03006_buffer_overflow_join.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_2.gen.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_3.gen.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_4.gen.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_fast.gen.sql ch/tests/queries/0_stateless/03006_mv_deduplication_throw_if_async_insert.sql ch/tests/queries/0_stateless/03006_parallel_replicas_cte_explain_syntax_crash.sql ch/tests/queries/0_stateless/03006_parallel_replicas_prewhere.sql ch/tests/queries/0_stateless/03007_column_nullable_uninitialzed_value.sql ch/tests/queries/0_stateless/03008_deduplication_cases_from_docs.sql ch/tests/queries/0_stateless/03008_deduplication_insert_into_partitioned_table.sql ch/tests/queries/0_stateless/03008_deduplication_remote_insert_select.sql ch/tests/queries/0_stateless/03008_deduplication_wrong_mv.sql ch/tests/queries/0_stateless/03008_filter_projections_non_deterministoc_functions.sql ch/tests/queries/0_stateless/03008_groupSortedArray_field.sql ch/tests/queries/0_stateless/03008_index_small.sql ch/tests/queries/0_stateless/03008_optimize_equal_ranges.sql ch/tests/queries/0_stateless/03008_uniq_exact_equal_ranges.sql ch/tests/queries/0_stateless/03009_consecutive_keys_nullable.sql ch/tests/queries/0_stateless/03009_range_dict_get_or_default.sql ch/tests/queries/0_stateless/03009_storage_memory_circ_buffer_usage.sql ch/tests/queries/0_stateless/03010_file_log_large_poll_batch_size.sql ch/tests/queries/0_stateless/03010_read_system_parts_table_test.sql ch/tests/queries/0_stateless/03010_sum_to_to_count_if_nullable.sql ch/tests/queries/0_stateless/03010_view_prewhere_in.sql ch/tests/queries/0_stateless/03010_virtual_memory_mappings_asynchronous_metrics.sql ch/tests/queries/0_stateless/03011_adaptative_timeout_compatibility.sql ch/tests/queries/0_stateless/03011_definitive_guide_to_cast.sql ch/tests/queries/0_stateless/03013_addDays_with_timezone.sql ch/tests/queries/0_stateless/03013_fuzz_arrayPartialReverseSort.sql ch/tests/queries/0_stateless/03013_group_by_use_nulls_with_materialize_and_analyzer.sql ch/tests/queries/0_stateless/03013_hop_infinite_loop.sql ch/tests/queries/0_stateless/03013_ignore_drop_queries_probability.sql ch/tests/queries/0_stateless/03013_position_const_start_pos.sql ch/tests/queries/0_stateless/03013_repeat_with_nonnative_integers.sql ch/tests/queries/0_stateless/03013_test_part_level_is_reset_attach_from_disk_mt.sql ch/tests/queries/0_stateless/03014_analyzer_groupby_fuzz_60317.sql ch/tests/queries/0_stateless/03014_analyzer_group_by_use_nulls.sql ch/tests/queries/0_stateless/03014_async_with_dedup_part_log_rmt.sql ch/tests/queries/0_stateless/03014_group_by_use_nulls_injective_functions_and_analyzer.sql ch/tests/queries/0_stateless/03014_msan_parse_date_time.sql ch/tests/queries/0_stateless/03014_window_view_crash.sql ch/tests/queries/0_stateless/03015_aggregator_empty_data_multiple_blocks.sql ch/tests/queries/0_stateless/03015_analyzer_groupby_fuzz_60772.sql ch/tests/queries/0_stateless/03015_peder1001.sql ch/tests/queries/0_stateless/03015_with_fill_invalid_expression.sql ch/tests/queries/0_stateless/03016_analyzer_groupby_fuzz_59796.sql ch/tests/queries/0_stateless/03017_analyzer_groupby_fuzz_61600.sql ch/tests/queries/0_stateless/03018_analyzer_distributed_query_with_positional_arguments.sql ch/tests/queries/0_stateless/03018_analyzer_greater_null.sql ch/tests/queries/0_stateless/03019_numbers_pretty.sql ch/tests/queries/0_stateless/03020_order_by_SimpleAggregateFunction.sql ch/tests/queries/0_stateless/03022_alter_materialized_view_query_has_inner_table.sql ch/tests/queries/0_stateless/03022_highlight_digit_groups.sql ch/tests/queries/0_stateless/03023_analyzer_optimize_group_by_function_keys_with_nulls.sql ch/tests/queries/0_stateless/03023_group_by_use_nulls_analyzer_crashes.sql ch/tests/queries/0_stateless/03023_remove_unused_column_distinct.sql ch/tests/queries/0_stateless/03024_total_rows_approx_is_set_for_system_zeros_and_generate_random.sql ch/tests/queries/0_stateless/03030_system_flush_distributed_settings.sql ch/tests/queries/0_stateless/03031_distinguish_bool_and_int_in_settings.sql ch/tests/queries/0_stateless/03031_filter_float64_logical_error.sql ch/tests/queries/0_stateless/03031_input_format_allow_errors_num_bad_escape_sequence.sql ch/tests/queries/0_stateless/03031_low_cardinality_logical_error.sql ch/tests/queries/0_stateless/03031_table_function_fuzzquery.sql ch/tests/queries/0_stateless/03031_tuple_elimination_analyzer.sql ch/tests/queries/0_stateless/03032_multi_search_const_low_cardinality.sql ch/tests/queries/0_stateless/03032_numbers_zeros.sql ch/tests/queries/0_stateless/03032_redundant_equals.sql ch/tests/queries/0_stateless/03032_rmt_create_columns_from_replica.sql ch/tests/queries/0_stateless/03032_save_bad_json_escape_sequences.sql ch/tests/queries/0_stateless/03032_scalars_create_as_select.sql ch/tests/queries/0_stateless/03032_storage_memory_modify_settings.sql ch/tests/queries/0_stateless/03032_string_to_variant_cast.sql ch/tests/queries/0_stateless/03032_variant_bool_number_not_suspicious.sql ch/tests/queries/0_stateless/03033_analyzer_merge_engine_filter_push_down.sql ch/tests/queries/0_stateless/03033_analyzer_parametrized_view_alias.sql ch/tests/queries/0_stateless/03033_analyzer_resolve_from_parent_scope.sql ch/tests/queries/0_stateless/03033_create_as_copies_comment.sql ch/tests/queries/0_stateless/03033_cte_numbers_memory.sql ch/tests/queries/0_stateless/03033_distinct_transform_const_columns.sql ch/tests/queries/0_stateless/03033_dist_settings.optimize_skip_unused_shards_rewrite_in_composite_sharding_key.sql ch/tests/queries/0_stateless/03033_dynamic_text_serialization.sql ch/tests/queries/0_stateless/03033_final_undefined_last_mark.sql ch/tests/queries/0_stateless/03033_from_unixtimestamp_joda_by_int64.sql ch/tests/queries/0_stateless/03033_index_definition_sql_udf_bug.sql ch/tests/queries/0_stateless/03033_lightweight_deletes_sync.sql ch/tests/queries/0_stateless/03033_parts_splitter_bug_and_index_loading.sql ch/tests/queries/0_stateless/03033_recursive_cte_basic.sql ch/tests/queries/0_stateless/03033_scalars_context_data_race.sql ch/tests/queries/0_stateless/03033_set_index_in.sql ch/tests/queries/0_stateless/03033_tupleIntXYZ_and_tupleModulo.sql ch/tests/queries/0_stateless/03033_virtual_column_override.sql ch/tests/queries/0_stateless/03033_with_fill_interpolate.sql ch/tests/queries/0_stateless/03034_ddls_and_merges_with_unusual_maps.sql ch/tests/queries/0_stateless/03034_dynamic_conversions.sql ch/tests/queries/0_stateless/03034_json_extract_variant.sql ch/tests/queries/0_stateless/03034_normalized_ast.sql ch/tests/queries/0_stateless/03034_recursive_cte_tree_fuzz_crash_fix.sql ch/tests/queries/0_stateless/03034_recursive_cte_tree_merge_tree.sql ch/tests/queries/0_stateless/03034_recursive_cte_tree.sql ch/tests/queries/0_stateless/03035_alias_column_bug_distributed.sql ch/tests/queries/0_stateless/03035_argMinMax_numeric_non_extreme_bug.sql ch/tests/queries/0_stateless/03035_dynamic_sorting.sql ch/tests/queries/0_stateless/03035_internal_functions_direct_call.sql ch/tests/queries/0_stateless/03035_materialized_primary_key.sql ch/tests/queries/0_stateless/03035_morton_encode_no_rows.sql ch/tests/queries/0_stateless/03035_recursive_cte_postgres_1.sql ch/tests/queries/0_stateless/03036_clamp.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_compact_merge_tree.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_memory.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_small.gen.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_wide_merge_tree.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_compact_merge_tree.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_memory.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_small.gen.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_wide_merge_tree.sql ch/tests/queries/0_stateless/03036_join_filter_push_down_equivalent_sets.sql ch/tests/queries/0_stateless/03036_prewhere_lambda_function.sql ch/tests/queries/0_stateless/03036_reading_s3_archives.sql ch/tests/queries/0_stateless/03036_recursive_cte_postgres_2.sql ch/tests/queries/0_stateless/03036_schema_inference_cache_s3_archives.sql ch/tests/queries/0_stateless/03036_with_numbers.sql ch/tests/queries/0_stateless/03037_dot_product_overflow.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_horizontal_compact_merge_tree.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_horizontal_compact_wide_tree.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_vertical_compact_merge_tree.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_vertical_wide_merge_tree.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_horizontal_compact_merge_tree.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_horizontal_wide_merge_tree.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_vertical_compact_merge_tree.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_vertical_wide_merge_tree.sql ch/tests/queries/0_stateless/03037_dynamic_merges_small.gen.sql ch/tests/queries/0_stateless/03037_precent_rank.sql ch/tests/queries/0_stateless/03037_recursive_cte_postgres_3.sql ch/tests/queries/0_stateless/03037_s3_write_to_globbed_partitioned_path.sql ch/tests/queries/0_stateless/03037_union_view.sql ch/tests/queries/0_stateless/03037_zero_step_in_numbers_table_function.sql ch/tests/queries/0_stateless/03038_ambiguous_column.sql ch/tests/queries/0_stateless/03038_move_partition_to_oneself_deadlock.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_compact_horizontal.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_compact_vertical.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_small.gen.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_wide_horizontal.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_wide_vertical.sql ch/tests/queries/0_stateless/03038_recursive_cte_postgres_4.sql ch/tests/queries/0_stateless/03039_recursive_cte_postgres_5.sql ch/tests/queries/0_stateless/03039_unknown_identifier_window_function.sql ch/tests/queries/0_stateless/03040_alias_column_join.sql ch/tests/queries/0_stateless/03040_array_sum_and_join.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_1_compact_merge_tree.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_1_memory.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_1_wide_merge_tree.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_2_compact_merge_tree.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_2_wide_merge_tree.sql ch/tests/queries/0_stateless/03040_recursive_cte_postgres_6.sql ch/tests/queries/0_stateless/03041_analyzer_gigachad_join.sql ch/tests/queries/0_stateless/03041_recursive_cte_postgres_7.sql ch/tests/queries/0_stateless/03041_select_with_query_result.sql ch/tests/queries/0_stateless/03042_analyzer_alias_join.sql ch/tests/queries/0_stateless/03042_not_found_column_c1.sql ch/tests/queries/0_stateless/03043_group_array_result_is_expected.sql ch/tests/queries/0_stateless/03044_analyzer_alias_join.sql ch/tests/queries/0_stateless/03044_array_join_columns_in_nested_table.sql ch/tests/queries/0_stateless/03045_analyzer_alias_join_with_if.sql ch/tests/queries/0_stateless/03045_unknown_identifier_alias_substitution.sql ch/tests/queries/0_stateless/03046_column_in_block_array_join.sql ch/tests/queries/0_stateless/03047_analyzer_alias_join.sql ch/tests/queries/0_stateless/03047_group_by_field_identified_aggregation.sql ch/tests/queries/0_stateless/03048_not_found_column_xxx_in_block.sql ch/tests/queries/0_stateless/03049_analyzer_group_by_alias.sql ch/tests/queries/0_stateless/03049_unknown_identifier_materialized_column.sql ch/tests/queries/0_stateless/03050_select_one_one_one.sql ch/tests/queries/0_stateless/03051_many_ctes.sql ch/tests/queries/0_stateless/03052_query_hash_includes_aliases.sql ch/tests/queries/0_stateless/03053_analyzer_join_alias.sql ch/tests/queries/0_stateless/03054_analyzer_join_alias.sql ch/tests/queries/0_stateless/03055_analyzer_subquery_group_array.sql ch/tests/queries/0_stateless/03057_analyzer_subquery_alias_join.sql ch/tests/queries/0_stateless/03058_analyzer_ambiguous_columns.sql ch/tests/queries/0_stateless/03059_analyzer_join_engine_missing_column.sql ch/tests/queries/0_stateless/03060_analyzer_regular_view_alias.sql ch/tests/queries/0_stateless/03061_analyzer_alias_as_right_key_in_join.sql ch/tests/queries/0_stateless/03062_analyzer_join_engine_missing_column.sql ch/tests/queries/0_stateless/03063_analyzer_multi_join_wrong_table_specifier.sql ch/tests/queries/0_stateless/03064_analyzer_named_subqueries.sql ch/tests/queries/0_stateless/03065_analyzer_cross_join_and_array_join.sql ch/tests/queries/0_stateless/03066_analyzer_global_with_statement.sql ch/tests/queries/0_stateless/03067_analyzer_complex_alias_join.sql ch/tests/queries/0_stateless/03068_analyzer_distributed_join.sql ch/tests/queries/0_stateless/03069_analyzer_with_alias_in_array_join.sql ch/tests/queries/0_stateless/03070_analyzer_CTE_scalar_as_numbers.sql ch/tests/queries/0_stateless/03071_analyzer_array_join_forbid_non_existing_columns.sql ch/tests/queries/0_stateless/03071_fix_short_circuit_logic.sql ch/tests/queries/0_stateless/03072_analyzer_missing_columns_from_subquery.sql ch/tests/queries/0_stateless/03073_analyzer_alias_as_column_name.sql ch/tests/queries/0_stateless/03074_analyzer_alias_column_in_view.sql ch/tests/queries/0_stateless/03075_analyzer_subquery_alias.sql ch/tests/queries/0_stateless/03076_analyzer_multiple_joins_alias.sql ch/tests/queries/0_stateless/03077_analyzer_multi_scalar_subquery_aliases.sql ch/tests/queries/0_stateless/03078_analyzer_multi_scalar_subquery_aliases.sql ch/tests/queries/0_stateless/03079_analyzer_numeric_literals_as_column_names.sql ch/tests/queries/0_stateless/03080_analyzer_prefer_column_name_to_alias__virtual_columns.sql ch/tests/queries/0_stateless/03080_incorrect_join_with_merge.sql ch/tests/queries/0_stateless/03081_analyzer_agg_func_CTE.sql ch/tests/queries/0_stateless/03082_analyzer_left_join_correct_column.sql ch/tests/queries/0_stateless/03084_analyzer_join_column_alias.sql ch/tests/queries/0_stateless/03085_analyzer_alias_column_group_by.sql ch/tests/queries/0_stateless/03086_analyzer_window_func_part_of_group_by.sql ch/tests/queries/0_stateless/03087_analyzer_subquery_with_alias.sql ch/tests/queries/0_stateless/03088_analyzer_ambiguous_column_multi_call.sql ch/tests/queries/0_stateless/03089_analyzer_alias_replacement.sql ch/tests/queries/0_stateless/03090_analyzer_multiple_using_statements.sql ch/tests/queries/0_stateless/03091_analyzer_same_table_name_in_different_databases.sql ch/tests/queries/0_stateless/03092_analyzer_same_table_name_in_different_databases.sql ch/tests/queries/0_stateless/03093_analyzer_column_alias.sql ch/tests/queries/0_stateless/03093_analyzer_miel_test.sql ch/tests/queries/0_stateless/03093_bug37909_query_does_not_finish.sql ch/tests/queries/0_stateless/03093_bug_gcd_codec.sql ch/tests/queries/0_stateless/03093_filter_push_down_crash.gen.sql ch/tests/queries/0_stateless/03093_reading_bug_with_parallel_replicas.sql ch/tests/queries/0_stateless/03093_special_column_errors.sql ch/tests/queries/0_stateless/03093_virtual_column_override_group_by.sql ch/tests/queries/0_stateless/03093_with_fill_support_constant_expression.sql ch/tests/queries/0_stateless/03094_analyzer_fiddle_multiif.sql ch/tests/queries/0_stateless/03094_grouparraysorted_memory.sql ch/tests/queries/0_stateless/03094_named_tuple_bug24607.sql ch/tests/queries/0_stateless/03094_one_thousand_joins.sql ch/tests/queries/0_stateless/03094_transform_return_first.sql ch/tests/queries/0_stateless/03095_group_by_server_constants_bug.sql ch/tests/queries/0_stateless/03095_join_filter_push_down_right_stream_filled.sql ch/tests/queries/0_stateless/03095_merge_and_buffer_tables.sql ch/tests/queries/0_stateless/03095_msan_uuid_string_to_num.sql ch/tests/queries/0_stateless/03095_window_functions_qualify.sql ch/tests/queries/0_stateless/03096_largest_triangle_3b_crash.sql ch/tests/queries/0_stateless/03096_order_by_system_tables.sql ch/tests/queries/0_stateless/03096_text_log_format_string_args_not_empty.sql ch/tests/queries/0_stateless/03096_update_non_indexed_columns.sql ch/tests/queries/0_stateless/03096_variant_in_primary_key.sql ch/tests/queries/0_stateless/03097_query_log_join_processes.sql ch/tests/queries/0_stateless/03098_prefer_column_to_alias_subquery.sql ch/tests/queries/0_stateless/03099_analyzer_multi_join.sql ch/tests/queries/0_stateless/03100_analyzer_constants_in_multiif.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_1.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_2.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_3.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_4.sql ch/tests/queries/0_stateless/03101_analyzer_invalid_join_on.sql ch/tests/queries/0_stateless/03102_prefer_column_name_to_alias.sql ch/tests/queries/0_stateless/03103_positional_arguments.sql ch/tests/queries/0_stateless/03104_create_view_join.sql ch/tests/queries/0_stateless/03105_table_aliases_in_mv.sql ch/tests/queries/0_stateless/03107_ill_formed_select_in_materialized_view.sql ch/tests/queries/0_stateless/03108_describe_union_all.sql ch/tests/queries/0_stateless/03109_ast_too_big.sql ch/tests/queries/0_stateless/03110_unicode_alias.sql ch/tests/queries/0_stateless/03111_inner_join_group_by.sql ch/tests/queries/0_stateless/03112_analyzer_not_found_column_in_block.sql ch/tests/queries/0_stateless/03113_analyzer_not_found_column_in_block_2.sql ch/tests/queries/0_stateless/03114_analyzer_cte_with_join.sql ch/tests/queries/0_stateless/03115_alias_exists_column.sql ch/tests/queries/0_stateless/03116_analyzer_explicit_alias_as_column_name.sql ch/tests/queries/0_stateless/03117_analyzer_same_column_name_as_func.sql ch/tests/queries/0_stateless/03118_analyzer_multi_join_prewhere.sql ch/tests/queries/0_stateless/03119_analyzer_window_function_in_CTE_alias.sql ch/tests/queries/0_stateless/03120_analyzer_dist_join.sql ch/tests/queries/0_stateless/03120_analyzer_param_in_CTE_alias.sql ch/tests/queries/0_stateless/03121_analyzer_filed_redefenition_in_subquery.sql ch/tests/queries/0_stateless/03122_analyzer_collate_in_window_function.sql ch/tests/queries/0_stateless/03123_analyzer_dist_join_CTE.sql ch/tests/queries/0_stateless/03124_analyzer_nested_CTE_dist_in.sql ch/tests/queries/0_stateless/03125_analyzer_CTE_two_joins.sql ch/tests/queries/0_stateless/03126_column_not_under_group_by.sql ch/tests/queries/0_stateless/03127_argMin_combinator_state.sql ch/tests/queries/0_stateless/03127_system_unload_primary_key_table.sql ch/tests/queries/0_stateless/03127_window_functions_uint16.sql ch/tests/queries/0_stateless/03128_argMin_combinator_projection.sql ch/tests/queries/0_stateless/03128_merge_tree_index_lazy_load.sql ch/tests/queries/0_stateless/03128_system_unload_primary_key.sql ch/tests/queries/0_stateless/03129_cte_with_final.sql ch/tests/queries/0_stateless/03129_low_cardinality_nullable_non_first_primary_key.sql ch/tests/queries/0_stateless/03129_update_nested_materialized_column_check.sql ch/tests/queries/0_stateless/03130_abs_in_key_condition_bug.sql ch/tests/queries/0_stateless/03130_analyzer_array_join_prefer_column.sql ch/tests/queries/0_stateless/03130_analyzer_self_join_group_by.sql ch/tests/queries/0_stateless/03130_convert_outer_join_to_inner_join.sql ch/tests/queries/0_stateless/03130_generateSnowflakeId.sql ch/tests/queries/0_stateless/03131_deprecated_functions.sql ch/tests/queries/0_stateless/03131_hilbert_coding.sql ch/tests/queries/0_stateless/03131_rewrite_sum_if_nullable.sql ch/tests/queries/0_stateless/03132_jit_sort_description_crash_fix.sql ch/tests/queries/0_stateless/03132_rewrite_aggregate_function_with_if_implicit_cast.sql ch/tests/queries/0_stateless/03132_sqlancer_union_all.sql ch/tests/queries/0_stateless/03141_fetches_errors_stress.sql ch/tests/queries/0_stateless/03142_alter_comment_parameterized_view.sql ch/tests/queries/0_stateless/03142_skip_ANSI_in_UTF8_compute_width.sql ch/tests/queries/0_stateless/03142_untuple_crash.sql ch/tests/queries/0_stateless/03142_window_function_limit_by.sql ch/tests/queries/0_stateless/03143_asof_join_ddb_long.sql ch/tests/queries/0_stateless/03143_cte_scope.sql ch/tests/queries/0_stateless/03143_group_by_constant_secondary.sql ch/tests/queries/0_stateless/03143_join_filter_push_down_filled_join_fix.sql ch/tests/queries/0_stateless/03143_parallel_replicas_mat_view_bug.sql ch/tests/queries/0_stateless/03143_ttl_in_system_parts_columns_table.sql ch/tests/queries/0_stateless/03143_window_functions_qualify_validation.sql ch/tests/queries/0_stateless/03144_aggregate_states_with_different_types.sql ch/tests/queries/0_stateless/03144_alter_column_and_read.sql ch/tests/queries/0_stateless/03144_asof_join_ddb_doubles.sql ch/tests/queries/0_stateless/03144_fuzz_quoted_type_name.sql ch/tests/queries/0_stateless/03144_invalid_filter.sql ch/tests/queries/0_stateless/03145_asof_join_ddb_inequalities.sql ch/tests/queries/0_stateless/03145_unicode_quotes.sql ch/tests/queries/0_stateless/03146_asof_join_ddb_merge_long.gen.sql ch/tests/queries/0_stateless/03146_bug47862.sql ch/tests/queries/0_stateless/03146_create_index_compatibility.sql ch/tests/queries/0_stateless/03146_parameterized_view_with_date.sql ch/tests/queries/0_stateless/03146_tpc_ds_grouping.sql ch/tests/queries/0_stateless/03147_asof_join_ddb_missing.sql ch/tests/queries/0_stateless/03147_datetime64_constant_index_analysis.sql ch/tests/queries/0_stateless/03147_parquet_memory_tracking.sql ch/tests/queries/0_stateless/03147_table_function_loop.sql ch/tests/queries/0_stateless/03148_asof_join_ddb_subquery.sql ch/tests/queries/0_stateless/03148_mutations_virtual_columns.sql ch/tests/queries/0_stateless/03148_query_log_used_dictionaries.sql ch/tests/queries/0_stateless/03148_setting_max_streams_to_max_threads_ratio_overflow.sql ch/tests/queries/0_stateless/03149_analyzer_window_redefinition.sql ch/tests/queries/0_stateless/03149_asof_join_ddb_timestamps.sql ch/tests/queries/0_stateless/03149_variant_pop_back_typo.sql ch/tests/queries/0_stateless/03150_dynamic_type_mv_insert.sql ch/tests/queries/0_stateless/03150_grouping_sets_use_nulls_pushdown.sql ch/tests/queries/0_stateless/03150_trace_log_add_build_id.sql ch/tests/queries/0_stateless/03150_url_hash_non_constant_level.sql ch/tests/queries/0_stateless/03151_analyzer_view_read_only_necessary_columns.sql ch/tests/queries/0_stateless/03151_dynamic_type_scale_max_types.sql ch/tests/queries/0_stateless/03151_external_cross_join.sql ch/tests/queries/0_stateless/03151_pmj_join_non_procssed_clash.sql ch/tests/queries/0_stateless/03151_redundant_distinct_with_window.sql ch/tests/queries/0_stateless/03152_analyzer_columns_list.sql ch/tests/queries/0_stateless/03152_dynamic_type_simple.sql ch/tests/queries/0_stateless/03152_join_filter_push_down_equivalent_columns.sql ch/tests/queries/0_stateless/03152_trailing_comma_in_columns_list_in_insert.sql ch/tests/queries/0_stateless/03153_dynamic_type_empty.sql ch/tests/queries/0_stateless/03153_trailing_comma_in_values_list_in_insert.sql ch/tests/queries/0_stateless/03154_recursive_cte_distributed.sql ch/tests/queries/0_stateless/03155_analyzer_interpolate.sql ch/tests/queries/0_stateless/03155_datasketches_ubsan.sql ch/tests/queries/0_stateless/03155_explain_current_transaction.sql ch/tests/queries/0_stateless/03155_in_nested_subselects.sql ch/tests/queries/0_stateless/03156_analyzer_array_join_distributed.sql ch/tests/queries/0_stateless/03156_group_concat.sql ch/tests/queries/0_stateless/03156_nullable_number_tips.sql ch/tests/queries/0_stateless/03156_tuple_map_low_cardinality.sql ch/tests/queries/0_stateless/03157_dynamic_type_json.sql ch/tests/queries/0_stateless/03157_negative_positional_arguments_ubsan.sql ch/tests/queries/0_stateless/03158_dynamic_type_from_variant.sql ch/tests/queries/0_stateless/03159_dynamic_type_all_types.sql ch/tests/queries/0_stateless/03160_dynamic_type_agg.sql ch/tests/queries/0_stateless/03161_cnf_reduction.sql ch/tests/queries/0_stateless/03161_create_table_as_mv.sql ch/tests/queries/0_stateless/03161_decimal_binary_math.sql ch/tests/queries/0_stateless/03161_ipv4_ipv6_equality.sql ch/tests/queries/0_stateless/03161_lightweight_delete_projection.sql ch/tests/queries/0_stateless/03162_dynamic_type_nested.sql ch/tests/queries/0_stateless/03163_dynamic_as_supertype.sql ch/tests/queries/0_stateless/03164_adapting_parquet_reader_output_size.sql ch/tests/queries/0_stateless/03164_analyzer_global_in_alias.sql ch/tests/queries/0_stateless/03164_analyzer_rewrite_aggregate_function_with_if.sql ch/tests/queries/0_stateless/03164_analyzer_validate_tree_size.sql ch/tests/queries/0_stateless/03164_create_as_default.sql ch/tests/queries/0_stateless/03164_early_constant_folding_analyzer.sql ch/tests/queries/0_stateless/03164_linestring_geometry.sql ch/tests/queries/0_stateless/03164_materialize_skip_index.sql ch/tests/queries/0_stateless/03164_optimize_read_in_order_nullable.sql ch/tests/queries/0_stateless/03164_orc_signedness.sql ch/tests/queries/0_stateless/03164_parallel_replicas_range_filter_min_max.sql ch/tests/queries/0_stateless/03164_s3_settings_for_queries_and_merges.sql ch/tests/queries/0_stateless/03165_distinct_with_window_func_crash.sql ch/tests/queries/0_stateless/03165_order_by_duplicate.sql ch/tests/queries/0_stateless/03165_parseReadableSize.sql ch/tests/queries/0_stateless/03165_round_scale_as_column.sql ch/tests/queries/0_stateless/03165_storage_merge_view_prewhere.sql ch/tests/queries/0_stateless/03165_string_functions_with_token_text_indexes.sql ch/tests/queries/0_stateless/03166_mv_prewhere_duplicating_name_bug.sql ch/tests/queries/0_stateless/03166_optimize_row_order_during_insert.sql ch/tests/queries/0_stateless/03166_skip_indexes_vertical_merge_1.sql ch/tests/queries/0_stateless/03166_skip_indexes_vertical_merge_2.sql ch/tests/queries/0_stateless/03167_base64_url_functions.sql ch/tests/queries/0_stateless/03167_boom_filter_index_with_map.gen.sql ch/tests/queries/0_stateless/03167_empty_tuple_concat.sql ch/tests/queries/0_stateless/03167_fancy_quotes_off_by_one.sql ch/tests/queries/0_stateless/03167_parametrized_view_with_cte.sql ch/tests/queries/0_stateless/03167_transactions_are_really_disabled.sql ch/tests/queries/0_stateless/03168_cld2_tsan.sql ch/tests/queries/0_stateless/03168_fuzz_multiIf_short_circuit.sql ch/tests/queries/0_stateless/03168_inconsistent_ast_formatting.sql ch/tests/queries/0_stateless/03168_loop_engine_with_parallel_replicas.sql ch/tests/queries/0_stateless/03168_read_in_order_buffering_1.sql ch/tests/queries/0_stateless/03168_read_in_order_buffering_2.sql ch/tests/queries/0_stateless/03169_cache_complex_dict_short_circuit_bug.sql ch/tests/queries/0_stateless/03169_display_column_names_in_footer.sql ch/tests/queries/0_stateless/03169_modify_column_data_loss.sql ch/tests/queries/0_stateless/03169_optimize_injective_functions_inside_uniq_crash.sql ch/tests/queries/0_stateless/03170_part_offset_as_table_column.sql ch/tests/queries/0_stateless/03171_condition_pushdown.sql ch/tests/queries/0_stateless/03171_direct_dict_short_circuit_bug.sql ch/tests/queries/0_stateless/03171_function_to_subcolumns_fuzzer.sql ch/tests/queries/0_stateless/03171_hashed_dictionary_short_circuit_bug_fix.sql ch/tests/queries/0_stateless/03171_indexing_by_hilbert_curve.sql ch/tests/queries/0_stateless/03172_bcrypt_validation.sql ch/tests/queries/0_stateless/03173_check_cyclic_dependencies_on_create_and_rename.sql ch/tests/queries/0_stateless/03173_distinct_combinator_alignment.sql ch/tests/queries/0_stateless/03173_forbid_qualify.sql ch/tests/queries/0_stateless/03173_set_transformed_partition_pruning.sql ch/tests/queries/0_stateless/03174_exact_rows_before_aggregation.sql ch/tests/queries/0_stateless/03174_merge_join_bug.sql ch/tests/queries/0_stateless/03174_projection_deduplicate.sql ch/tests/queries/0_stateless/03174_split_parts_ranges_into_intersecting_and_non_intersecting_final_and_read-in-order_bug.sql ch/tests/queries/0_stateless/03195_group_concat_deserialization_fix.sql ch/tests/queries/0_stateless/03196_max_intersections_arena_crash.sql ch/tests/queries/0_stateless/03197_fix_parse_mysql_iso_date.sql ch/tests/queries/0_stateless/03197_storage_join_strictness_type_restriction.sql ch/tests/queries/0_stateless/03198_bit_shift_throws_error_for_out_of_bounds.sql ch/tests/queries/0_stateless/03198_dictionary_validate_primary_key_type.sql ch/tests/queries/0_stateless/03198_dynamic_read_subcolumns.sql ch/tests/queries/0_stateless/03198_group_array_intersect.sql ch/tests/queries/0_stateless/03198_json_extract_more_types.sql ch/tests/queries/0_stateless/03198_table_function_directory_path.sql ch/tests/queries/0_stateless/03199_fix_auc_tie_handling.sql ch/tests/queries/0_stateless/03199_has_lc_fixed_string.sql ch/tests/queries/0_stateless/03199_join_with_materialized_column.sql ch/tests/queries/0_stateless/03199_json_extract_dynamic.sql ch/tests/queries/0_stateless/03199_merge_filters_bug.sql ch/tests/queries/0_stateless/03199_queries_with_new_analyzer.sql ch/tests/queries/0_stateless/03200_memory_engine_alter_dynamic.sql ch/tests/queries/0_stateless/03200_subcolumns_join_use_nulls.sql ch/tests/queries/0_stateless/03201_sumIf_to_countIf_return_type.sql ch/tests/queries/0_stateless/03202_dynamic_null_map_subcolumn.gen.sql ch/tests/queries/0_stateless/03203_count_with_non_deterministic_function.sql ch/tests/queries/0_stateless/03203_drop_detached_partition_all.sql ch/tests/queries/0_stateless/03203_fill_missed_subcolumns.sql ch/tests/queries/0_stateless/03203_function_printf.sql ch/tests/queries/0_stateless/03203_multiif_and_where_2_conditions_old_analyzer_bug.sql ch/tests/queries/0_stateless/03203_optimize_disjunctions_chain_to_in.sql ch/tests/queries/0_stateless/03203_system_numbers_limit_and_offset_complex.sql ch/tests/queries/0_stateless/03203_system_numbers_limit_and_offset_simple.sql ch/tests/queries/0_stateless/03203_variant_convert_field_to_type_bug.sql ch/tests/queries/0_stateless/03204_distributed_with_scalar_subquery.sql ch/tests/queries/0_stateless/03204_index_hint_fuzzer.sql ch/tests/queries/0_stateless/03204_storage_join_optimize.sql ch/tests/queries/0_stateless/03205_column_type_check.sql ch/tests/queries/0_stateless/03205_hashing_empty_tuples.sql ch/tests/queries/0_stateless/03205_json_cast_from_string.sql ch/tests/queries/0_stateless/03205_json_syntax.sql ch/tests/queries/0_stateless/03205_parallel_replicas_alter_select_ubsan.sql ch/tests/queries/0_stateless/03205_parallel_window_finctions_and_column_sparse_bug.sql ch/tests/queries/0_stateless/03205_system_sync_replica_format.sql ch/tests/queries/0_stateless/03206_is_null_constant_result_old_analyzer_bug.sql ch/tests/queries/0_stateless/03206_projection_merge_special_mergetree.sql ch/tests/queries/0_stateless/03206_replication_lag_metric.sql ch/tests/queries/0_stateless/03207_composite_expressions_lambda_consistent_formatting.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_1_compact_merge_tree.gen.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_1_memory.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_1_wide_merge_tree.gen.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_2_compact_merge_tree.gen.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_2_memory.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_2_wide_merge_tree.gen.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_1.gen.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_2_compact_merge_tree.gen.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_2_memory.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_2_wide_merge_tree.gen.sql ch/tests/queries/0_stateless/03208_buffer_over_distributed_type_mismatch.sql ch/tests/queries/0_stateless/03208_groupArrayIntersect_serialization.sql ch/tests/queries/0_stateless/03208_numbers_total_rows_approx.sql ch/tests/queries/0_stateless/03208_uniq_with_empty_tuple.sql ch/tests/queries/0_stateless/03209_functions_json_msan_fuzzer_issue.sql ch/tests/queries/0_stateless/03209_json_type_horizontal_merges.gen.sql ch/tests/queries/0_stateless/03209_json_type_merges_small.gen.sql ch/tests/queries/0_stateless/03209_json_type_vertical_merges.gen.sql ch/tests/queries/0_stateless/03209_parallel_replicas_order_by_all.sql ch/tests/queries/0_stateless/03209_parameterized_view_with_non_literal_params.sql ch/tests/queries/0_stateless/03210_convert_outer_join_to_inner_join_any_join.sql ch/tests/queries/0_stateless/03210_dynamic_squashing.sql ch/tests/queries/0_stateless/03210_empty_tuple_lhs_of_in.sql ch/tests/queries/0_stateless/03210_fix_single_value_data_assertion.sql ch/tests/queries/0_stateless/03210_json_type_alter_add_column.gen.sql ch/tests/queries/0_stateless/03210_lag_lead_inframe_types.sql ch/tests/queries/0_stateless/03210_nested_short_circuit_functions_bug.sql ch/tests/queries/0_stateless/03210_optimize_rewrite_aggregate_function_with_if_return_type_bug.sql ch/tests/queries/0_stateless/03210_variant_with_aggregate_function_type.sql ch/tests/queries/0_stateless/03211_convert_outer_join_to_inner_join_anti_join.sql ch/tests/queries/0_stateless/03211_nested_json_merges.gen.sql ch/tests/queries/0_stateless/03211_nested_json_merges_small.gen.sql ch/tests/queries/0_stateless/03212_optimize_with_constraints_logical_error.sql ch/tests/queries/0_stateless/03213_array_element_msan.sql ch/tests/queries/0_stateless/03213_deep_json.sql ch/tests/queries/0_stateless/03213_denseRank_percentRank_alias.sql ch/tests/queries/0_stateless/03213_distributed_analyzer.sql ch/tests/queries/0_stateless/03213_rand_dos.sql ch/tests/queries/0_stateless/03214_bitslice_argument_evaluation.sql ch/tests/queries/0_stateless/03214_count_distinct_null_key_memory_leak.sql ch/tests/queries/0_stateless/03214_join_on_tuple_comparison_elimination_bug.sql ch/tests/queries/0_stateless/03214_json_typed_dynamic_path.sql ch/tests/queries/0_stateless/03215_analyzer_materialized_constants_bug.sql ch/tests/queries/0_stateless/03215_analyzer_replace_with_dummy_tables.sql ch/tests/queries/0_stateless/03215_key_condition_bug.sql ch/tests/queries/0_stateless/03215_multilinestring_geometry.sql ch/tests/queries/0_stateless/03215_parallel_replicas_crash_after_refactoring.sql ch/tests/queries/0_stateless/03215_parquet_index.sql ch/tests/queries/0_stateless/03215_parsing_archive_name_s3.sql ch/tests/queries/0_stateless/03215_toStartOfWeek_with_dateTime64_fix.sql ch/tests/queries/0_stateless/03215_udf_with_union.sql ch/tests/queries/0_stateless/03215_validate_type_in_alter_add_modify_column.sql ch/tests/queries/0_stateless/03215_varian_as_common_type_integers.sql ch/tests/queries/0_stateless/03215_varian_as_common_type_tuple_map.sql ch/tests/queries/0_stateless/03215_view_with_recursive.sql ch/tests/queries/0_stateless/03216_arrayWithConstant_limits.sql ch/tests/queries/0_stateless/03217_datetime64_constant_to_ast.sql ch/tests/queries/0_stateless/03217_filtering_in_storage_merge.sql ch/tests/queries/0_stateless/03217_filtering_in_system_tables.sql ch/tests/queries/0_stateless/03217_fliter_pushdown_no_keys.sql ch/tests/queries/0_stateless/03217_json_merge_patch_stack_overflow.sql ch/tests/queries/0_stateless/03217_primary_index_memory_leak.sql ch/tests/queries/0_stateless/03218_materialize_msan.sql ch/tests/queries/0_stateless/03221_merge_profile_events.sql ch/tests/queries/0_stateless/03221_mutate_profile_events.sql ch/tests/queries/0_stateless/03221_mutation_analyzer_skip_part.sql ch/tests/queries/0_stateless/03222_datetime64_small_value_const.sql ch/tests/queries/0_stateless/03222_date_time_inference.sql ch/tests/queries/0_stateless/03222_json_squashing.sql ch/tests/queries/0_stateless/03222_parallel_replicas_final_in_subquery.sql ch/tests/queries/0_stateless/03223_nested_json_in_shared_data_merges.sql ch/tests/queries/0_stateless/03224_json_merges_new_type_in_shared_data.sql ch/tests/queries/0_stateless/03224_nested_json_merges_new_type_in_shared_data.sql ch/tests/queries/0_stateless/03225_alter_to_json_not_supported.sql ch/tests/queries/0_stateless/03226_alter_update_dynamic_json_not_supported.sql ch/tests/queries/0_stateless/03227_dynamic_subcolumns_enumerate_streams.sql ch/tests/queries/0_stateless/03227_json_invalid_regexp.sql ch/tests/queries/0_stateless/03227_test_sample_n.sql ch/tests/queries/0_stateless/03228_dynamic_serializations_uninitialized_value.sql ch/tests/queries/0_stateless/03228_dynamic_subcolumns_from_subquery.sql ch/tests/queries/0_stateless/03228_pr_subquery_view_order_by.sql ch/tests/queries/0_stateless/03228_variant_permutation_issue.sql ch/tests/queries/0_stateless/03228_virtual_column_merge_dist.sql ch/tests/queries/0_stateless/03229_empty_tuple_in_array.sql ch/tests/queries/0_stateless/03229_json_null_as_default_for_tuple.sql ch/tests/queries/0_stateless/03229_json_structure_comparison.sql ch/tests/queries/0_stateless/03230_anyHeavy_merge.sql ch/tests/queries/0_stateless/03230_json_alias_new_old_types.sql ch/tests/queries/0_stateless/03230_subcolumns_mv.sql ch/tests/queries/0_stateless/03231_dynamic_incomplete_type_insert_bug.sql ch/tests/queries/0_stateless/03231_dynamic_not_safe_primary_key.sql ch/tests/queries/0_stateless/03231_dynamic_uniq_group_by.sql ch/tests/queries/0_stateless/03231_pr_duplicate_announcement_2.sql ch/tests/queries/0_stateless/03231_pr_duplicate_announcement.sql ch/tests/queries/0_stateless/03231_prewhere_conditions_order.sql ch/tests/queries/0_stateless/03232_json_uniq_group_by.sql ch/tests/queries/0_stateless/03232_pr_not_ready_set.sql ch/tests/queries/0_stateless/03236_squashing_high_memory.sql ch/tests/queries/0_stateless/03237_create_table_select_as_with_recursive.sql ch/tests/queries/0_stateless/03237_get_subcolumn_low_cardinality_column.sql ch/tests/queries/0_stateless/03237_max_map_state_decimal_serialization.sql ch/tests/queries/0_stateless/03240_insert_select_named_tuple.sql ch/tests/queries/0_stateless/03243_check_for_nullable_nothing_in_alter.sql ch/tests/queries/0_stateless/03243_compatibility_setting_with_alias.sql ch/tests/queries/0_stateless/03243_create_or_replace_view_dependency_check.sql ch/tests/queries/0_stateless/03245_views_and_filter_push_down_bug.sql ch/tests/queries/0_stateless/03246_alter_update_dynamic_hung.sql ch/tests/queries/0_stateless/03246_json_subcolumn_correct_type.sql ch/tests/queries/0_stateless/03246_json_tuple_decompress_race.sql ch/tests/queries/0_stateless/03246_range_literal_replacement_works.sql ch/tests/queries/0_stateless/03247_generic_arrayMin_arrayMax_fixes.sql ch/tests/queries/0_stateless/03247_materialized_view_select_intersect.sql ch/tests/queries/0_stateless/03247_object_column_copy.sql ch/tests/queries/0_stateless/03248_invalid_where.sql ch/tests/queries/0_stateless/03248_with_fill_string_crash.sql ch/tests/queries/0_stateless/03249_dynamic_alter_consistency.sql ch/tests/queries/0_stateless/03250_avoid_prefetch_empty_parts.sql ch/tests/queries/0_stateless/03250_json_group_by_sub_object_subcolumn.sql ch/tests/queries/0_stateless/03251_unaligned_window_function_state.sql ch/tests/queries/0_stateless/03252_fill_missed_arrays.sql ch/tests/queries/0_stateless/03254_uniq_exact_two_level_negative_zero.sql ch/tests/queries/0_stateless/03257_json_escape_file_names.sql ch/tests/queries/0_stateless/03258_old_analyzer_const_expr_bug.sql ch/tests/queries/0_stateless/03261_json_hints_types_check.sql ch/tests/queries/0_stateless/03261_optimize_rewrite_array_exists_to_has_crash.sql ch/tests/queries/0_stateless/03261_sort_cursor_crash.sql ch/tests/queries/0_stateless/03261_variant_permutation_bug.sql ch/tests/queries/0_stateless/03262_analyzer_materialized_view_in_with_cte.sql ch/tests/queries/0_stateless/03262_column_sizes_with_dynamic_structure.sql ch/tests/queries/0_stateless/03262_filter_push_down_view.sql ch/tests/queries/0_stateless/03263_analyzer_materialized_view_cte_nested.sql ch/tests/queries/0_stateless/03268_empty_tuple_update.sql ch/tests/queries/0_stateless/03269_partition_key_not_in_set.sql ch/tests/queries/0_stateless/03271_decimal_monotonic_day_of_week.sql ch/tests/queries/0_stateless/03271_dynamic_variant_in_min_max.sql ch/tests/queries/0_stateless/03272_partition_pruning_monotonic_func_bug.sql ch/tests/queries/0_stateless/03273_dynamic_pretty_json_serialization.sql ch/tests/queries/0_stateless/03273_format_inference_create_query_s3_url.sql ch/tests/queries/0_stateless/03273_select_from_explain_ast_non_select.sql ch/tests/queries/0_stateless/03274_dynamic_column_data_race_with_concurrent_hj.sql ch/tests/queries/0_stateless/03274_dynamic_column_sizes_vertical_merge.sql ch/tests/queries/0_stateless/03274_grace_hash_max_joined_block_size_rows_bug.sql ch/tests/queries/0_stateless/03276_empty_variant_type.sql ch/tests/queries/0_stateless/03276_functions_to_subcolumns_lc.sql ch/tests/queries/0_stateless/03276_parquet_output_compression_level.sql ch/tests/queries/0_stateless/03277_analyzer_array_join_fix.sql ch/tests/queries/0_stateless/03282_memory_transaction_crash.sql ch/tests/queries/0_stateless/03284_json_object_as_tuple_duplicate_keys.sql ch/tests/queries/0_stateless/03287_dynamic_and_json_squashing_fix.sql ch/tests/queries/0_stateless/03289_explain_syntax_statistics.sql ch/tests/queries/0_stateless/03289_tuple_element_to_subcolumn.sql ch/tests/queries/0_stateless/03290_dictionary_assert_on_function.sql ch/tests/queries/0_stateless/03290_final_collapsing.sql ch/tests/queries/0_stateless/03290_final_replacing.sql ch/tests/queries/0_stateless/03290_final_sample.sql ch/tests/queries/0_stateless/03290_limit_by_segv.sql ch/tests/queries/0_stateless/03291_json_big_structure_deserialization.sql ch/tests/queries/0_stateless/03299_deep_nested_map_creation.sql ch/tests/queries/0_stateless/03303_alias_inverse_order.sql ch/tests/queries/0_stateless/03305_compressed_memory_eng_crash_reading_subcolumn.sql ch/tests/queries/0_stateless/03305_fix_kafka_table_with_kw_arguments.sql ch/tests/queries/0_stateless/03312_issue_74299.sql ch/tests/queries/0_stateless/03313_case_insensitive_json_type_declaration.sql ch/tests/queries/0_stateless/03321_functions_to_subcolumns_skip_index.sql ch/tests/queries/0_stateless/03321_join_on_is_null_lowcardinality.sql ch/tests/queries/0_stateless/03325_distributed_join_json_array_subcolumns.sql ch/tests/queries/0_stateless/03352_distinct_sorted_bug.sql ch/tests/queries/0_stateless/03447_grouping_sets_analyzer_const_columns.sql ch/tests/queries/0_stateless/03456_match_index_prefix_extraction.sql ch/tests/queries/0_stateless/03519_ttl_extended_data_types.sql 2025-10-03 23:46:58 [Inferior 1 (process 912) exited normally] 2025-10-03 23:46:58 script.gdb:13: Error in sourced command file: 2025-10-03 23:46:58 No stack. 2025-10-03 23:46:58 + timeout -s TERM --preserve-status 30m clickhouse-client --max_memory_usage_in_client=1000000000 --receive_timeout=10 --receive_data_timeout_ms=10000 --stacktrace --query-fuzzer-runs=1000 --create-query-fuzzer-runs=50 --queries-file ch/tests/queries/0_stateless/01109_inflating_cross_join.sql ch/tests/queries/0_stateless/00229_prewhere_column_missing.sql ch/tests/queries/0_stateless/00358_from_string_complex_types.sql ch/tests/queries/0_stateless/00321_pk_set.sql ch/tests/queries/0_stateless/01251_string_comparison.sql ch/tests/queries/0_stateless/01716_array_difference_overflow.sql ch/tests/queries/0_stateless/00950_test_gorilla_codec.sql ch/tests/queries/0_stateless/02366_kql_func_datetime.sql ch/tests/queries/0_stateless/03213_deep_json.sql ch/tests/queries/0_stateless/03321_functions_to_subcolumns_skip_index.sql ch/tests/queries/0_stateless/02882_formatQuery.sql ch/tests/queries/0_stateless/02346_fulltext_index_search.sql ch/tests/queries/0_stateless/02354_vector_search_bugs.sql ch/tests/queries/0_stateless/03169_cache_complex_dict_short_circuit_bug.sql ch/tests/queries/0_stateless/02494_query_cache_user_quotas.sql ch/tests/queries/0_stateless/02834_timestamp_function.sql ch/tests/queries/0_stateless/03164_linestring_geometry.sql ch/tests/queries/0_stateless/02724_mutliple_storage_join.sql ch/tests/queries/0_stateless/01121_remote_scalar_subquery.sql ch/tests/queries/0_stateless/00235_create_temporary_table_as.sql ch/tests/queries/0_stateless/02307_join_get_array_null.sql ch/tests/queries/0_stateless/00898_quantile_timing_parameter_check.sql ch/tests/queries/0_stateless/02962_analyzer_const_in_count_distinct.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias_bug.sql ch/tests/queries/0_stateless/01126_month_partitioning_consistent_code.sql ch/tests/queries/0_stateless/02994_inconsistent_formatting.sql ch/tests/queries/0_stateless/01506_buffer_table_alter_block_structure.sql ch/tests/queries/0_stateless/02955_analyzer_using_functional_args.gen.sql ch/tests/queries/0_stateless/02830_insert_values_time_interval.sql ch/tests/queries/0_stateless/01307_polygon_perimeter.sql ch/tests/queries/0_stateless/00564_initial_column_values_with_default_expression.sql ch/tests/queries/0_stateless/01559_misplaced_codec_diagnostics.sql ch/tests/queries/0_stateless/00756_power_alias.sql ch/tests/queries/0_stateless/02035_isNull_isNotNull_format.sql ch/tests/queries/0_stateless/01069_set_in_group_by.sql ch/tests/queries/0_stateless/01396_low_cardinality_fixed_string_default.sql ch/tests/queries/0_stateless/02888_obsolete_settings.sql ch/tests/queries/0_stateless/01550_mutation_subquery.sql ch/tests/queries/0_stateless/02494_query_cache_key.sql ch/tests/queries/0_stateless/03215_parallel_replicas_crash_after_refactoring.sql ch/tests/queries/0_stateless/00396_uuid_v7.sql ch/tests/queries/0_stateless/01014_function_repeat_corner_cases.sql ch/tests/queries/0_stateless/02341_analyzer_aliases_basics.sql ch/tests/queries/0_stateless/02128_hex_bin_on_uuid.sql ch/tests/queries/0_stateless/02132_empty_mutation_livelock.sql ch/tests/queries/0_stateless/02752_is_null_priority.sql ch/tests/queries/0_stateless/02947_merge_tree_index_table_2.sql ch/tests/queries/0_stateless/02286_tuple_numeric_identifier.sql ch/tests/queries/0_stateless/00315_quantile_off_by_one.sql ch/tests/queries/0_stateless/00489_pk_subexpression.sql ch/tests/queries/0_stateless/02002_parse_map_int_key.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_1_memory.sql ch/tests/queries/0_stateless/02811_ip_dict_attribute.sql ch/tests/queries/0_stateless/00558_aggregate_merge_totals_with_arenas.sql ch/tests/queries/0_stateless/00104_totals_having_mode.sql ch/tests/queries/0_stateless/01515_with_global_and_with_propagation.sql ch/tests/queries/0_stateless/00950_dict_get.sql ch/tests/queries/0_stateless/00875_join_right_nulls.sql ch/tests/queries/0_stateless/02344_insert_profile_events_stress.sql ch/tests/queries/0_stateless/01247_some_msan_crashs_from_22517.sql ch/tests/queries/0_stateless/03271_dynamic_variant_in_min_max.sql ch/tests/queries/0_stateless/02815_join_algorithm_setting.sql ch/tests/queries/0_stateless/01096_block_serialized_state.sql ch/tests/queries/0_stateless/01465_ttl_recompression.sql ch/tests/queries/0_stateless/02097_polygon_dictionary_store_key.sql ch/tests/queries/0_stateless/03208_numbers_total_rows_approx.sql ch/tests/queries/0_stateless/00182_functions_higher_order_and_consts.sql ch/tests/queries/0_stateless/01432_parse_date_time_best_effort_timestamp.sql ch/tests/queries/0_stateless/01011_test_create_as_skip_indices.sql ch/tests/queries/0_stateless/02020_exponential_smoothing_cross_block.sql ch/tests/queries/0_stateless/02494_optimize_group_by_function_keys_and_alias_columns.sql ch/tests/queries/0_stateless/02708_dotProduct.sql ch/tests/queries/0_stateless/01079_alter_default_zookeeper_long.sql ch/tests/queries/0_stateless/01917_distinct_on.sql ch/tests/queries/0_stateless/02245_weird_partitions_pruning.sql ch/tests/queries/0_stateless/02998_attach_partition_not_allowed_if_structure_differs_due_to_materialized_column.sql ch/tests/queries/0_stateless/02715_bit_operations_float.sql ch/tests/queries/0_stateless/01706_optimize_normalize_count_variants.sql ch/tests/queries/0_stateless/01557_field_infinite_convert_to_number.sql ch/tests/queries/0_stateless/02179_dict_reload_on_cluster.sql ch/tests/queries/0_stateless/00647_histogram_negative.sql ch/tests/queries/0_stateless/02985_if_over_big_int_decimal.sql ch/tests/queries/0_stateless/03129_update_nested_materialized_column_check.sql ch/tests/queries/0_stateless/02805_distributed_queries_timeouts.sql ch/tests/queries/0_stateless/01655_agg_if_nullable.sql ch/tests/queries/0_stateless/01710_projection_with_nullable_keys.sql ch/tests/queries/0_stateless/01650_drop_part_and_deduplication_zookeeper_long.sql ch/tests/queries/0_stateless/02125_recursive_sql_user_defined_functions.sql ch/tests/queries/0_stateless/01605_skip_idx_compact_parts.sql ch/tests/queries/0_stateless/00135_duplicate_group_by_keys_segfault.sql ch/tests/queries/0_stateless/02155_nested_lc_defalut_bug.sql ch/tests/queries/0_stateless/00158_buffer_and_nonexistent_table.sql ch/tests/queries/0_stateless/01633_limit_fuzz.sql ch/tests/queries/0_stateless/02789_functions_after_sorting_and_columns_with_same_names_bug_2.sql ch/tests/queries/0_stateless/01780_dict_get_or_null.sql ch/tests/queries/0_stateless/02426_create_suspicious_fixed_string.sql ch/tests/queries/0_stateless/02176_toStartOfWeek_overflow_pruning.sql ch/tests/queries/0_stateless/00040_array_enumerate_uniq.sql ch/tests/queries/0_stateless/01710_projections_and_duplicate_columms.sql ch/tests/queries/0_stateless/01558_transform_null_in.sql ch/tests/queries/0_stateless/01522_validate_alter_default.sql ch/tests/queries/0_stateless/02241_short_circuit_short_column.sql ch/tests/queries/0_stateless/01376_array_fill_empty.sql ch/tests/queries/0_stateless/00914_replicate.sql ch/tests/queries/0_stateless/03290_dictionary_assert_on_function.sql ch/tests/queries/0_stateless/01712_no_adaptive_granularity_vertical_merge.sql ch/tests/queries/0_stateless/00995_order_by_with_fill.sql ch/tests/queries/0_stateless/03093_analyzer_column_alias.sql ch/tests/queries/0_stateless/00779_all_right_join_max_block_size.sql ch/tests/queries/0_stateless/01093_cyclic_defaults_filimonov.sql ch/tests/queries/0_stateless/02115_map_contains_analyzer.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement_2.sql ch/tests/queries/0_stateless/02922_respect_nulls_states.sql ch/tests/queries/0_stateless/00593_union_all_assert_columns_removed.sql ch/tests/queries/0_stateless/01509_output_format_pretty_row_numbers.sql ch/tests/queries/0_stateless/00317_in_tuples_and_out_of_range_values.sql ch/tests/queries/0_stateless/01553_settings_early_apply.sql ch/tests/queries/0_stateless/01944_range_max_elements.sql ch/tests/queries/0_stateless/01414_freeze_does_not_prevent_alters.sql ch/tests/queries/0_stateless/01353_topk_enum.sql ch/tests/queries/0_stateless/03168_inconsistent_ast_formatting.sql ch/tests/queries/0_stateless/02017_order_by_with_fill_redundant_functions.sql ch/tests/queries/0_stateless/02675_sparse_columns_clear_column.sql ch/tests/queries/0_stateless/02403_ttl_column_multiple_times.sql ch/tests/queries/0_stateless/01300_svg.sql ch/tests/queries/0_stateless/01018_ambiguous_column.sql ch/tests/queries/0_stateless/02525_analyzer_function_in_crash_fix.sql ch/tests/queries/0_stateless/01821_to_date_time_ubsan.sql ch/tests/queries/0_stateless/02244_make_datetime.sql ch/tests/queries/0_stateless/00722_inner_join.sql ch/tests/queries/0_stateless/02780_final_streams_data_skipping_index.sql ch/tests/queries/0_stateless/03033_create_as_copies_comment.sql ch/tests/queries/0_stateless/02436_system_zookeeper_context.sql ch/tests/queries/0_stateless/01083_cross_to_inner_with_in_bug.sql ch/tests/queries/0_stateless/01353_neighbor_overflow.sql ch/tests/queries/0_stateless/03091_analyzer_same_table_name_in_different_databases.sql ch/tests/queries/0_stateless/02452_json_utf8_validation.sql ch/tests/queries/0_stateless/02789_set_index_nullable_condition_bug.sql ch/tests/queries/0_stateless/02889_parts_columns_filenames.sql ch/tests/queries/0_stateless/01630_simple_aggregate_function_in_summing_merge_tree.sql ch/tests/queries/0_stateless/01710_projection_part_check.sql ch/tests/queries/0_stateless/02524_fuzz_and_fuss.sql ch/tests/queries/0_stateless/00219_full_right_join_column_order.sql ch/tests/queries/0_stateless/01591_window_functions.sql ch/tests/queries/0_stateless/01050_group_array_sample.sql ch/tests/queries/0_stateless/01293_system_distribution_queue.sql ch/tests/queries/0_stateless/00220_shard_with_totals_in_subquery_remote_and_limit.sql ch/tests/queries/0_stateless/00715_bounding_ratio_merge_empty.sql ch/tests/queries/0_stateless/02316_cast_to_ip_address_default_column.sql ch/tests/queries/0_stateless/02245_s3_schema_desc.sql ch/tests/queries/0_stateless/01825_type_json_2.sql ch/tests/queries/0_stateless/02499_read_json_objects_as_strings.sql ch/tests/queries/0_stateless/02769_compare_functions_nan.sql ch/tests/queries/0_stateless/01318_parallel_final_stuck.sql ch/tests/queries/0_stateless/01227_distributed_global_in_issue_2610.sql ch/tests/queries/0_stateless/00331_final_and_prewhere.sql ch/tests/queries/0_stateless/00404_null_literal.sql ch/tests/queries/0_stateless/03008_deduplication_insert_into_partitioned_table.sql ch/tests/queries/0_stateless/00073_merge_sorting_empty_array_joined.sql ch/tests/queries/0_stateless/02787_transform_null.sql ch/tests/queries/0_stateless/00110_external_sort.sql ch/tests/queries/0_stateless/01720_type_map_and_casts.sql ch/tests/queries/0_stateless/01137_order_by_func_final.sql ch/tests/queries/0_stateless/03150_trace_log_add_build_id.sql ch/tests/queries/0_stateless/03031_tuple_elimination_analyzer.sql ch/tests/queries/0_stateless/02782_inconsistent_formatting_and_constant_folding.sql ch/tests/queries/0_stateless/02810_fix_remove_dedundant_distinct_view.sql ch/tests/queries/0_stateless/01943_query_id_check.sql ch/tests/queries/0_stateless/00957_neighbor.sql ch/tests/queries/0_stateless/00961_checksums_in_system_parts_columns_table.sql ch/tests/queries/0_stateless/01050_window_view_parser_tumble.sql ch/tests/queries/0_stateless/03034_recursive_cte_tree_fuzz_crash_fix.sql ch/tests/queries/0_stateless/03164_optimize_read_in_order_nullable.sql ch/tests/queries/0_stateless/01680_predicate_pushdown_union_distinct_subquery.sql ch/tests/queries/0_stateless/02912_ingestion_mv_deduplication.sql ch/tests/queries/0_stateless/01291_unsupported_conversion_from_decimal.sql ch/tests/queries/0_stateless/01527_materialized_view_stack_overflow.sql ch/tests/queries/0_stateless/02469_interval_msan.sql ch/tests/queries/0_stateless/02944_variant_as_common_type.sql ch/tests/queries/0_stateless/00715_bounding_ratio.sql ch/tests/queries/0_stateless/00707_float_csv_delimiter.sql ch/tests/queries/0_stateless/02025_dictionary_array_nested_map.sql ch/tests/queries/0_stateless/01518_cast_nullable_virtual_system_column.sql ch/tests/queries/0_stateless/01710_projections_group_by_no_key.sql ch/tests/queries/0_stateless/03040_alias_column_join.sql ch/tests/queries/0_stateless/01645_system_table_engines.sql ch/tests/queries/0_stateless/02710_aggregation_nested_map_ip_uuid.sql ch/tests/queries/0_stateless/01670_dictionary_create_key_expression.sql ch/tests/queries/0_stateless/03214_bitslice_argument_evaluation.sql ch/tests/queries/0_stateless/02313_displayname.sql ch/tests/queries/0_stateless/00108_shard_totals_after_having.sql ch/tests/queries/0_stateless/00225_join_duplicate_columns.sql ch/tests/queries/0_stateless/02723_zookeeper_name.sql ch/tests/queries/0_stateless/02689_meaningless_data_types.sql ch/tests/queries/0_stateless/01880_remote_ipv6.sql ch/tests/queries/0_stateless/00933_ttl_simple.sql ch/tests/queries/0_stateless/01655_test_isnull_mysql_dialect.sql ch/tests/queries/0_stateless/02731_analyzer_join_resolve_nested.gen.sql ch/tests/queries/0_stateless/00299_stripe_log_multiple_inserts.sql ch/tests/queries/0_stateless/01517_drop_mv_with_inner_table.sql ch/tests/queries/0_stateless/00423_storage_log_single_thread.sql ch/tests/queries/0_stateless/03002_map_array_functions_with_low_cardinality.sql ch/tests/queries/0_stateless/02889_print_pretty_type_names.sql ch/tests/queries/0_stateless/02154_bitmap_contains.sql ch/tests/queries/0_stateless/00120_join_and_group_by.sql ch/tests/queries/0_stateless/02918_analyzer_to_ast_crash.sql ch/tests/queries/0_stateless/01710_projection_additional_filters.sql ch/tests/queries/0_stateless/02416_keeper_map.sql ch/tests/queries/0_stateless/02561_with_fill_date_datetime_incompatible.sql ch/tests/queries/0_stateless/02907_read_buffer_content_is_cached_multiple_blobs.sql ch/tests/queries/0_stateless/02097_default_dict_get_add_database.sql ch/tests/queries/0_stateless/00807_regexp_quote_meta.sql ch/tests/queries/0_stateless/02864_replace_regexp_string_fallback.sql ch/tests/queries/0_stateless/01413_rows_events.sql ch/tests/queries/0_stateless/00515_enhanced_time_zones.sql ch/tests/queries/0_stateless/00131_set_hashed.sql ch/tests/queries/0_stateless/00755_avg_value_size_hint_passing.sql ch/tests/queries/0_stateless/01355_if_fixed_string.sql ch/tests/queries/0_stateless/01277_buffer_column_order.sql ch/tests/queries/0_stateless/00117_parsing_arrays.sql ch/tests/queries/0_stateless/00910_zookeeper_custom_compression_codecs_replicated_long.sql ch/tests/queries/0_stateless/02554_rewrite_count_distinct_if_with_count_distinct_implementation.sql ch/tests/queries/0_stateless/00500_point_in_polygon_nan.sql ch/tests/queries/0_stateless/00038_totals_limit.sql ch/tests/queries/0_stateless/00732_decimal_summing_merge_tree.sql ch/tests/queries/0_stateless/02410_csv_empty_fields_inference.sql ch/tests/queries/0_stateless/02931_max_num_to_warn.sql ch/tests/queries/0_stateless/00863_comma_join_in.sql ch/tests/queries/0_stateless/01442_h3kring_range_check.sql ch/tests/queries/0_stateless/01273_lc_fixed_string_field.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_2_memory.sql ch/tests/queries/0_stateless/03008_groupSortedArray_field.sql ch/tests/queries/0_stateless/00879_cast_to_decimal_crash.sql ch/tests/queries/0_stateless/01199_url_functions_path_without_schema_yiurule.sql ch/tests/queries/0_stateless/00149_function_url_hash.sql ch/tests/queries/0_stateless/02125_fix_storage_filelog.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_replacing_merge_tree.sql ch/tests/queries/0_stateless/01670_sign_function.sql ch/tests/queries/0_stateless/02542_transform_new.sql ch/tests/queries/0_stateless/01475_read_subcolumns.sql ch/tests/queries/0_stateless/01603_decimal_mult_float.sql ch/tests/queries/0_stateless/01090_zookeeper_mutations_and_insert_quorum_long.sql ch/tests/queries/0_stateless/01436_storage_merge_with_join_push_down.sql ch/tests/queries/0_stateless/02992_analyzer_group_by_const.sql ch/tests/queries/0_stateless/02699_polygons_sym_difference_rollup.sql ch/tests/queries/0_stateless/02988_ordinary_database_warning.sql ch/tests/queries/0_stateless/00757_enum_defaults_const_analyzer.sql ch/tests/queries/0_stateless/01015_random_constant.sql ch/tests/queries/0_stateless/01798_having_push_down.sql ch/tests/queries/0_stateless/01543_collate_in_tuple.sql ch/tests/queries/0_stateless/02325_compatibility_setting_2.sql ch/tests/queries/0_stateless/01681_cache_dictionary_simple_key.sql ch/tests/queries/0_stateless/02994_merge_tree_mutations_cleanup.gen.sql ch/tests/queries/0_stateless/02890_describe_table_options.sql ch/tests/queries/0_stateless/01030_storage_set_supports_read.sql ch/tests/queries/0_stateless/01640_marks_corruption_regression.sql ch/tests/queries/0_stateless/03210_convert_outer_join_to_inner_join_any_join.sql ch/tests/queries/0_stateless/01521_alter_enum_and_reverse_read.sql ch/tests/queries/0_stateless/03203_count_with_non_deterministic_function.sql ch/tests/queries/0_stateless/01710_projection_with_mixed_pipeline.sql ch/tests/queries/0_stateless/01802_rank_corr_mann_whitney_over_window.sql ch/tests/queries/0_stateless/00935_to_iso_week_first_year.sql ch/tests/queries/0_stateless/02771_semi_join_use_nulls.gen.sql ch/tests/queries/0_stateless/02428_combinators_with_over_statement.sql ch/tests/queries/0_stateless/00079_defaulted_columns.sql ch/tests/queries/0_stateless/01518_nullable_aggregate_states1.sql ch/tests/queries/0_stateless/02536_distributed_detach_table.sql ch/tests/queries/0_stateless/00919_sum_aggregate_states_constants.sql ch/tests/queries/0_stateless/02559_ip_types_bloom.sql ch/tests/queries/0_stateless/01669_join_or_duplicates.sql ch/tests/queries/0_stateless/02152_short_circuit_throw_if.sql ch/tests/queries/0_stateless/00700_decimal_math.sql ch/tests/queries/0_stateless/02389_analyzer_nested_lambda.sql ch/tests/queries/0_stateless/03263_analyzer_materialized_view_cte_nested.sql ch/tests/queries/0_stateless/02493_analyzer_sum_if_to_count_if.sql ch/tests/queries/0_stateless/02233_optimize_aggregation_in_order_prefix.sql ch/tests/queries/0_stateless/00522_multidimensional.sql ch/tests/queries/0_stateless/02424_pod_array_overflow.sql ch/tests/queries/0_stateless/02224_s2_test_const_columns.sql ch/tests/queries/0_stateless/02932_query_settings_max_size_drop.sql ch/tests/queries/0_stateless/02705_projection_and_ast_optimizations_bug.sql ch/tests/queries/0_stateless/02803_remote_cannot_clone_block.sql ch/tests/queries/0_stateless/01414_low_cardinality_nullable.sql ch/tests/queries/0_stateless/00800_low_cardinality_array_group_by_arg.sql ch/tests/queries/0_stateless/00340_squashing_insert_select.sql ch/tests/queries/0_stateless/02983_empty_map_hasToken.sql ch/tests/queries/0_stateless/01291_geo_types.sql ch/tests/queries/0_stateless/02494_query_cache_system_tables.sql ch/tests/queries/0_stateless/03205_json_syntax.sql ch/tests/queries/0_stateless/01710_projection_mutation.sql ch/tests/queries/0_stateless/01518_nullable_aggregate_states2.sql ch/tests/queries/0_stateless/02953_slow_create_view.sql ch/tests/queries/0_stateless/01825_type_json_missed_values.sql ch/tests/queries/0_stateless/03014_async_with_dedup_part_log_rmt.sql ch/tests/queries/0_stateless/02475_split_with_max_substrings.sql ch/tests/queries/0_stateless/03003_enum_and_string_compatible.sql ch/tests/queries/0_stateless/00999_full_join_dup_keys_crash.sql ch/tests/queries/0_stateless/02994_cosineDistanceNullable.sql ch/tests/queries/0_stateless/02306_part_types_profile_events.sql ch/tests/queries/0_stateless/00976_asof_join_on.gen.sql ch/tests/queries/0_stateless/02316_const_string_intersact.sql ch/tests/queries/0_stateless/01481_join_with_materialized.sql ch/tests/queries/0_stateless/01409_topK_merge.sql ch/tests/queries/0_stateless/02505_forbid_paths_in_datetime_timezone.sql ch/tests/queries/0_stateless/00703_join_crash.sql ch/tests/queries/0_stateless/00425_count_nullable.sql ch/tests/queries/0_stateless/03093_with_fill_support_constant_expression.sql ch/tests/queries/0_stateless/02428_partial_sort_optimization_bug.sql ch/tests/queries/0_stateless/01257_dictionary_mismatch_types.sql ch/tests/queries/0_stateless/03093_filter_push_down_crash.gen.sql ch/tests/queries/0_stateless/00743_limit_by_not_found_column.sql ch/tests/queries/0_stateless/01657_array_element_ubsan.sql ch/tests/queries/0_stateless/00757_enum_defaults_const.sql ch/tests/queries/0_stateless/02932_set_ttl_where.sql ch/tests/queries/0_stateless/00738_nested_merge_multidimensional_array.sql ch/tests/queries/0_stateless/00962_visit_param_various.sql ch/tests/queries/0_stateless/01312_comparison_with_constant_string_in_index_analysis.sql ch/tests/queries/0_stateless/02962_max_joined_block_rows.sql ch/tests/queries/0_stateless/01056_predicate_optimizer_bugs.sql ch/tests/queries/0_stateless/00350_count_distinct.sql ch/tests/queries/0_stateless/00175_if_num_arrays.sql ch/tests/queries/0_stateless/02874_toDaysSinceYearZero.sql ch/tests/queries/0_stateless/02783_date_predicate_optimizations.sql ch/tests/queries/0_stateless/03231_dynamic_uniq_group_by.sql ch/tests/queries/0_stateless/01824_move_to_prewhere_many_columns.sql ch/tests/queries/0_stateless/02481_low_cardinality_with_short_circuit_functins_mutations.sql ch/tests/queries/0_stateless/01825_new_type_json_10.sql ch/tests/queries/0_stateless/00980_zookeeper_merge_tree_alter_settings.sql ch/tests/queries/0_stateless/00975_values_list.sql ch/tests/queries/0_stateless/01092_memory_profiler.sql ch/tests/queries/0_stateless/02386_analyzer_in_function_nested_subqueries.sql ch/tests/queries/0_stateless/01021_only_tuple_columns.sql ch/tests/queries/0_stateless/00933_reserved_word.sql ch/tests/queries/0_stateless/01263_type_conversion_nvartolomei.sql ch/tests/queries/0_stateless/02160_h3_hex_area_Km2.sql ch/tests/queries/0_stateless/01534_lambda_array_join.sql ch/tests/queries/0_stateless/01016_simhash_minhash.sql ch/tests/queries/0_stateless/01763_filter_push_down_bugs.sql ch/tests/queries/0_stateless/00849_multiple_comma_join_2.sql ch/tests/queries/0_stateless/00712_prewhere_with_missing_columns_2.sql ch/tests/queries/0_stateless/01528_allow_nondeterministic_optimize_skip_unused_shards.sql ch/tests/queries/0_stateless/00109_shard_totals_after_having.sql ch/tests/queries/0_stateless/00696_system_columns_limit.sql ch/tests/queries/0_stateless/02833_std_alias.sql ch/tests/queries/0_stateless/02265_cross_join_empty_list.sql ch/tests/queries/0_stateless/02404_memory_bound_merging.sql ch/tests/queries/0_stateless/02345_partial_sort_transform_optimization.sql ch/tests/queries/0_stateless/02125_constant_if_condition_and_not_existing_column.sql ch/tests/queries/0_stateless/02736_bit_count_big_int.sql ch/tests/queries/0_stateless/01507_transform_null_in.sql ch/tests/queries/0_stateless/02345_implicit_transaction.sql ch/tests/queries/0_stateless/02152_count_distinct_optimization.sql ch/tests/queries/0_stateless/01852_multiple_joins_with_union_join.sql ch/tests/queries/0_stateless/00309_formats.sql ch/tests/queries/0_stateless/02931_ubsan_error_arena_aligned_alloc.sql ch/tests/queries/0_stateless/02518_qualified_asterisks_alias_table_name.sql ch/tests/queries/0_stateless/02797_join_nested_lowcardinality_convert.gen.sql ch/tests/queries/0_stateless/02968_analyzer_join_column_not_found.sql ch/tests/queries/0_stateless/00578_merge_table_sampling.sql ch/tests/queries/0_stateless/02391_recursive_buffer.sql ch/tests/queries/0_stateless/01376_GROUP_BY_injective_elimination_dictGet.sql ch/tests/queries/0_stateless/02513_broken_datetime64_init_on_mac.sql ch/tests/queries/0_stateless/01064_incremental_streaming_from_2_src_with_feedback.sql ch/tests/queries/0_stateless/01070_materialize_ttl.sql ch/tests/queries/0_stateless/02920_alter_column_of_projections.sql ch/tests/queries/0_stateless/02976_system_zookeeper_filters.sql ch/tests/queries/0_stateless/00558_parse_floats.sql ch/tests/queries/0_stateless/02935_format_with_arbitrary_types.sql ch/tests/queries/0_stateless/02464_decimal_scale_buffer_overflow.sql ch/tests/queries/0_stateless/01547_query_log_current_database.sql ch/tests/queries/0_stateless/02168_avro_bug.sql ch/tests/queries/0_stateless/03290_final_sample.sql ch/tests/queries/0_stateless/02126_dist_desc.gen.sql ch/tests/queries/0_stateless/00330_view_subqueries.sql ch/tests/queries/0_stateless/02916_distributed_skip_unavailable_shards.sql ch/tests/queries/0_stateless/03165_parseReadableSize.sql ch/tests/queries/0_stateless/01632_group_array_msan.sql ch/tests/queries/0_stateless/02972_to_string_nullable_timezone.sql ch/tests/queries/0_stateless/02423_json_quote_float64.sql ch/tests/queries/0_stateless/01651_lc_insert_tiny_log_3.sql ch/tests/queries/0_stateless/00938_dataset_test.sql ch/tests/queries/0_stateless/03094_one_thousand_joins.sql ch/tests/queries/0_stateless/02786_max_execution_time_leaf.sql ch/tests/queries/0_stateless/02313_dump_column_structure_low_cardinality.sql ch/tests/queries/0_stateless/01840_tupleElement_formatting_fuzzer.sql ch/tests/queries/0_stateless/00319_index_for_like.sql ch/tests/queries/0_stateless/01853_s2_cells_intersect.sql ch/tests/queries/0_stateless/01305_polygons_union.sql ch/tests/queries/0_stateless/00980_skip_unused_shards_without_sharding_key.sql ch/tests/queries/0_stateless/01926_order_by_desc_limit.sql ch/tests/queries/0_stateless/00224_shard_distributed_aggregation_memory_efficient_and_overflows.sql ch/tests/queries/0_stateless/02966_float32_promotion.sql ch/tests/queries/0_stateless/02346_fulltext_index_detach_attach.sql ch/tests/queries/0_stateless/00138_table_aliases.sql ch/tests/queries/0_stateless/00628_in_lambda_on_merge_table_bug.sql ch/tests/queries/0_stateless/01055_compact_parts_1.sql ch/tests/queries/0_stateless/01649_with_alias_key_condition.sql ch/tests/queries/0_stateless/02553_new_type_json_attach_partition.sql ch/tests/queries/0_stateless/00345_index_accurate_comparison.sql ch/tests/queries/0_stateless/02212_h3_get_pentagon_indexes.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_memory.sql ch/tests/queries/0_stateless/01034_sample_final_distributed.sql ch/tests/queries/0_stateless/00808_not_optimize_predicate.sql ch/tests/queries/0_stateless/02684_bson.sql ch/tests/queries/0_stateless/02242_if_then_else_null_bug.sql ch/tests/queries/0_stateless/01277_fromUnixTimestamp64.sql ch/tests/queries/0_stateless/00999_test_skip_indices_with_alter_and_merge.sql ch/tests/queries/0_stateless/00183_skip_unavailable_shards.sql ch/tests/queries/0_stateless/02817_group_array_moving_zero_window_size.sql ch/tests/queries/0_stateless/00754_alter_modify_order_by.sql ch/tests/queries/0_stateless/01934_constexpr_aggregate_function_parameters.sql ch/tests/queries/0_stateless/02385_analyzer_aliases_compound_expression.sql ch/tests/queries/0_stateless/02792_alter_table_modify_comment.sql ch/tests/queries/0_stateless/03095_window_functions_qualify.sql ch/tests/queries/0_stateless/01521_distributed_query_hang.sql ch/tests/queries/0_stateless/02519_monotonicity_fuzz.sql ch/tests/queries/0_stateless/03143_ttl_in_system_parts_columns_table.sql ch/tests/queries/0_stateless/01269_toStartOfSecond.sql ch/tests/queries/0_stateless/01047_simple_aggregate_sizes_of_columns_bug.sql ch/tests/queries/0_stateless/01637_nullable_fuzz3.sql ch/tests/queries/0_stateless/01503_fixed_string_primary_key.sql ch/tests/queries/0_stateless/02030_tuple_filter.sql ch/tests/queries/0_stateless/01051_new_any_join_engine.sql ch/tests/queries/0_stateless/01285_date_datetime_key_condition.sql ch/tests/queries/0_stateless/02721_url_cluster.sql ch/tests/queries/0_stateless/01070_string_to_h3.sql ch/tests/queries/0_stateless/02460_prewhere_row_level_policy.sql ch/tests/queries/0_stateless/00529_orantius.sql ch/tests/queries/0_stateless/00414_time_zones_direct_conversion.sql ch/tests/queries/0_stateless/03080_analyzer_prefer_column_name_to_alias__virtual_columns.sql ch/tests/queries/0_stateless/01295_aggregation_bug_11413.sql ch/tests/queries/0_stateless/02679_query_parameters_dangling_pointer.sql ch/tests/queries/0_stateless/02734_sparse_columns_mutation.sql ch/tests/queries/0_stateless/02918_optimize_count_for_merge_tables.sql ch/tests/queries/0_stateless/01506_ttl_same_with_order_by.sql ch/tests/queries/0_stateless/03218_materialize_msan.sql ch/tests/queries/0_stateless/02211_jsonl_format_extension.sql ch/tests/queries/0_stateless/02785_summing_merge_tree_datetime64.sql ch/tests/queries/0_stateless/01158_zookeeper_log_long.sql ch/tests/queries/0_stateless/02706_kolmogorov_smirnov_test.sql ch/tests/queries/0_stateless/02155_parse_date_lowcard_default_throw.sql ch/tests/queries/0_stateless/01414_push_predicate_when_contains_with_clause.sql ch/tests/queries/0_stateless/01560_crash_in_agg_empty_arglist.sql ch/tests/queries/0_stateless/02474_fix_function_parser_bug.sql ch/tests/queries/0_stateless/01001_enums_in_in_section.sql ch/tests/queries/0_stateless/02916_replication_protocol_wait_for_part.sql ch/tests/queries/0_stateless/01652_ttl_old_syntax.sql ch/tests/queries/0_stateless/03168_fuzz_multiIf_short_circuit.sql ch/tests/queries/0_stateless/01634_sum_map_nulls.sql ch/tests/queries/0_stateless/03053_analyzer_join_alias.sql ch/tests/queries/0_stateless/00700_decimal_gathers.sql ch/tests/queries/0_stateless/02458_key_condition_not_like_prefix.sql ch/tests/queries/0_stateless/03224_nested_json_merges_new_type_in_shared_data.sql ch/tests/queries/0_stateless/02566_analyzer_limit_settings_distributed.sql ch/tests/queries/0_stateless/00465_nullable_default.sql ch/tests/queries/0_stateless/00930_max_partitions_per_insert_block.sql ch/tests/queries/0_stateless/00830_join_overwrite.sql ch/tests/queries/0_stateless/00098_l_union_all.sql ch/tests/queries/0_stateless/00178_function_replicate.sql ch/tests/queries/0_stateless/01760_ddl_dictionary_use_current_database_name.sql ch/tests/queries/0_stateless/02680_illegal_type_of_filter_projection.sql ch/tests/queries/0_stateless/02006_todatetime64_from_string.sql ch/tests/queries/0_stateless/02268_json_wrong_root_type_in_schema_inference.sql ch/tests/queries/0_stateless/01032_cityHash64_for_UUID.sql ch/tests/queries/0_stateless/01663_aes_msan.sql ch/tests/queries/0_stateless/02523_array_shuffle.sql ch/tests/queries/0_stateless/00178_query_datetime64_index.sql ch/tests/queries/0_stateless/02577_analyzer_array_join_calc_twice.sql ch/tests/queries/0_stateless/02811_insert_schema_inference.sql ch/tests/queries/0_stateless/01942_untuple_transformers_msan.sql ch/tests/queries/0_stateless/02210_append_to_dev_dull.sql ch/tests/queries/0_stateless/02863_non_const_timezone_check.sql ch/tests/queries/0_stateless/02343_analyzer_lambdas_issue_28083.sql ch/tests/queries/0_stateless/02016_agg_empty_result_bug_28880.sql ch/tests/queries/0_stateless/00205_emptyscalar_subquery_type_mismatch_bug.sql ch/tests/queries/0_stateless/01304_polygons_sym_difference.sql ch/tests/queries/0_stateless/03142_alter_comment_parameterized_view.sql ch/tests/queries/0_stateless/01053_if_chain_check.sql ch/tests/queries/0_stateless/02496_format_datetime_in_joda_syntax.sql ch/tests/queries/0_stateless/01902_table_function_merge_db_repr.sql ch/tests/queries/0_stateless/02244_ip_address_invalid_insert.sql ch/tests/queries/0_stateless/00732_base64_functions.sql ch/tests/queries/0_stateless/02815_first_line.sql ch/tests/queries/0_stateless/01825_type_json_bools.sql ch/tests/queries/0_stateless/01746_executable_pool_dictionary.sql ch/tests/queries/0_stateless/02133_issue_32458.sql ch/tests/queries/0_stateless/00520_tuple_values_interpreter.sql ch/tests/queries/0_stateless/01482_move_to_prewhere_and_cast.sql ch/tests/queries/0_stateless/01720_engine_file_empty_if_not_exists.sql ch/tests/queries/0_stateless/01660_sum_ubsan.sql ch/tests/queries/0_stateless/02841_parallel_final_wrong_columns_order.sql ch/tests/queries/0_stateless/03001_block_offset_column_2.sql ch/tests/queries/0_stateless/00457_log_tinylog_stripelog_nullable.sql ch/tests/queries/0_stateless/02244_lowcardinality_hash_join.sql ch/tests/queries/0_stateless/02224_parallel_distributed_insert_select_cluster.sql ch/tests/queries/0_stateless/01042_h3_k_ring.sql ch/tests/queries/0_stateless/02966_nested_offsets_subcolumn.gen.sql ch/tests/queries/0_stateless/02157_line_as_string_output_format.sql ch/tests/queries/0_stateless/01493_table_function_null.sql ch/tests/queries/0_stateless/01560_optimize_on_insert_zookeeper.sql ch/tests/queries/0_stateless/02362_part_log_merge_algorithm.sql ch/tests/queries/0_stateless/01472_toBoundsOfInterval_disallow_empty_tz_field.sql ch/tests/queries/0_stateless/02573_quantile_fuse_msan.sql ch/tests/queries/0_stateless/00700_decimal_array_functions.sql ch/tests/queries/0_stateless/00753_alter_destination_for_storage_buffer.sql ch/tests/queries/0_stateless/01867_support_datetime64_version_column.sql ch/tests/queries/0_stateless/01957_heredoc_more.sql ch/tests/queries/0_stateless/00472_compare_uuid_with_constant_string.sql ch/tests/queries/0_stateless/00214_primary_key_order.sql ch/tests/queries/0_stateless/00056_join_number_string.sql ch/tests/queries/0_stateless/01116_asof_join_dolbyzerr.sql ch/tests/queries/0_stateless/02240_asof_join_biginteger.sql ch/tests/queries/0_stateless/01710_projection_external_aggregate.sql ch/tests/queries/0_stateless/01910_view_dictionary_check_refresh.sql ch/tests/queries/0_stateless/02984_topk_empty_merge.sql ch/tests/queries/0_stateless/02316_hierarchical_dictionaries_nullable_parent_key.gen.sql ch/tests/queries/0_stateless/01256_negative_generate_random.sql ch/tests/queries/0_stateless/01084_regexp_empty.sql ch/tests/queries/0_stateless/00679_replace_asterisk.sql ch/tests/queries/0_stateless/00405_pretty_formats.sql ch/tests/queries/0_stateless/01157_replace_table.sql ch/tests/queries/0_stateless/01074_h3_range_check.sql ch/tests/queries/0_stateless/01244_optimize_distributed_group_by_sharding_key.sql ch/tests/queries/0_stateless/02842_mutations_replace_non_deterministic.sql ch/tests/queries/0_stateless/01818_move_partition_simple.sql ch/tests/queries/0_stateless/01710_normal_projection_format.sql ch/tests/queries/0_stateless/02226_low_cardinality_text_bloom_filter_index.sql ch/tests/queries/0_stateless/02293_h3_distance.sql ch/tests/queries/0_stateless/02212_h3_get_res0_indexes.sql ch/tests/queries/0_stateless/00275_shard_quantiles_weighted.sql ch/tests/queries/0_stateless/02716_int256_arrayfunc.sql ch/tests/queries/0_stateless/02498_storage_join_key_positions.gen.sql ch/tests/queries/0_stateless/02304_grouping_set_order_by.sql ch/tests/queries/0_stateless/00984_materialized_view_to_columns.sql ch/tests/queries/0_stateless/02429_groupBitmap_chain_state.sql ch/tests/queries/0_stateless/01715_tuple_insert_null_as_default.sql ch/tests/queries/0_stateless/02785_date_predicate_optimizations_ast_query_tree_rewrite.sql ch/tests/queries/0_stateless/01614_with_fill_with_limit.sql ch/tests/queries/0_stateless/01137_order_by_func.sql ch/tests/queries/0_stateless/02818_parameterized_view_with_cte_multiple_usage.sql ch/tests/queries/0_stateless/02366_explain_query_tree.sql ch/tests/queries/0_stateless/01440_big_int_arithm.sql ch/tests/queries/0_stateless/02471_wrong_date_monotonicity.sql ch/tests/queries/0_stateless/02551_ipv4_implicit_uint64.sql ch/tests/queries/0_stateless/02702_logical_optimizer_with_nulls.sql ch/tests/queries/0_stateless/02455_duplicate_column_names_in_schema_inference.sql ch/tests/queries/0_stateless/00700_decimal_empty_aggregates.sql ch/tests/queries/0_stateless/00441_nulls_in.sql ch/tests/queries/0_stateless/00508_materialized_view_to.sql ch/tests/queries/0_stateless/02591_bson_long_tuple.sql ch/tests/queries/0_stateless/02919_storage_fuzzjson.sql ch/tests/queries/0_stateless/01457_min_index_granularity_bytes_setting.sql ch/tests/queries/0_stateless/02560_window_ntile.sql ch/tests/queries/0_stateless/00176_if_string_arrays.sql ch/tests/queries/0_stateless/02483_cuturlparameter_with_arrays.sql ch/tests/queries/0_stateless/01672_actions_dag_merge_crash.sql ch/tests/queries/0_stateless/02764_index_analysis_fix.sql ch/tests/queries/0_stateless/02804_clusterAllReplicas_insert.sql ch/tests/queries/0_stateless/00406_tuples_with_nulls.sql ch/tests/queries/0_stateless/02807_default_date_time_nullable.sql ch/tests/queries/0_stateless/02813_starting_in_text_log.sql ch/tests/queries/0_stateless/02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins.sql ch/tests/queries/0_stateless/02442_auxiliary_zookeeper_endpoint_id.sql ch/tests/queries/0_stateless/02691_multiple_joins_backtick_identifiers.sql ch/tests/queries/0_stateless/00170_lower_upper_utf8.sql ch/tests/queries/0_stateless/01293_pretty_max_value_width.sql ch/tests/queries/0_stateless/01603_insert_select_too_many_parts.sql ch/tests/queries/0_stateless/01470_columns_transformers2.sql ch/tests/queries/0_stateless/02887_tuple_element_distributed.sql ch/tests/queries/0_stateless/00320_between.sql ch/tests/queries/0_stateless/02006_use_constants_in_with_and_select.sql ch/tests/queries/0_stateless/00928_multi_match_constant_constant.sql ch/tests/queries/0_stateless/00394_new_nested_column_keeps_offsets.sql ch/tests/queries/0_stateless/01302_polygons_distance.sql ch/tests/queries/0_stateless/02179_degrees_radians.sql ch/tests/queries/0_stateless/00753_comment_columns_zookeeper.sql ch/tests/queries/0_stateless/03018_analyzer_greater_null.sql ch/tests/queries/0_stateless/02159_left_right.sql ch/tests/queries/0_stateless/02943_positional_arguments_bugs.sql ch/tests/queries/0_stateless/01926_union_all_schmak.sql ch/tests/queries/0_stateless/01948_dictionary_quoted_database_name.sql ch/tests/queries/0_stateless/01529_union_distinct_and_setting_union_default_mode.sql ch/tests/queries/0_stateless/01720_union_distinct_with_limit.sql ch/tests/queries/0_stateless/03018_analyzer_distributed_query_with_positional_arguments.sql ch/tests/queries/0_stateless/01601_detach_permanently.sql ch/tests/queries/0_stateless/02919_insert_meet_eternal_hardware_error.sql ch/tests/queries/0_stateless/01210_drop_view.sql ch/tests/queries/0_stateless/00711_array_enumerate_variants.sql ch/tests/queries/0_stateless/00916_add_materialized_column_after.sql ch/tests/queries/0_stateless/02809_storage_set_analysis_bug.sql ch/tests/queries/0_stateless/02975_system_zookeeper_retries.sql ch/tests/queries/0_stateless/02200_use_skip_indexes.sql ch/tests/queries/0_stateless/00347_has_tuple.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_1_wide_merge_tree.sql ch/tests/queries/0_stateless/01434_netloc_fuzz.sql ch/tests/queries/0_stateless/02956_fix_to_start_of_milli_microsecond.sql ch/tests/queries/0_stateless/00047_stored_aggregates_complex.sql ch/tests/queries/0_stateless/02540_analyzer_matcher_alias_materialized_columns.sql ch/tests/queries/0_stateless/00908_analyze_query.sql ch/tests/queries/0_stateless/00516_deduplication_after_drop_partition_zookeeper.sql ch/tests/queries/0_stateless/00875_join_right_nulls_ors.sql ch/tests/queries/0_stateless/02982_dont_infer_exponent_floats.sql ch/tests/queries/0_stateless/01699_timezoneOffset.sql ch/tests/queries/0_stateless/01016_index_tuple_field_type.sql ch/tests/queries/0_stateless/01753_direct_dictionary_simple_key.sql ch/tests/queries/0_stateless/02242_make_date_mysql.sql ch/tests/queries/0_stateless/01326_build_id.sql ch/tests/queries/0_stateless/01096_zeros.sql ch/tests/queries/0_stateless/02814_ReplacingMergeTree_fix_select_final_on_single_partition.sql ch/tests/queries/0_stateless/02504_regexp_dictionary_table_source.sql ch/tests/queries/0_stateless/01801_approx_total_rows_mergetree_reverse.sql ch/tests/queries/0_stateless/00560_float_leading_plus_in_exponent.sql ch/tests/queries/0_stateless/01698_fix_toMinute.sql ch/tests/queries/0_stateless/02831_trash.sql ch/tests/queries/0_stateless/03157_negative_positional_arguments_ubsan.sql ch/tests/queries/0_stateless/00254_tuple_extremes.sql ch/tests/queries/0_stateless/01576_if_null_external_aggregation.sql ch/tests/queries/0_stateless/02014_storage_merge_order_by.sql ch/tests/queries/0_stateless/01072_optimize_skip_unused_shards_const_expr_eval.sql ch/tests/queries/0_stateless/02127_storage_join_settings_with_persistency.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_2.sql ch/tests/queries/0_stateless/01681_bloom_filter_nullable_column.sql ch/tests/queries/0_stateless/01246_extractAllGroupsHorizontal.sql ch/tests/queries/0_stateless/01552_impl_aggfunc_cloneresize.sql ch/tests/queries/0_stateless/02933_ephemeral_mv.sql ch/tests/queries/0_stateless/01413_truncate_without_table_keyword.sql ch/tests/queries/0_stateless/00486_if_fixed_string.sql ch/tests/queries/0_stateless/03142_skip_ANSI_in_UTF8_compute_width.sql ch/tests/queries/0_stateless/02071_lower_upper_utf8_row_overlaps.sql ch/tests/queries/0_stateless/02567_and_consistency.sql ch/tests/queries/0_stateless/00169_join_constant_keys.sql ch/tests/queries/0_stateless/01710_projection_query_plan_optimization_misc.sql ch/tests/queries/0_stateless/02483_check_virtuals_shile_using_structure_from_insertion_table.sql ch/tests/queries/0_stateless/00016_totals_having_constants.sql ch/tests/queries/0_stateless/02982_unambiguous_alter_commands.sql ch/tests/queries/0_stateless/00800_low_cardinality_merge_join.gen.sql ch/tests/queries/0_stateless/02113_untuple_func_alias.sql ch/tests/queries/0_stateless/00814_parsing_ub.sql ch/tests/queries/0_stateless/01942_snowflakeIDToDateTime.sql ch/tests/queries/0_stateless/02883_array_scalar_mult_div_modulo.sql ch/tests/queries/0_stateless/01621_bar_nan_arguments.sql ch/tests/queries/0_stateless/03164_analyzer_validate_tree_size.sql ch/tests/queries/0_stateless/02192_comment.sql ch/tests/queries/0_stateless/02008_complex_key_range_hashed_dictionary.sql ch/tests/queries/0_stateless/01105_string_like.sql ch/tests/queries/0_stateless/00727_concat.sql ch/tests/queries/0_stateless/01593_functions_in_order_by.sql ch/tests/queries/0_stateless/01710_projection_with_joins.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_horizontal_compact_merge_tree.sql ch/tests/queries/0_stateless/02497_if_transform_strings_to_enum.sql ch/tests/queries/0_stateless/03032_storage_memory_modify_settings.sql ch/tests/queries/0_stateless/00612_pk_in_tuple.sql ch/tests/queries/0_stateless/02554_fix_grouping_sets_predicate_push_down.sql ch/tests/queries/0_stateless/02049_lowcardinality_shortcircuit_crash.sql ch/tests/queries/0_stateless/00542_materialized_view_and_time_zone_tag.sql ch/tests/queries/0_stateless/02864_statistics_delayed_materialization_in_merge.sql ch/tests/queries/0_stateless/03290_limit_by_segv.sql ch/tests/queries/0_stateless/01268_mergine_sorted_limit.sql ch/tests/queries/0_stateless/01701_clear_projection_and_part_remove.sql ch/tests/queries/0_stateless/02494_query_cache_empty_tuple.sql ch/tests/queries/0_stateless/01735_join_get_low_card_fix.sql ch/tests/queries/0_stateless/03043_group_array_result_is_expected.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_vertical_compact_merge_tree.sql ch/tests/queries/0_stateless/00594_alias_in_distributed.sql ch/tests/queries/0_stateless/00623_truncate_table.sql ch/tests/queries/0_stateless/02833_tuple_concat.sql ch/tests/queries/0_stateless/01683_codec_encrypted.sql ch/tests/queries/0_stateless/00009_array_join_subquery.sql ch/tests/queries/0_stateless/00355_array_of_non_const_convertible_types.sql ch/tests/queries/0_stateless/02969_functions_to_subcolumns_if_null.sql ch/tests/queries/0_stateless/02124_encrypt_decrypt_nullable.sql ch/tests/queries/0_stateless/03229_json_null_as_default_for_tuple.sql ch/tests/queries/0_stateless/02494_combinators_with_null_argument.sql ch/tests/queries/0_stateless/00025_implicitly_used_subquery_column.sql ch/tests/queries/0_stateless/02482_execute_functions_before_sorting_bug.sql ch/tests/queries/0_stateless/01214_point_in_Mecca.sql ch/tests/queries/0_stateless/01818_case_float_value_fangyc.sql ch/tests/queries/0_stateless/03228_virtual_column_merge_dist.sql ch/tests/queries/0_stateless/01471_with_format.sql ch/tests/queries/0_stateless/01952_optimize_distributed_group_by_sharding_key.sql ch/tests/queries/0_stateless/03041_select_with_query_result.sql ch/tests/queries/0_stateless/03120_analyzer_dist_join.sql ch/tests/queries/0_stateless/02679_explain_merge_tree_prewhere_row_policy.sql ch/tests/queries/0_stateless/03100_analyzer_constants_in_multiif.sql ch/tests/queries/0_stateless/00480_mac_addresses.sql ch/tests/queries/0_stateless/01584_distributed_buffer_cannot_find_column.sql ch/tests/queries/0_stateless/03289_explain_syntax_statistics.sql ch/tests/queries/0_stateless/02973_block_number_sparse_serialization_and_mutation.sql ch/tests/queries/0_stateless/03089_analyzer_alias_replacement.sql ch/tests/queries/0_stateless/01069_database_memory.sql ch/tests/queries/0_stateless/02893_trash_optimization.sql ch/tests/queries/0_stateless/03158_dynamic_type_from_variant.sql ch/tests/queries/0_stateless/02515_projections_with_totals.sql ch/tests/queries/0_stateless/01718_subtract_seconds_date.sql ch/tests/queries/0_stateless/00647_multiply_aggregation_state.sql ch/tests/queries/0_stateless/02201_use_skip_indexes_if_final.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_count_nullable.sql ch/tests/queries/0_stateless/01453_normalize_query_alias_uuid.sql ch/tests/queries/0_stateless/02764_parallel_replicas_plain_merge_tree.sql ch/tests/queries/0_stateless/02346_fulltext_index_match_predicate.sql ch/tests/queries/0_stateless/01499_log_deadlock.sql ch/tests/queries/0_stateless/02763_row_policy_storage_merge.gen.sql ch/tests/queries/0_stateless/01752_distributed_query_sigsegv.sql ch/tests/queries/0_stateless/03038_ambiguous_column.sql ch/tests/queries/0_stateless/00233_position_function_family.sql ch/tests/queries/0_stateless/00393_if_with_constant_condition.sql ch/tests/queries/0_stateless/01412_mod_float.sql ch/tests/queries/0_stateless/02476_fuse_sum_count.sql ch/tests/queries/0_stateless/02100_alter_scalar_circular_deadlock.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_distributed_query.sql ch/tests/queries/0_stateless/03210_dynamic_squashing.sql ch/tests/queries/0_stateless/03013_addDays_with_timezone.sql ch/tests/queries/0_stateless/02366_kql_func_scalar.sql ch/tests/queries/0_stateless/03039_recursive_cte_postgres_5.sql ch/tests/queries/0_stateless/02815_fix_not_found_constants_col_in_block.sql ch/tests/queries/0_stateless/02294_stringsearch_with_nonconst_needle.sql ch/tests/queries/0_stateless/01402_cast_nullable_string_to_enum.sql ch/tests/queries/0_stateless/00697_in_subquery_shard.sql ch/tests/queries/0_stateless/00741_client_comment_multiline.sql ch/tests/queries/0_stateless/02012_low_cardinality_uuid_with_extremes.sql ch/tests/queries/0_stateless/02908_filesystem_cache_as_collection.sql ch/tests/queries/0_stateless/02319_no_columns_in_row_level_filter.sql ch/tests/queries/0_stateless/02421_decimal_in_precision_issue_41125.sql ch/tests/queries/0_stateless/02668_ulid_decoding.sql ch/tests/queries/0_stateless/01272_suspicious_codecs.sql ch/tests/queries/0_stateless/02363_mapupdate_improve.sql ch/tests/queries/0_stateless/00910_crash_when_distributed_modify_order_by.sql ch/tests/queries/0_stateless/02506_date_time64_floating_point_negative_value.sql ch/tests/queries/0_stateless/03156_analyzer_array_join_distributed.sql ch/tests/queries/0_stateless/03203_multiif_and_where_2_conditions_old_analyzer_bug.sql ch/tests/queries/0_stateless/02177_sum_if_not_found.sql ch/tests/queries/0_stateless/03023_group_by_use_nulls_analyzer_crashes.sql ch/tests/queries/0_stateless/01666_date_lut_buffer_overflow.sql ch/tests/queries/0_stateless/02364_multiSearch_function_family.sql ch/tests/queries/0_stateless/01010_pm_join_all_join_bug.sql ch/tests/queries/0_stateless/03130_convert_outer_join_to_inner_join.sql ch/tests/queries/0_stateless/00003_reinterpret_as_string.sql ch/tests/queries/0_stateless/00610_materialized_view_forward_alter_partition_statements.sql ch/tests/queries/0_stateless/03081_analyzer_agg_func_CTE.sql ch/tests/queries/0_stateless/01670_neighbor_lc_bug.sql ch/tests/queries/0_stateless/01753_mutate_table_predicated_with_table.sql ch/tests/queries/0_stateless/01318_alter_add_column_exists.sql ch/tests/queries/0_stateless/02455_extract_fixed_string_from_nested_json.sql ch/tests/queries/0_stateless/00747_contributors.sql ch/tests/queries/0_stateless/02491_part_log_has_table_uuid.sql ch/tests/queries/0_stateless/00815_left_join_on_stepanel.sql ch/tests/queries/0_stateless/02513_analyzer_sort_msan.sql ch/tests/queries/0_stateless/03143_asof_join_ddb_long.sql ch/tests/queries/0_stateless/02497_having_without_actual_aggregation_bug.sql ch/tests/queries/0_stateless/02725_alias_columns_should_not_allow_compression_codec.sql ch/tests/queries/0_stateless/03214_count_distinct_null_key_memory_leak.sql ch/tests/queries/0_stateless/00996_neighbor.sql ch/tests/queries/0_stateless/02125_transform_decimal_bug.sql ch/tests/queries/0_stateless/02404_schema_inference_cache_respect_format_settings.gen.sql ch/tests/queries/0_stateless/02030_function_mapContainsKeyLike.sql ch/tests/queries/0_stateless/02139_MV_with_scalar_subquery.sql ch/tests/queries/0_stateless/02366_kql_distinct.sql ch/tests/queries/0_stateless/00434_tonullable.sql ch/tests/queries/0_stateless/00437_nulls_first_last.sql ch/tests/queries/0_stateless/02430_bitmap_transform_exception_code.sql ch/tests/queries/0_stateless/02884_interval_operator_support_plural_literal.sql ch/tests/queries/0_stateless/02861_join_on_nullsafe_compare.gen.sql ch/tests/queries/0_stateless/01762_datetime64_extended_parsing.sql ch/tests/queries/0_stateless/01018_empty_aggregation_filling.sql ch/tests/queries/0_stateless/01069_materialized_view_alter_target_table_with_default_expression.sql ch/tests/queries/0_stateless/01532_min_max_with_modifiers.sql ch/tests/queries/0_stateless/00046_stored_aggregates_simple.sql ch/tests/queries/0_stateless/01825_new_type_json_18.sql ch/tests/queries/0_stateless/00140_prewhere_column_order.sql ch/tests/queries/0_stateless/01821_join_table_mutation.sql ch/tests/queries/0_stateless/02210_processors_profile_log.sql ch/tests/queries/0_stateless/02473_extract_low_cardinality_from_json.sql ch/tests/queries/0_stateless/01476_right_full_join_switch.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias_and_virtual_column.sql ch/tests/queries/0_stateless/01936_empty_function_support_uuid.sql ch/tests/queries/0_stateless/01134_set_overflow_mode.sql ch/tests/queries/0_stateless/03001_insert_threads_deduplication.sql ch/tests/queries/0_stateless/02356_insert_query_log_metrics.sql ch/tests/queries/0_stateless/00804_rollup_with_having.sql ch/tests/queries/0_stateless/03093_virtual_column_override_group_by.sql ch/tests/queries/0_stateless/03060_analyzer_regular_view_alias.sql ch/tests/queries/0_stateless/02376_arrow_dict_with_string.sql ch/tests/queries/0_stateless/02568_json_array_length.sql ch/tests/queries/0_stateless/03268_empty_tuple_update.sql ch/tests/queries/0_stateless/00326_long_function_multi_if.sql ch/tests/queries/0_stateless/01333_select_abc_asterisk.sql ch/tests/queries/0_stateless/02998_projection_after_attach_partition.sql ch/tests/queries/0_stateless/02241_array_first_last_or_null.sql ch/tests/queries/0_stateless/02765_parallel_replicas_final_modifier.sql ch/tests/queries/0_stateless/02451_variadic_null_garbage_data.sql ch/tests/queries/0_stateless/01552_dict_fixedstring.sql ch/tests/queries/0_stateless/01851_hedged_connections_external_tables.sql ch/tests/queries/0_stateless/01052_array_reduce_exception.sql ch/tests/queries/0_stateless/02347_rank_corr_nan.sql ch/tests/queries/0_stateless/02943_use_full_text_skip_index_with_has_any.sql ch/tests/queries/0_stateless/03036_clamp.sql ch/tests/queries/0_stateless/00662_array_has_nullable.sql ch/tests/queries/0_stateless/01085_window_view_attach.sql ch/tests/queries/0_stateless/02244_url_engine_headers_test.sql ch/tests/queries/0_stateless/02511_complex_literals_as_aggregate_function_parameters.sql ch/tests/queries/0_stateless/03221_merge_profile_events.sql ch/tests/queries/0_stateless/03129_cte_with_final.sql ch/tests/queries/0_stateless/03237_create_table_select_as_with_recursive.sql ch/tests/queries/0_stateless/01080_check_for_error_incorrect_size_of_nested_column.sql ch/tests/queries/0_stateless/03149_asof_join_ddb_timestamps.sql ch/tests/queries/0_stateless/00974_bitmapContains_with_primary_key.sql ch/tests/queries/0_stateless/01702_system_numbers_scientific_notation.sql ch/tests/queries/0_stateless/02294_system_certificates.sql ch/tests/queries/0_stateless/02561_sorting_constants_and_distinct_crash.sql ch/tests/queries/0_stateless/01902_table_function_merge_db_params.sql ch/tests/queries/0_stateless/02292_create_function_validate.sql ch/tests/queries/0_stateless/00963_achimbab.sql ch/tests/queries/0_stateless/02264_format_insert_infile.sql ch/tests/queries/0_stateless/02346_additional_filters.sql ch/tests/queries/0_stateless/02252_reset_non_existing_setting.sql ch/tests/queries/0_stateless/02154_bit_slice_for_string.sql ch/tests/queries/0_stateless/01651_lc_insert_tiny_log_1.sql ch/tests/queries/0_stateless/00905_field_with_aggregate_function_state.sql ch/tests/queries/0_stateless/02023_parser_number_binary_literal.sql ch/tests/queries/0_stateless/00151_tuple_with_array.sql ch/tests/queries/0_stateless/02494_query_cache_user_quotas_after_drop.sql ch/tests/queries/0_stateless/01906_lc_in_bug.sql ch/tests/queries/0_stateless/01047_window_view_parser_inner_table.sql ch/tests/queries/0_stateless/02963_test_flexible_disk_configuration.sql ch/tests/queries/0_stateless/02028_system_data_skipping_indices_size.sql ch/tests/queries/0_stateless/01165_lost_part_empty_partition.sql ch/tests/queries/0_stateless/02481_prewhere_filtered_rows_div_by_zero.sql ch/tests/queries/0_stateless/02231_hierarchical_dictionaries_constant.sql ch/tests/queries/0_stateless/01705_normalize_create_alter_function_names.sql ch/tests/queries/0_stateless/02342_window_view_different_struct.sql ch/tests/queries/0_stateless/00700_to_decimal_or_something_1.gen.sql ch/tests/queries/0_stateless/00482_subqueries_and_aliases.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_1_compact_merge_tree.gen.sql ch/tests/queries/0_stateless/02497_remote_disk_fat_column.sql ch/tests/queries/0_stateless/01737_move_order_key_to_prewhere_select_final.sql ch/tests/queries/0_stateless/02813_any_value.sql ch/tests/queries/0_stateless/01651_map_functions.sql ch/tests/queries/0_stateless/02125_dict_get_type_nullable_fix.sql ch/tests/queries/0_stateless/03098_prefer_column_to_alias_subquery.sql ch/tests/queries/0_stateless/01519_topK_distributed_parametrized.sql ch/tests/queries/0_stateless/02784_projections_read_in_order_bug.sql ch/tests/queries/0_stateless/01891_jit_aggregation_function_any_long.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_4.gen.sql ch/tests/queries/0_stateless/03215_analyzer_replace_with_dummy_tables.sql ch/tests/queries/0_stateless/00780_unaligned_array_join.sql ch/tests/queries/0_stateless/02539_generate_random_ip.sql ch/tests/queries/0_stateless/01582_move_to_prewhere_compact_parts.sql ch/tests/queries/0_stateless/02016_order_by_with_fill_monotonic_functions_removal.sql ch/tests/queries/0_stateless/02382_join_and_filtering_set.sql ch/tests/queries/0_stateless/03151_analyzer_view_read_only_necessary_columns.sql ch/tests/queries/0_stateless/02490_replacing_merge_tree_is_deleted_column.sql ch/tests/queries/0_stateless/02876_yyyymmddtodate.sql ch/tests/queries/0_stateless/01710_projection_optimize_aggregators_of_group_by_keys.sql ch/tests/queries/0_stateless/01798_uniq_theta_sketch.sql ch/tests/queries/0_stateless/02422_insert_different_granularity.sql ch/tests/queries/0_stateless/03033_distinct_transform_const_columns.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_memory.sql ch/tests/queries/0_stateless/00931_low_cardinality_set_index_in_key_condition.sql ch/tests/queries/0_stateless/01852_cast_operator.sql ch/tests/queries/0_stateless/02317_distinct_in_order_optimization.sql ch/tests/queries/0_stateless/00988_parallel_parts_removal.sql ch/tests/queries/0_stateless/01813_distributed_scalar_subqueries_alias.sql ch/tests/queries/0_stateless/00011_array_join_alias.sql ch/tests/queries/0_stateless/03204_distributed_with_scalar_subquery.sql ch/tests/queries/0_stateless/01070_template_empty_file.sql ch/tests/queries/0_stateless/02513_validate_data_types.sql ch/tests/queries/0_stateless/00163_shard_join_with_empty_table.sql ch/tests/queries/0_stateless/02668_column_block_number.sql ch/tests/queries/0_stateless/01213_optimize_skip_unused_shards_DISTINCT.sql ch/tests/queries/0_stateless/02790_keyed_hash_bug.sql ch/tests/queries/0_stateless/03198_bit_shift_throws_error_for_out_of_bounds.sql ch/tests/queries/0_stateless/02906_force_optimize_projection_name.sql ch/tests/queries/0_stateless/01081_demangle.sql ch/tests/queries/0_stateless/01274_alter_rename_column_distributed.sql ch/tests/queries/0_stateless/02456_alter-nullable-column-bag.sql ch/tests/queries/0_stateless/02099_hashed_array_dictionary_complex_key.gen.sql ch/tests/queries/0_stateless/02861_index_set_incorrect_args.sql ch/tests/queries/0_stateless/00627_recursive_alias.sql ch/tests/queries/0_stateless/02981_translate_fixedstring.sql ch/tests/queries/0_stateless/00973_uniq_non_associativity.sql ch/tests/queries/0_stateless/01447_json_strings.sql ch/tests/queries/0_stateless/00181_aggregate_functions_statistics_stable.sql ch/tests/queries/0_stateless/00997_extract_all_crash_6627.sql ch/tests/queries/0_stateless/01063_create_column_set.sql ch/tests/queries/0_stateless/02098_sql_user_defined_functions_aliases.sql ch/tests/queries/0_stateless/03252_fill_missed_arrays.sql ch/tests/queries/0_stateless/03131_hilbert_coding.sql ch/tests/queries/0_stateless/01640_distributed_async_insert_compression.sql ch/tests/queries/0_stateless/03049_unknown_identifier_materialized_column.sql ch/tests/queries/0_stateless/01221_system_settings.sql ch/tests/queries/0_stateless/00277_array_filter.sql ch/tests/queries/0_stateless/02814_age_datediff.sql ch/tests/queries/0_stateless/01055_compact_parts.sql ch/tests/queries/0_stateless/01511_alter_version_versioned_collapsing_merge_tree.sql ch/tests/queries/0_stateless/02931_rewrite_sum_column_and_constant.sql ch/tests/queries/0_stateless/01593_insert_settings.sql ch/tests/queries/0_stateless/01650_expressions_merge_bug.sql ch/tests/queries/0_stateless/03014_analyzer_groupby_fuzz_60317.sql ch/tests/queries/0_stateless/02291_dictionary_scalar_subquery_reload.sql ch/tests/queries/0_stateless/01345_array_join_LittleMaverick.sql ch/tests/queries/0_stateless/01046_materialized_view_with_join_over_distributed.sql ch/tests/queries/0_stateless/03148_query_log_used_dictionaries.sql ch/tests/queries/0_stateless/03127_window_functions_uint16.sql ch/tests/queries/0_stateless/02480_max_map_null_totals.sql ch/tests/queries/0_stateless/02477_projection_materialize_and_zero_copy.sql ch/tests/queries/0_stateless/00688_low_cardinality_dictionary_deserialization.sql ch/tests/queries/0_stateless/02421_exponential_join_rewrite_21557.sql ch/tests/queries/0_stateless/01268_shard_avgweighted.sql ch/tests/queries/0_stateless/02843_context_has_expired.sql ch/tests/queries/0_stateless/01622_multiple_ttls.sql ch/tests/queries/0_stateless/02967_parallel_replicas_joins_and_analyzer.gen.sql ch/tests/queries/0_stateless/02771_if_constant_folding.sql ch/tests/queries/0_stateless/02475_precise_decimal_arithmetics.sql ch/tests/queries/0_stateless/02996_index_compaction_counterexample.sql ch/tests/queries/0_stateless/02674_null_default_structure.sql ch/tests/queries/0_stateless/01288_shard_max_network_bandwidth.sql ch/tests/queries/0_stateless/02531_semi_join_null_const_bug.sql ch/tests/queries/0_stateless/00725_join_on_bug_4.sql ch/tests/queries/0_stateless/02293_h3_line.sql ch/tests/queries/0_stateless/01173_transaction_control_queries.sql ch/tests/queries/0_stateless/02479_analyzer_join_with_constants.sql ch/tests/queries/0_stateless/01419_skip_index_compact_parts.sql ch/tests/queries/0_stateless/02970_generate_series.sql ch/tests/queries/0_stateless/02503_bad_compatibility_setting.sql ch/tests/queries/0_stateless/02475_date_time_schema_inference_bug.sql ch/tests/queries/0_stateless/00809_add_days_segfault.sql ch/tests/queries/0_stateless/02409_url_format_detection.sql ch/tests/queries/0_stateless/00518_extract_all_and_empty_matches.sql ch/tests/queries/0_stateless/02148_issue_32737.sql ch/tests/queries/0_stateless/01851_s2_to_geo.sql ch/tests/queries/0_stateless/02303_cast_nullable_to_custom_types.sql ch/tests/queries/0_stateless/01039_mergetree_exec_time.sql ch/tests/queries/0_stateless/02294_nothing_arguments_in_functions.sql ch/tests/queries/0_stateless/02861_filter_pushdown_const_bug.sql ch/tests/queries/0_stateless/01764_collapsing_merge_adaptive_granularity.sql ch/tests/queries/0_stateless/03039_unknown_identifier_window_function.sql ch/tests/queries/0_stateless/00337_shard_any_heavy.sql ch/tests/queries/0_stateless/00324_hashing_enums.sql ch/tests/queries/0_stateless/02377_analyzer_in_function_set.sql ch/tests/queries/0_stateless/00882_multiple_join_no_alias.sql ch/tests/queries/0_stateless/02008_aliased_column_distributed_bug.sql ch/tests/queries/0_stateless/02096_rename_atomic_hang.sql ch/tests/queries/0_stateless/02293_ttest_large_samples.sql ch/tests/queries/0_stateless/01456_modify_column_type_via_add_drop_update.sql ch/tests/queries/0_stateless/00099_join_many_blocks_segfault.sql ch/tests/queries/0_stateless/00740_optimize_predicate_expression.sql ch/tests/queries/0_stateless/02165_insert_from_infile.sql ch/tests/queries/0_stateless/00802_daylight_saving_time_shift_backwards_at_midnight.sql ch/tests/queries/0_stateless/00488_non_ascii_column_names.sql ch/tests/queries/0_stateless/00976_ttl_with_old_parts.sql ch/tests/queries/0_stateless/01493_storage_set_persistency.sql ch/tests/queries/0_stateless/00215_primary_key_order_zookeeper_long.sql ch/tests/queries/0_stateless/03247_object_column_copy.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement.sql ch/tests/queries/0_stateless/00606_quantiles_and_nans.sql ch/tests/queries/0_stateless/02751_match_constant_needle.sql ch/tests/queries/0_stateless/01315_count_distinct_return_not_nullable.sql ch/tests/queries/0_stateless/01630_disallow_floating_point_as_partition_key.sql ch/tests/queries/0_stateless/00600_create_temporary_table_if_not_exists.sql ch/tests/queries/0_stateless/01328_bad_peephole_optimization.sql ch/tests/queries/0_stateless/01544_fromModifiedJulianDay.sql ch/tests/queries/0_stateless/02353_isnullable.sql ch/tests/queries/0_stateless/02432_s3_parallel_parts_cleanup.sql ch/tests/queries/0_stateless/01825_type_json_order_by.sql ch/tests/queries/0_stateless/00850_global_join_dups.sql ch/tests/queries/0_stateless/02097_remove_sample_by.sql ch/tests/queries/0_stateless/02832_transform_fixed_string_no_default.sql ch/tests/queries/0_stateless/00555_hasSubstr.sql ch/tests/queries/0_stateless/01023_materialized_view_query_context.sql ch/tests/queries/0_stateless/03161_decimal_binary_math.sql ch/tests/queries/0_stateless/01038_array_of_unnamed_tuples.sql ch/tests/queries/0_stateless/00086_concat_nary_const_with_nonconst_segfault.sql ch/tests/queries/0_stateless/02407_array_element_from_map_wrong_type.sql ch/tests/queries/0_stateless/02459_read_in_order_bufer.sql ch/tests/queries/0_stateless/03092_analyzer_same_table_name_in_different_databases.sql ch/tests/queries/0_stateless/01635_sum_map_fuzz.sql ch/tests/queries/0_stateless/02433_default_expression_operator_in.sql ch/tests/queries/0_stateless/02181_sql_user_defined_functions_invalid_lambda.sql ch/tests/queries/0_stateless/02682_quantiles_too_large_size.sql ch/tests/queries/0_stateless/01343_min_bytes_to_use_mmap_io.sql ch/tests/queries/0_stateless/02456_keeper_retries_during_insert.sql ch/tests/queries/0_stateless/02900_decimal_sort_with_multiple_columns.sql ch/tests/queries/0_stateless/02497_source_part_is_intact_when_mutation.sql ch/tests/queries/0_stateless/03166_optimize_row_order_during_insert.sql ch/tests/queries/0_stateless/02892_orc_filter_pushdown.sql ch/tests/queries/0_stateless/01902_self_aliases_in_columns.sql ch/tests/queries/0_stateless/01031_pmj_new_any_semi_join.sql ch/tests/queries/0_stateless/01411_from_unixtime.sql ch/tests/queries/0_stateless/00536_int_exp.sql ch/tests/queries/0_stateless/01224_no_superfluous_dict_reload.sql ch/tests/queries/0_stateless/02385_profile_events_overflow.sql ch/tests/queries/0_stateless/02876_yyyymmddhhmmsstodatetime.sql ch/tests/queries/0_stateless/00386_enum_in_pk.sql ch/tests/queries/0_stateless/01606_merge_from_wide_to_compact.sql ch/tests/queries/0_stateless/01664_array_slice_ubsan.sql ch/tests/queries/0_stateless/03033_cte_numbers_memory.sql ch/tests/queries/0_stateless/02183_array_tuple_literals_remote.sql ch/tests/queries/0_stateless/00702_where_with_quailified_names.sql ch/tests/queries/0_stateless/02932_materialized_view_with_dropped_target_table_no_exception.sql ch/tests/queries/0_stateless/00431_if_nulls.sql ch/tests/queries/0_stateless/02513_prewhere_combine_step_filters.sql ch/tests/queries/0_stateless/00753_system_columns_and_system_tables_long.sql ch/tests/queries/0_stateless/00612_http_max_query_size_for_distributed.sql ch/tests/queries/0_stateless/01532_collate_in_low_cardinality.sql ch/tests/queries/0_stateless/03232_json_uniq_group_by.sql ch/tests/queries/0_stateless/02982_changeDate.sql ch/tests/queries/0_stateless/01250_fixed_string_comparison.sql ch/tests/queries/0_stateless/03034_recursive_cte_tree_merge_tree.sql ch/tests/queries/0_stateless/01677_array_enumerate_bug.sql ch/tests/queries/0_stateless/02887_insert_quorum_wo_keeper_retries.sql ch/tests/queries/0_stateless/00987_distributed_stack_overflow.sql ch/tests/queries/0_stateless/00980_shard_aggregation_state_deserialization.sql ch/tests/queries/0_stateless/02124_empty_uuid.sql ch/tests/queries/0_stateless/01416_clear_column_pk.sql ch/tests/queries/0_stateless/02277_full_sort_join_misc.sql ch/tests/queries/0_stateless/01440_to_date_monotonicity.sql ch/tests/queries/0_stateless/02552_sparse_columns_intersect.sql ch/tests/queries/0_stateless/00818_inner_join_bug_3567.sql ch/tests/queries/0_stateless/03130_analyzer_array_join_prefer_column.sql ch/tests/queries/0_stateless/02921_bit_hamming_distance_big_int.sql ch/tests/queries/0_stateless/01349_mutation_datetime_key.sql ch/tests/queries/0_stateless/00649_quantile_tdigest_negative.sql ch/tests/queries/0_stateless/00195_shard_union_all_and_global_in.sql ch/tests/queries/0_stateless/01852_cast_operator_4.sql ch/tests/queries/0_stateless/01493_alter_remove_no_property_zookeeper_long.sql ch/tests/queries/0_stateless/03273_format_inference_create_query_s3_url.sql ch/tests/queries/0_stateless/01526_complex_key_dict_direct_layout.sql ch/tests/queries/0_stateless/03105_table_aliases_in_mv.sql ch/tests/queries/0_stateless/02932_parallel_replicas_fuzzer.sql ch/tests/queries/0_stateless/01674_executable_dictionary_implicit_key.sql ch/tests/queries/0_stateless/02354_read_in_order_prewhere.sql ch/tests/queries/0_stateless/01099_parallel_distributed_insert_select.sql ch/tests/queries/0_stateless/03074_analyzer_alias_column_in_view.sql ch/tests/queries/0_stateless/02539_generate_random_map.sql ch/tests/queries/0_stateless/02455_improve_feedback_when_replacing_partition_with_different_primary_key.sql ch/tests/queries/0_stateless/01754_cluster_all_replicas_shard_num.sql ch/tests/queries/0_stateless/03109_ast_too_big.sql ch/tests/queries/0_stateless/02676_kafka_murmur_hash.sql ch/tests/queries/0_stateless/01470_columns_transformers.sql ch/tests/queries/0_stateless/00287_column_const_with_nan.sql ch/tests/queries/0_stateless/00845_join_on_aliases.sql ch/tests/queries/0_stateless/01294_create_settings_profile.sql ch/tests/queries/0_stateless/02160_special_functions.sql ch/tests/queries/0_stateless/01674_filter_by_uint8.sql ch/tests/queries/0_stateless/03058_analyzer_ambiguous_columns.sql ch/tests/queries/0_stateless/00953_moving_functions.sql ch/tests/queries/0_stateless/00942_mv_rename_table.sql ch/tests/queries/0_stateless/02183_dictionary_no_attributes.sql ch/tests/queries/0_stateless/02316_expressions_with_window_functions.sql ch/tests/queries/0_stateless/02950_dictionary_short_circuit.sql ch/tests/queries/0_stateless/01413_if_array_uuid.sql ch/tests/queries/0_stateless/02833_multiprewhere_extra_column.sql ch/tests/queries/0_stateless/01800_log_nested.sql ch/tests/queries/0_stateless/02552_check_referential_table_dependencies.sql ch/tests/queries/0_stateless/02032_short_circuit_least_greatest_bug.sql ch/tests/queries/0_stateless/03222_datetime64_small_value_const.sql ch/tests/queries/0_stateless/00634_rename_view.sql ch/tests/queries/0_stateless/01825_type_json_9.sql ch/tests/queries/0_stateless/01277_unixTimestamp64_compatibility.sql ch/tests/queries/0_stateless/01269_create_with_null.sql ch/tests/queries/0_stateless/02963_msan_agg_addBatchLookupTable8.sql ch/tests/queries/0_stateless/03151_pmj_join_non_procssed_clash.sql ch/tests/queries/0_stateless/02346_non_negative_derivative.sql ch/tests/queries/0_stateless/02481_analyzer_optimize_aggregation_arithmetics.sql ch/tests/queries/0_stateless/02165_replicated_grouping_sets.sql ch/tests/queries/0_stateless/00255_array_concat_string.sql ch/tests/queries/0_stateless/02815_logical_error_cannot_get_column_name_of_set.sql ch/tests/queries/0_stateless/01272_offset_without_limit.sql ch/tests/queries/0_stateless/02916_move_partition_inactive_replica.sql ch/tests/queries/0_stateless/01585_use_index_for_global_in.sql ch/tests/queries/0_stateless/02015_order_by_with_fill_misoptimization.sql ch/tests/queries/0_stateless/02554_log_faminy_support_storage_policy.sql ch/tests/queries/0_stateless/00804_test_zstd_qat_codec_compression.sql ch/tests/queries/0_stateless/01305_nullable-prewhere_bug.sql ch/tests/queries/0_stateless/02916_csv_infer_numbers_from_strings.sql ch/tests/queries/0_stateless/00371_union_all.sql ch/tests/queries/0_stateless/00263_merge_aggregates_and_overflow.sql ch/tests/queries/0_stateless/01883_with_grouping_sets.sql ch/tests/queries/0_stateless/02313_cross_join_dup_col_names.sql ch/tests/queries/0_stateless/01050_clickhouse_dict_source_with_subquery.sql ch/tests/queries/0_stateless/02701_non_parametric_function.sql ch/tests/queries/0_stateless/00262_alter_alias.sql ch/tests/queries/0_stateless/02996_analyzer_prewhere_projection.sql ch/tests/queries/0_stateless/00945_bloom_filter_index.sql ch/tests/queries/0_stateless/03145_asof_join_ddb_inequalities.sql ch/tests/queries/0_stateless/03130_abs_in_key_condition_bug.sql ch/tests/queries/0_stateless/00098_9_union_all.sql ch/tests/queries/0_stateless/01845_add_testcase_for_arrayElement.sql ch/tests/queries/0_stateless/02494_query_cache_nondeterministic_functions.sql ch/tests/queries/0_stateless/00646_weird_mmx.sql ch/tests/queries/0_stateless/03075_analyzer_subquery_alias.sql ch/tests/queries/0_stateless/02494_parser_string_binary_literal.sql ch/tests/queries/0_stateless/01839_join_to_subqueries_rewriter_columns_matcher.sql ch/tests/queries/0_stateless/01137_sample_final.sql ch/tests/queries/0_stateless/02811_parallel_replicas_prewhere_count.sql ch/tests/queries/0_stateless/01303_polygons_equals.sql ch/tests/queries/0_stateless/01455_optimize_trivial_insert_select.sql ch/tests/queries/0_stateless/01491_nested_multiline_comments.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_2_wide_merge_tree.gen.sql ch/tests/queries/0_stateless/02572_materialized_views_ignore_errors.sql ch/tests/queries/0_stateless/00557_alter_null_storage_tables.sql ch/tests/queries/0_stateless/02902_json_skip_null_values.sql ch/tests/queries/0_stateless/02428_decimal_in_floating_point_literal.sql ch/tests/queries/0_stateless/00675_shard_remote_with_table_function.sql ch/tests/queries/0_stateless/00653_monotonic_integer_cast.sql ch/tests/queries/0_stateless/01822_union_and_constans_error.sql ch/tests/queries/0_stateless/01669_test_toYear_mysql_dialect.sql ch/tests/queries/0_stateless/01744_tuple_cast_to_map_bugfix.sql ch/tests/queries/0_stateless/00311_array_primary_key.sql ch/tests/queries/0_stateless/00639_startsWith.sql ch/tests/queries/0_stateless/03213_denseRank_percentRank_alias.sql ch/tests/queries/0_stateless/02713_sequence_match_serialization_fix.sql ch/tests/queries/0_stateless/01457_int256_hashing.sql ch/tests/queries/0_stateless/02911_analyzer_remove_unused_projection_columns.sql ch/tests/queries/0_stateless/00132_sets.sql ch/tests/queries/0_stateless/02569_order_by_aggregation_result.sql ch/tests/queries/0_stateless/02185_split_by_char.sql ch/tests/queries/0_stateless/03096_text_log_format_string_args_not_empty.sql ch/tests/queries/0_stateless/00801_daylight_saving_time_hour_underflow.sql ch/tests/queries/0_stateless/01762_deltasumtimestamp.sql ch/tests/queries/0_stateless/01856_create_function.sql ch/tests/queries/0_stateless/00960_eval_ml_method_const.sql ch/tests/queries/0_stateless/01770_add_months_ubsan.sql ch/tests/queries/0_stateless/03203_optimize_disjunctions_chain_to_in.sql ch/tests/queries/0_stateless/01671_test_toQuarter_mysql_dialect.sql ch/tests/queries/0_stateless/00989_parallel_parts_loading.sql ch/tests/queries/0_stateless/00858_issue_4756.sql ch/tests/queries/0_stateless/03205_parallel_replicas_alter_select_ubsan.sql ch/tests/queries/0_stateless/01213_alter_rename_compact_part.sql ch/tests/queries/0_stateless/01602_temporary_table_in_system_tables.sql ch/tests/queries/0_stateless/01759_dictionary_unique_attribute_names.sql ch/tests/queries/0_stateless/01533_collate_in_nullable.sql ch/tests/queries/0_stateless/01651_group_uniq_array_enum.sql ch/tests/queries/0_stateless/00980_merge_alter_settings.sql ch/tests/queries/0_stateless/02456_alter-nullable-column-bag-2.sql ch/tests/queries/0_stateless/00351_select_distinct_arrays_tuples.sql ch/tests/queries/0_stateless/01461_query_start_time_microseconds.sql ch/tests/queries/0_stateless/00488_column_name_primary.sql ch/tests/queries/0_stateless/02985_minmax_index_aggregate_function.sql ch/tests/queries/0_stateless/01872_functions_to_subcolumns_analyzer.sql ch/tests/queries/0_stateless/01056_create_table_as.sql ch/tests/queries/0_stateless/02971_functions_to_subcolumns_map.sql ch/tests/queries/0_stateless/00700_decimal_aggregates.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement_4.sql ch/tests/queries/0_stateless/02324_map_combinator_bug.sql ch/tests/queries/0_stateless/01081_PartialSortingTransform_full_column.sql ch/tests/queries/0_stateless/02282_array_distance.sql ch/tests/queries/0_stateless/01152_cross_replication.sql ch/tests/queries/0_stateless/02354_vector_search_unquoted_index_parameters.sql ch/tests/queries/0_stateless/02811_invalid_embedded_rocksdb_create.sql ch/tests/queries/0_stateless/01114_materialize_clear_index_compact_parts.sql ch/tests/queries/0_stateless/03164_orc_signedness.sql ch/tests/queries/0_stateless/02111_modify_table_comment.sql ch/tests/queries/0_stateless/02707_analyzer_nested_lambdas_types.sql ch/tests/queries/0_stateless/00816_join_column_names_sarg.sql ch/tests/queries/0_stateless/01075_in_arrays_enmk.sql ch/tests/queries/0_stateless/03161_lightweight_delete_projection.sql ch/tests/queries/0_stateless/01358_mutation_delete_null_rows.sql ch/tests/queries/0_stateless/02233_set_enable_with_statement_cte_perf.sql ch/tests/queries/0_stateless/01663_test_toDate_mysql_compatibility.sql ch/tests/queries/0_stateless/01720_constraints_complex_types.sql ch/tests/queries/0_stateless/02910_nullable_enum_cast.sql ch/tests/queries/0_stateless/00209_insert_select_extremes.sql ch/tests/queries/0_stateless/02677_analyzer_compound_expressions.sql ch/tests/queries/0_stateless/00732_quorum_insert_simple_test_1_parts_zookeeper_long.sql ch/tests/queries/0_stateless/00663_tiny_log_empty_insert.sql ch/tests/queries/0_stateless/03305_compressed_memory_eng_crash_reading_subcolumn.sql ch/tests/queries/0_stateless/01768_array_product.sql ch/tests/queries/0_stateless/03131_rewrite_sum_if_nullable.sql ch/tests/queries/0_stateless/02151_lc_prefetch.sql ch/tests/queries/0_stateless/00271_agg_state_and_totals.sql ch/tests/queries/0_stateless/01418_index_analysis_bug.sql ch/tests/queries/0_stateless/02845_prewhere_preserve_column.sql ch/tests/queries/0_stateless/02891_functions_over_sparse_columns.sql ch/tests/queries/0_stateless/01433_hex_float.sql ch/tests/queries/0_stateless/00725_join_on_bug_1.sql ch/tests/queries/0_stateless/02475_analysis_of_variance.sql ch/tests/queries/0_stateless/01881_join_on_conditions_merge.gen.sql ch/tests/queries/0_stateless/00098_8_union_all.sql ch/tests/queries/0_stateless/01932_alter_index_with_order.sql ch/tests/queries/0_stateless/00632_aggregation_window_funnel.sql ch/tests/queries/0_stateless/02921_database_filesystem_path_check.sql ch/tests/queries/0_stateless/02346_fulltext_index_bug52019.sql ch/tests/queries/0_stateless/01716_drop_rename_sign_column.sql ch/tests/queries/0_stateless/01045_array_zip.sql ch/tests/queries/0_stateless/02234_position_case_insensitive_utf8.sql ch/tests/queries/0_stateless/02741_hashed_dictionary_load_factor.gen.sql ch/tests/queries/0_stateless/01763_long_ttl_group_by.sql ch/tests/queries/0_stateless/00950_bad_alloc_when_truncate_join_storage.sql ch/tests/queries/0_stateless/01271_optimize_arithmetic_operations_in_aggr_func_long.sql ch/tests/queries/0_stateless/02901_remove_nullable_crash_analyzer.sql ch/tests/queries/0_stateless/00184_shard_distributed_group_by_no_merge.sql ch/tests/queries/0_stateless/02357_file_default_value.sql ch/tests/queries/0_stateless/02481_default_value_used_in_row_level_filter.sql ch/tests/queries/0_stateless/02710_date_diff_aliases.sql ch/tests/queries/0_stateless/00752_low_cardinality_array_result.sql ch/tests/queries/0_stateless/02972_parallel_replicas_cte.sql ch/tests/queries/0_stateless/02698_marked_dropped_tables.sql ch/tests/queries/0_stateless/00575_merge_and_index_with_function_in_in.sql ch/tests/queries/0_stateless/00818_alias_bug_4110.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_wide_horizontal.sql ch/tests/queries/0_stateless/02946_parallel_replicas_force_primary_key.sql ch/tests/queries/0_stateless/02710_topk_with_empty_array.sql ch/tests/queries/0_stateless/02493_numeric_literals_with_underscores.sql ch/tests/queries/0_stateless/02899_indexing_by_space_filling_curves.sql ch/tests/queries/0_stateless/03010_view_prewhere_in.sql ch/tests/queries/0_stateless/01230_join_get_truncate.sql ch/tests/queries/0_stateless/01345_index_date_vs_datetime.sql ch/tests/queries/0_stateless/01284_fuzz_bits.sql ch/tests/queries/0_stateless/03141_fetches_errors_stress.sql ch/tests/queries/0_stateless/03150_url_hash_non_constant_level.sql ch/tests/queries/0_stateless/00194_identity.sql ch/tests/queries/0_stateless/02590_bson_duplicate_column.sql ch/tests/queries/0_stateless/02421_formats_with_totals_and_extremes.gen.sql ch/tests/queries/0_stateless/01051_window_view_parser_hop.sql ch/tests/queries/0_stateless/01318_decrypt.sql ch/tests/queries/0_stateless/02916_addcolumn_nested.sql ch/tests/queries/0_stateless/02461_mullable_pk_monotonicity_bug.sql ch/tests/queries/0_stateless/02998_primary_key_skip_columns.sql ch/tests/queries/0_stateless/02319_lightweight_delete_on_merge_tree_compact_parts.sql ch/tests/queries/0_stateless/01656_ipv4_bad_formatting.sql ch/tests/queries/0_stateless/01825_type_json_wide_parts_merge.sql ch/tests/queries/0_stateless/01021_tuple_parser.sql ch/tests/queries/0_stateless/00648_replacing_empty_set_from_prewhere.sql ch/tests/queries/0_stateless/03208_uniq_with_empty_tuple.sql ch/tests/queries/0_stateless/02999_variant_suspicious_types.sql ch/tests/queries/0_stateless/01073_crlf_end_of_line.sql ch/tests/queries/0_stateless/00718_low_cardinaliry_alter.sql ch/tests/queries/0_stateless/00448_replicate_nullable_tuple_generic.sql ch/tests/queries/0_stateless/01034_with_fill_and_push_down_predicate.sql ch/tests/queries/0_stateless/02704_storage_merge_explain_graph_crash.sql ch/tests/queries/0_stateless/02661_quantile_approx.sql ch/tests/queries/0_stateless/01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS.sql ch/tests/queries/0_stateless/00633_func_or_in.sql ch/tests/queries/0_stateless/02230_create_table_as_ignore_ttl.sql ch/tests/queries/0_stateless/00267_tuple_array_access_operators_priority.sql ch/tests/queries/0_stateless/02096_totals_global_in_bug.sql ch/tests/queries/0_stateless/01282_system_parts_ttl_info.sql ch/tests/queries/0_stateless/03143_join_filter_push_down_filled_join_fix.sql ch/tests/queries/0_stateless/00974_adaptive_granularity_secondary_index.sql ch/tests/queries/0_stateless/02835_nested_array_lowcardinality.sql ch/tests/queries/0_stateless/03287_dynamic_and_json_squashing_fix.sql ch/tests/queries/0_stateless/00232_format_readable_decimal_size.sql ch/tests/queries/0_stateless/03009_storage_memory_circ_buffer_usage.sql ch/tests/queries/0_stateless/01710_projection_group_by_order_by.sql ch/tests/queries/0_stateless/01008_materialized_view_henyihanwobushi.sql ch/tests/queries/0_stateless/00191_aggregating_merge_tree_and_final.sql ch/tests/queries/0_stateless/01290_empty_array_index_analysis.sql ch/tests/queries/0_stateless/00902_entropy.sql ch/tests/queries/0_stateless/01277_alter_rename_column_constraint_zookeeper_long.sql ch/tests/queries/0_stateless/00386_has_column_in_table.sql ch/tests/queries/0_stateless/03014_analyzer_group_by_use_nulls.sql ch/tests/queries/0_stateless/01632_select_all_syntax.sql ch/tests/queries/0_stateless/01051_same_name_alias_with_joins.sql ch/tests/queries/0_stateless/01615_two_args_function_index_fix.sql ch/tests/queries/0_stateless/00167_settings_inside_query.sql ch/tests/queries/0_stateless/02323_null_modifier_in_table_function.sql ch/tests/queries/0_stateless/00742_require_join_strictness.sql ch/tests/queries/0_stateless/02911_support_alias_column_in_indices.sql ch/tests/queries/0_stateless/03132_sqlancer_union_all.sql ch/tests/queries/0_stateless/01410_nullable_key_and_index.sql ch/tests/queries/0_stateless/02236_json_each_row_empty_map_schema_inference.sql ch/tests/queries/0_stateless/00579_merge_tree_partition_and_primary_keys_using_same_expression.sql ch/tests/queries/0_stateless/02355_control_block_size_in_aggregator.sql ch/tests/queries/0_stateless/02244_hdfs_cluster.sql ch/tests/queries/0_stateless/00290_shard_aggregation_memory_efficient.sql ch/tests/queries/0_stateless/01083_expressions_in_engine_arguments.sql ch/tests/queries/0_stateless/00292_parser_tuple_element.sql ch/tests/queries/0_stateless/02562_regexp_extract.sql ch/tests/queries/0_stateless/02770_jit_aggregation_nullable_key_fix.sql ch/tests/queries/0_stateless/03036_with_numbers.sql ch/tests/queries/0_stateless/00030_alter_table.sql ch/tests/queries/0_stateless/01925_join_materialized_columns.sql ch/tests/queries/0_stateless/02833_array_join_columns.sql ch/tests/queries/0_stateless/00453_top_k.sql ch/tests/queries/0_stateless/02584_range_ipv4.sql ch/tests/queries/0_stateless/00175_partition_by_ignore.sql ch/tests/queries/0_stateless/00582_not_aliasing_functions.sql ch/tests/queries/0_stateless/01605_drop_settings_profile_while_assigned.sql ch/tests/queries/0_stateless/01411_xor_itai_shirav.sql ch/tests/queries/0_stateless/01337_mysql_global_variables.sql ch/tests/queries/0_stateless/01134_max_rows_to_group_by.sql ch/tests/queries/0_stateless/00509_extended_storage_definition_syntax_zookeeper.sql ch/tests/queries/0_stateless/03120_analyzer_param_in_CTE_alias.sql ch/tests/queries/0_stateless/02920_rename_column_of_skip_indices.sql ch/tests/queries/0_stateless/01850_dist_INSERT_preserve_error.sql ch/tests/queries/0_stateless/03036_schema_inference_cache_s3_archives.sql ch/tests/queries/0_stateless/02994_sanity_check_settings.sql ch/tests/queries/0_stateless/03079_analyzer_numeric_literals_as_column_names.sql ch/tests/queries/0_stateless/02518_merge_engine_nullable_43324.sql ch/tests/queries/0_stateless/00688_low_cardinality_prewhere.sql ch/tests/queries/0_stateless/01380_nullable_state.sql ch/tests/queries/0_stateless/02751_parallel_replicas_bug_chunkinfo_not_set.sql ch/tests/queries/0_stateless/02494_query_cache_compression.sql ch/tests/queries/0_stateless/02478_window_frame_type_groups.sql ch/tests/queries/0_stateless/00374_any_last_if_merge.sql ch/tests/queries/0_stateless/00500_point_in_polygon_bug_3_linestring_rotation_precision.sql ch/tests/queries/0_stateless/03076_analyzer_multiple_joins_alias.sql ch/tests/queries/0_stateless/02416_grouping_function_compatibility.sql ch/tests/queries/0_stateless/02377_modify_column_from_nested.sql ch/tests/queries/0_stateless/02242_subcolumns_sizes.sql ch/tests/queries/0_stateless/01710_projection_aggregation_in_order.sql ch/tests/queries/0_stateless/01010_partial_merge_join_negative.sql ch/tests/queries/0_stateless/02161_addressToLineWithInlines.sql ch/tests/queries/0_stateless/02354_vector_search_multiple_indexes.sql ch/tests/queries/0_stateless/01710_minmax_count_projection.sql ch/tests/queries/0_stateless/02676_trailing_commas.sql ch/tests/queries/0_stateless/00974_fix_join_on.sql ch/tests/queries/0_stateless/02468_has_any_tuple.sql ch/tests/queries/0_stateless/03037_dynamic_merges_small.gen.sql ch/tests/queries/0_stateless/01456_ast_optimizations_over_distributed.sql ch/tests/queries/0_stateless/00701_rollup.sql ch/tests/queries/0_stateless/02000_join_on_const.sql ch/tests/queries/0_stateless/00202_cross_join.sql ch/tests/queries/0_stateless/00729_prewhere_array_join.sql ch/tests/queries/0_stateless/01354_order_by_tuple_collate_const.sql ch/tests/queries/0_stateless/00957_delta_diff_bug.sql ch/tests/queries/0_stateless/02725_agg_projection_resprect_PK.sql ch/tests/queries/0_stateless/01262_fractional_timezone_near_start_of_epoch.sql ch/tests/queries/0_stateless/03010_virtual_memory_mappings_asynchronous_metrics.sql ch/tests/queries/0_stateless/01906_partition_by_multiply_by_zero.sql ch/tests/queries/0_stateless/00592_union_all_different_aliases.sql ch/tests/queries/0_stateless/02499_analyzer_aggregate_function_lambda_crash_fix.sql ch/tests/queries/0_stateless/03095_msan_uuid_string_to_num.sql ch/tests/queries/0_stateless/02896_optimize_array_exists_to_has_with_date.sql ch/tests/queries/0_stateless/02354_vector_search_queries.sql ch/tests/queries/0_stateless/02733_distinct.sql ch/tests/queries/0_stateless/01064_array_auc.sql ch/tests/queries/0_stateless/00517_date_parsing.sql ch/tests/queries/0_stateless/01459_default_value_of_argument_type_nullptr_dereference.sql ch/tests/queries/0_stateless/01761_round_year_bounds.sql ch/tests/queries/0_stateless/02908_empty_named_collection.sql ch/tests/queries/0_stateless/00907_set_index_with_nullable_and_low_cardinality.sql ch/tests/queries/0_stateless/00700_decimal_casts_2.sql ch/tests/queries/0_stateless/01449_json_compact_strings.sql ch/tests/queries/0_stateless/02891_rename_table_without_keyword.sql ch/tests/queries/0_stateless/02864_statistics_bugs.sql ch/tests/queries/0_stateless/03210_variant_with_aggregate_function_type.sql ch/tests/queries/0_stateless/02992_all_columns_should_have_comment.sql ch/tests/queries/0_stateless/02902_show_databases_limit.sql ch/tests/queries/0_stateless/03094_named_tuple_bug24607.sql ch/tests/queries/0_stateless/03231_prewhere_conditions_order.sql ch/tests/queries/0_stateless/01910_memory_tracking_topk.sql ch/tests/queries/0_stateless/03093_special_column_errors.sql ch/tests/queries/0_stateless/03015_analyzer_groupby_fuzz_60772.sql ch/tests/queries/0_stateless/02476_query_parameters_without_serialisation.sql ch/tests/queries/0_stateless/01373_summing_merge_tree_exclude_partition_key.sql ch/tests/queries/0_stateless/01319_query_formatting_in_server_log.sql ch/tests/queries/0_stateless/01504_view_type_conversion.sql ch/tests/queries/0_stateless/01642_if_nullable_regression.sql ch/tests/queries/0_stateless/03164_analyzer_global_in_alias.sql ch/tests/queries/0_stateless/03033_final_undefined_last_mark.sql ch/tests/queries/0_stateless/03000_virtual_columns_in_prewhere.sql ch/tests/queries/0_stateless/03041_analyzer_gigachad_join.sql ch/tests/queries/0_stateless/01012_serialize_array_memory_usage.sql ch/tests/queries/0_stateless/02124_insert_deduplication_token.sql ch/tests/queries/0_stateless/01322_cast_keep_nullable.sql ch/tests/queries/0_stateless/01082_bit_test_out_of_bound.sql ch/tests/queries/0_stateless/02751_query_log_test_partitions.sql ch/tests/queries/0_stateless/01497_mutation_support_for_storage_memory.sql ch/tests/queries/0_stateless/01907_multiple_aliases.sql ch/tests/queries/0_stateless/01258_wrong_cast_filimonov.sql ch/tests/queries/0_stateless/01042_check_query_and_last_granule_size.sql ch/tests/queries/0_stateless/02461_alter_update_respect_part_column_type_bug.sql ch/tests/queries/0_stateless/01717_global_with_subquery_fix.sql ch/tests/queries/0_stateless/00920_multiply_aggregate_states_constants.sql ch/tests/queries/0_stateless/01390_check_table_codec.sql ch/tests/queries/0_stateless/01403_datetime64_constant_arg.sql ch/tests/queries/0_stateless/00926_multimatch.sql ch/tests/queries/0_stateless/01556_if_null.sql ch/tests/queries/0_stateless/01773_datetime64_add_ubsan.sql ch/tests/queries/0_stateless/02378_part_log_profile_events_replicated.sql ch/tests/queries/0_stateless/03352_distinct_sorted_bug.sql ch/tests/queries/0_stateless/02898_parallel_replicas_progress_bar.sql ch/tests/queries/0_stateless/02527_storage_merge_prewhere_different_type.sql ch/tests/queries/0_stateless/01407_lambda_arrayJoin.sql ch/tests/queries/0_stateless/01010_pmj_on_disk.sql ch/tests/queries/0_stateless/02381_analyzer_join_final.sql ch/tests/queries/0_stateless/00571_non_exist_database_when_create_materializ_view.sql ch/tests/queries/0_stateless/03217_fliter_pushdown_no_keys.sql ch/tests/queries/0_stateless/01457_order_by_nulls_first.sql ch/tests/queries/0_stateless/02997_fix_datetime64_scale_conversion.sql ch/tests/queries/0_stateless/02449_check_dependencies_and_table_shutdown.sql ch/tests/queries/0_stateless/00555_right_join_excessive_rows.sql ch/tests/queries/0_stateless/02962_parallel_window_functions_different_partitioning.sql ch/tests/queries/0_stateless/03110_unicode_alias.sql ch/tests/queries/0_stateless/03276_parquet_output_compression_level.sql ch/tests/queries/0_stateless/02247_fix_extract_parser.sql ch/tests/queries/0_stateless/02833_window_func_range_offset.sql ch/tests/queries/0_stateless/02337_base58.sql ch/tests/queries/0_stateless/03016_analyzer_groupby_fuzz_59796.sql ch/tests/queries/0_stateless/00612_union_query_with_subquery.sql ch/tests/queries/0_stateless/01961_roaring_memory_tracking.sql ch/tests/queries/0_stateless/01586_replicated_mutations_empty_partition.sql ch/tests/queries/0_stateless/00977_join_use_nulls_denny_crane.sql ch/tests/queries/0_stateless/01604_explain_ast_of_nonselect_query.sql ch/tests/queries/0_stateless/02337_join_analyze_stuck.sql ch/tests/queries/0_stateless/03282_memory_transaction_crash.sql ch/tests/queries/0_stateless/02029_output_csv_null_representation.sql ch/tests/queries/0_stateless/02293_h3_hex_ring.sql ch/tests/queries/0_stateless/01324_settings_documentation.sql ch/tests/queries/0_stateless/00362_great_circle_distance.sql ch/tests/queries/0_stateless/01455_default_compression.sql ch/tests/queries/0_stateless/01942_dateTimeToSnowflakeID.sql ch/tests/queries/0_stateless/02112_with_fill_interval.sql ch/tests/queries/0_stateless/02876_s3_cluster_schema_inference_names_with_spaces.sql ch/tests/queries/0_stateless/03023_analyzer_optimize_group_by_function_keys_with_nulls.sql ch/tests/queries/0_stateless/03093_analyzer_miel_test.sql ch/tests/queries/0_stateless/01346_alter_enum_partition_key_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/00394_replaceall_vector_fixed.sql ch/tests/queries/0_stateless/01085_extract_all_empty.sql ch/tests/queries/0_stateless/02521_to_custom_day_of_week.sql ch/tests/queries/0_stateless/02013_lc_nullable_and_infinity.sql ch/tests/queries/0_stateless/01509_parallel_quorum_insert_no_replicas_long.sql ch/tests/queries/0_stateless/01703_rewrite_aggregate_function_case_insensitive.sql ch/tests/queries/0_stateless/01764_table_function_dictionary.sql ch/tests/queries/0_stateless/01521_max_length_alias.sql ch/tests/queries/0_stateless/01280_opencl_bitonic_order_by.sql ch/tests/queries/0_stateless/00976_shard_low_cardinality_achimbab.sql ch/tests/queries/0_stateless/02735_asof_join_right_null.sql ch/tests/queries/0_stateless/00836_numbers_table_function_zero.sql ch/tests/queries/0_stateless/01691_DateTime64_clamp.sql ch/tests/queries/0_stateless/03022_highlight_digit_groups.sql ch/tests/queries/0_stateless/02501_limits_on_result_for_view.sql ch/tests/queries/0_stateless/00717_low_cardinaliry_distributed_group_by.sql ch/tests/queries/0_stateless/00752_low_cardinality_left_array_join.sql ch/tests/queries/0_stateless/01272_totals_and_filter_bug.sql ch/tests/queries/0_stateless/01098_sum.sql ch/tests/queries/0_stateless/00260_like_and_curly_braces.sql ch/tests/queries/0_stateless/03000_traverse_shadow_system_data_paths.sql ch/tests/queries/0_stateless/01459_decimal_casts.sql ch/tests/queries/0_stateless/02525_different_engines_in_temporary_tables.sql ch/tests/queries/0_stateless/03197_storage_join_strictness_type_restriction.sql ch/tests/queries/0_stateless/03033_virtual_column_override.sql ch/tests/queries/0_stateless/03223_nested_json_in_shared_data_merges.sql ch/tests/queries/0_stateless/02913_sum_map_state.sql ch/tests/queries/0_stateless/02422_read_numbers_as_strings.sql ch/tests/queries/0_stateless/03240_insert_select_named_tuple.sql ch/tests/queries/0_stateless/03210_nested_short_circuit_functions_bug.sql ch/tests/queries/0_stateless/01073_bad_alter_partition.sql ch/tests/queries/0_stateless/02231_bloom_filter_sizing.sql ch/tests/queries/0_stateless/03038_move_partition_to_oneself_deadlock.sql ch/tests/queries/0_stateless/02876_sort_union_of_sorted.sql ch/tests/queries/0_stateless/02560_with_fill_int256_int.sql ch/tests/queries/0_stateless/02751_ip_types_aggregate_functions_states.gen.sql ch/tests/queries/0_stateless/02144_avg_ubsan.sql ch/tests/queries/0_stateless/01201_drop_column_compact_part_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/01825_type_json_insert_select.sql ch/tests/queries/0_stateless/02337_check_translate_qualified_names_matcher.sql ch/tests/queries/0_stateless/03048_not_found_column_xxx_in_block.sql ch/tests/queries/0_stateless/01332_join_type_syntax_position.sql ch/tests/queries/0_stateless/00700_decimal_round.sql ch/tests/queries/0_stateless/02841_join_filter_set_sparse.sql ch/tests/queries/0_stateless/02102_sql_user_defined_functions_create_if_not_exists.sql ch/tests/queries/0_stateless/03164_create_as_default.sql ch/tests/queries/0_stateless/03149_variant_pop_back_typo.sql ch/tests/queries/0_stateless/00274_shard_group_array.sql ch/tests/queries/0_stateless/00861_decimal_quoted_csv.sql ch/tests/queries/0_stateless/02418_aggregate_combinators.sql ch/tests/queries/0_stateless/01571_window_functions.sql ch/tests/queries/0_stateless/01096_array_reduce_in_ranges.sql ch/tests/queries/0_stateless/01451_replicated_detach_drop_and_quorum_long.sql ch/tests/queries/0_stateless/02477_logical_expressions_optimizer_low_cardinality.sql ch/tests/queries/0_stateless/03162_dynamic_type_nested.sql ch/tests/queries/0_stateless/00954_resample_combinator.sql ch/tests/queries/0_stateless/00647_select_numbers_with_offset.sql ch/tests/queries/0_stateless/01430_moving_sum_empty_state.sql ch/tests/queries/0_stateless/00098_3_union_all.sql ch/tests/queries/0_stateless/01383_remote_ambiguous_column_shard.sql ch/tests/queries/0_stateless/00916_create_or_replace_view.sql ch/tests/queries/0_stateless/01344_min_bytes_to_use_mmap_io_index.sql ch/tests/queries/0_stateless/01070_h3_to_children.sql ch/tests/queries/0_stateless/00995_optimize_read_in_order_with_aggregation.sql ch/tests/queries/0_stateless/02265_column_ttl.sql ch/tests/queries/0_stateless/02021_h3_is_pentagon.sql ch/tests/queries/0_stateless/02813_seriesOutliersDetectTukey.sql ch/tests/queries/0_stateless/02955_sparkBar_alias_sparkbar.sql ch/tests/queries/0_stateless/02968_url_args.sql ch/tests/queries/0_stateless/01936_quantiles_cannot_return_null.sql ch/tests/queries/0_stateless/00360_to_date_from_string_with_datetime.sql ch/tests/queries/0_stateless/03034_dynamic_conversions.sql ch/tests/queries/0_stateless/01801_dateDiff_DateTime64.sql ch/tests/queries/0_stateless/03254_uniq_exact_two_level_negative_zero.sql ch/tests/queries/0_stateless/03057_analyzer_subquery_alias_join.sql ch/tests/queries/0_stateless/03230_anyHeavy_merge.sql ch/tests/queries/0_stateless/02326_numbers_from_json_strings_schema_inference.sql ch/tests/queries/0_stateless/00451_left_array_join_and_constants.sql ch/tests/queries/0_stateless/02448_clone_replica_lost_part.sql ch/tests/queries/0_stateless/01770_extended_range_3.sql ch/tests/queries/0_stateless/02796_calculate_text_stack_trace.sql ch/tests/queries/0_stateless/01172_transaction_counters.sql ch/tests/queries/0_stateless/01684_insert_specify_shard_id.sql ch/tests/queries/0_stateless/02990_variant_where_cond.sql ch/tests/queries/0_stateless/02911_system_symbols.sql ch/tests/queries/0_stateless/02306_window_move_row_number_fix.sql ch/tests/queries/0_stateless/02354_vector_search_legacy_index_compatibility.sql ch/tests/queries/0_stateless/01890_stem.sql ch/tests/queries/0_stateless/03033_index_definition_sql_udf_bug.sql ch/tests/queries/0_stateless/01881_aggregate_functions_versioning.sql ch/tests/queries/0_stateless/03003_sql_json_nonsense.sql ch/tests/queries/0_stateless/00705_aggregate_states_addition.sql ch/tests/queries/0_stateless/02319_quantile_interpolated_weighted.sql ch/tests/queries/0_stateless/01516_date_time_output_format.sql ch/tests/queries/0_stateless/00098_shard_i_union_all.sql ch/tests/queries/0_stateless/00533_uniq_array.sql ch/tests/queries/0_stateless/00968_file_engine_in_subquery.sql ch/tests/queries/0_stateless/00187_like_regexp_prefix.sql ch/tests/queries/0_stateless/03217_datetime64_constant_to_ast.sql ch/tests/queries/0_stateless/03173_set_transformed_partition_pruning.sql ch/tests/queries/0_stateless/00999_nullable_nested_types_4877.sql ch/tests/queries/0_stateless/02457_filesystem_function.sql ch/tests/queries/0_stateless/00217_shard_global_subquery_columns_with_same_name.sql ch/tests/queries/0_stateless/03085_analyzer_alias_column_group_by.sql ch/tests/queries/0_stateless/00502_string_concat_with_array.sql ch/tests/queries/0_stateless/03262_analyzer_materialized_view_in_with_cte.sql ch/tests/queries/0_stateless/00477_parsing_data_types.sql ch/tests/queries/0_stateless/00144_empty_regexp.sql ch/tests/queries/0_stateless/02534_keyed_siphash.sql ch/tests/queries/0_stateless/01533_distinct_nullable_uuid.sql ch/tests/queries/0_stateless/01019_array_fill.sql ch/tests/queries/0_stateless/02366_union_decimal_conversion.sql ch/tests/queries/0_stateless/00291_array_reduce.sql ch/tests/queries/0_stateless/00853_join_with_nulls_crash.sql ch/tests/queries/0_stateless/01078_bloom_filter_operator_not_has.sql ch/tests/queries/0_stateless/01120_join_constants.sql ch/tests/queries/0_stateless/03071_analyzer_array_join_forbid_non_existing_columns.sql ch/tests/queries/0_stateless/01451_detach_drop_part.sql ch/tests/queries/0_stateless/01260_ubsan_decimal_parse.sql ch/tests/queries/0_stateless/00800_function_java_hash.sql ch/tests/queries/0_stateless/03065_analyzer_cross_join_and_array_join.sql ch/tests/queries/0_stateless/00564_temporary_table_management.sql ch/tests/queries/0_stateless/02766_bitshift_with_const_arguments.sql ch/tests/queries/0_stateless/01890_jit_aggregation_function_sum_long.sql ch/tests/queries/0_stateless/00369_int_div_of_float.sql ch/tests/queries/0_stateless/00059_shard_global_in.sql ch/tests/queries/0_stateless/00066_group_by_in.sql ch/tests/queries/0_stateless/02165_h3_num_hexagons.sql ch/tests/queries/0_stateless/02475_or_function_alias_and_const_where.sql ch/tests/queries/0_stateless/00333_parser_number_bug.sql ch/tests/queries/0_stateless/03243_create_or_replace_view_dependency_check.sql ch/tests/queries/0_stateless/00931_low_cardinality_nullable_aggregate_function_type.sql ch/tests/queries/0_stateless/00166_functions_of_aggregation_states.sql ch/tests/queries/0_stateless/02184_ipv6_cast_test.sql ch/tests/queries/0_stateless/02813_float_parsing.sql ch/tests/queries/0_stateless/01505_log_distributed_deadlock.sql ch/tests/queries/0_stateless/01387_clear_column_default_depends.sql ch/tests/queries/0_stateless/01939_type_map_json.sql ch/tests/queries/0_stateless/02882_primary_key_index_in_function_different_types.sql ch/tests/queries/0_stateless/01362_year_of_ISO8601_week_modificators_for_formatDateTime.sql ch/tests/queries/0_stateless/01504_rocksdb.sql ch/tests/queries/0_stateless/02406_minmax_behaviour.sql ch/tests/queries/0_stateless/01030_storage_url_syntax.sql ch/tests/queries/0_stateless/00098_c_union_all.sql ch/tests/queries/0_stateless/01341_datetime64_wrong_supertype.sql ch/tests/queries/0_stateless/01825_new_type_json_3.gen.sql ch/tests/queries/0_stateless/02016_summing_mt_aggregating_column.sql ch/tests/queries/0_stateless/01925_json_as_string_data_in_square_brackets.sql ch/tests/queries/0_stateless/00808_array_enumerate_segfault.sql ch/tests/queries/0_stateless/02923_explain_expired_context.sql ch/tests/queries/0_stateless/00490_special_line_separators_and_characters_outside_of_bmp.sql ch/tests/queries/0_stateless/01662_date_ubsan.sql ch/tests/queries/0_stateless/00050_any_left_join.sql ch/tests/queries/0_stateless/02457_datediff_via_unix_epoch.sql ch/tests/queries/0_stateless/02705_settings_check_changed_flag.sql ch/tests/queries/0_stateless/00716_allow_ddl.sql ch/tests/queries/0_stateless/02995_preliminary_filters_duplicated_columns.sql ch/tests/queries/0_stateless/02388_conversion_from_string_with_datetime64_to_date_and_date32.sql ch/tests/queries/0_stateless/02165_h3_exact_edge_length_m.sql ch/tests/queries/0_stateless/02597_column_delete_and_replication.sql ch/tests/queries/0_stateless/01915_merge_prewhere_virtual_column_rand_chao_wang.sql ch/tests/queries/0_stateless/01442_date_time_with_params.sql ch/tests/queries/0_stateless/00078_string_concat.sql ch/tests/queries/0_stateless/01730_distributed_group_by_no_merge_order_by_long.sql ch/tests/queries/0_stateless/02016_bit_shift_right_for_string_integer.sql ch/tests/queries/0_stateless/01567_system_processes_current_database.sql ch/tests/queries/0_stateless/03225_alter_to_json_not_supported.sql ch/tests/queries/0_stateless/03173_distinct_combinator_alignment.sql ch/tests/queries/0_stateless/02477_age.sql ch/tests/queries/0_stateless/01295_create_row_policy.sql ch/tests/queries/0_stateless/02998_analyzer_prewhere_report.sql ch/tests/queries/0_stateless/02901_predicate_pushdown_cte_stateful.sql ch/tests/queries/0_stateless/01700_deltasum.sql ch/tests/queries/0_stateless/01846_alter_column_without_type_bugfix.sql ch/tests/queries/0_stateless/02955_avro_format_zstd_encode_support.sql ch/tests/queries/0_stateless/01883_subcolumns_distributed.sql ch/tests/queries/0_stateless/01125_generate_random_qoega.sql ch/tests/queries/0_stateless/00502_sum_map.sql ch/tests/queries/0_stateless/00737_decimal_group_by.sql ch/tests/queries/0_stateless/03096_variant_in_primary_key.sql ch/tests/queries/0_stateless/01418_query_scope_constants_and_remote.sql ch/tests/queries/0_stateless/00754_first_significant_subdomain_more.sql ch/tests/queries/0_stateless/02374_combine_multi_if_and_count_if_opt.sql ch/tests/queries/0_stateless/02504_bar_fractions.sql ch/tests/queries/0_stateless/02482_insert_into_dist_race.sql ch/tests/queries/0_stateless/02430_initialize_aggregation_with_combinators.sql ch/tests/queries/0_stateless/01721_dictionary_decimal_p_s.sql ch/tests/queries/0_stateless/02692_multiple_joins_unicode.sql ch/tests/queries/0_stateless/02800_transform_alter.sql ch/tests/queries/0_stateless/01072_drop_temporary_table_with_same_name.sql ch/tests/queries/0_stateless/01019_Buffer_and_max_memory_usage.sql ch/tests/queries/0_stateless/01732_alters_bad_conversions.sql ch/tests/queries/0_stateless/00978_ml_math.sql ch/tests/queries/0_stateless/01538_fuzz_aggregate.sql ch/tests/queries/0_stateless/01809_inactive_parts_to_delay_throw_insert.sql ch/tests/queries/0_stateless/00626_replace_partition_from_table.sql ch/tests/queries/0_stateless/02943_tokenbf_and_ngrambf_indexes_support_match_function.sql ch/tests/queries/0_stateless/01104_fixed_string_like.sql ch/tests/queries/0_stateless/00098_k_union_all.sql ch/tests/queries/0_stateless/01780_range_msan.sql ch/tests/queries/0_stateless/02494_analyzer_cte_resolution_in_subquery_fix.sql ch/tests/queries/0_stateless/01933_invalid_date.sql ch/tests/queries/0_stateless/02179_map_cast_to_array.sql ch/tests/queries/0_stateless/03037_dot_product_overflow.sql ch/tests/queries/0_stateless/01016_simhash_minhash_ppc.sql ch/tests/queries/0_stateless/00096_aggregation_min_if.sql ch/tests/queries/0_stateless/00823_sequence_match_dfa.sql ch/tests/queries/0_stateless/02834_analyzer_with_statement_references.sql ch/tests/queries/0_stateless/02868_distinct_to_count_optimization.sql ch/tests/queries/0_stateless/02701_invalid_having_NOT_AN_AGGREGATE.sql ch/tests/queries/0_stateless/02119_sumcount.sql ch/tests/queries/0_stateless/00622_select_in_parens.sql ch/tests/queries/0_stateless/00609_prewhere_and_default.sql ch/tests/queries/0_stateless/02010_array_index_bad_cast.sql ch/tests/queries/0_stateless/01300_group_by_other_keys_having.sql ch/tests/queries/0_stateless/02352_lightweight_delete_and_object_column.sql ch/tests/queries/0_stateless/00907_set_index_with_nullable_and_low_cardinality_bug.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias.sql ch/tests/queries/0_stateless/01769_extended_range_2.sql ch/tests/queries/0_stateless/02117_show_create_table_system.sql ch/tests/queries/0_stateless/01710_projection_drop_if_exists.sql ch/tests/queries/0_stateless/01940_custom_tld_sharding_key.sql ch/tests/queries/0_stateless/01400_join_get_with_multi_keys.sql ch/tests/queries/0_stateless/00157_aliases_and_lambda_formal_parameters.sql ch/tests/queries/0_stateless/03231_dynamic_not_safe_primary_key.sql ch/tests/queries/0_stateless/02815_alias_to_length.sql ch/tests/queries/0_stateless/01245_limit_infinite_sources.sql ch/tests/queries/0_stateless/03228_dynamic_serializations_uninitialized_value.sql ch/tests/queries/0_stateless/00597_push_down_predicate_long.sql ch/tests/queries/0_stateless/03062_analyzer_join_engine_missing_column.sql ch/tests/queries/0_stateless/02718_array_fold.sql ch/tests/queries/0_stateless/03142_untuple_crash.sql ch/tests/queries/0_stateless/01070_h3_indexes_are_neighbors.sql ch/tests/queries/0_stateless/02841_remote_parameter_parsing_error.sql ch/tests/queries/0_stateless/01026_char_utf8.sql ch/tests/queries/0_stateless/02012_zookeeper_changed_enum_type_incompatible.sql ch/tests/queries/0_stateless/02685_decimal256_various.sql ch/tests/queries/0_stateless/00453_cast_enum.sql ch/tests/queries/0_stateless/01326_hostname_alias.sql ch/tests/queries/0_stateless/03163_dynamic_as_supertype.sql ch/tests/queries/0_stateless/02481_pk_analysis_with_enum_to_string.sql ch/tests/queries/0_stateless/02421_json_decimals_as_strings.sql ch/tests/queries/0_stateless/00725_memory_tracking.sql ch/tests/queries/0_stateless/02380_analyzer_join_sample.sql ch/tests/queries/0_stateless/03072_analyzer_missing_columns_from_subquery.sql ch/tests/queries/0_stateless/00083_create_merge_tree_zookeeper_long.sql ch/tests/queries/0_stateless/01087_index_set_ubsan.sql ch/tests/queries/0_stateless/00257_shard_no_aggregates_and_constant_keys.sql ch/tests/queries/0_stateless/02155_multiple_inserts_for_formats_with_suffix.sql ch/tests/queries/0_stateless/02542_table_function_format.sql ch/tests/queries/0_stateless/00974_distributed_join_on.sql ch/tests/queries/0_stateless/00567_parse_datetime_as_unix_timestamp.sql ch/tests/queries/0_stateless/02206_array_starts_ends_with.sql ch/tests/queries/0_stateless/02118_show_create_table_rocksdb.sql ch/tests/queries/0_stateless/01702_system_query_log.sql ch/tests/queries/0_stateless/02710_show_table.sql ch/tests/queries/0_stateless/03033_recursive_cte_basic.sql ch/tests/queries/0_stateless/00159_whitespace_in_columns_list.sql ch/tests/queries/0_stateless/01820_unhex_case_insensitive.sql ch/tests/queries/0_stateless/00754_alter_modify_order_by_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/01660_join_or_inner.sql ch/tests/queries/0_stateless/02025_dictionary_view_different_db.sql ch/tests/queries/0_stateless/02835_join_step_explain.sql ch/tests/queries/0_stateless/01559_aggregate_null_for_empty_fix.sql ch/tests/queries/0_stateless/02992_settings_overflow.sql ch/tests/queries/0_stateless/02521_grouping_sets_plus_memory_efficient_aggr.sql ch/tests/queries/0_stateless/01259_dictionary_custom_settings_ddl.sql ch/tests/queries/0_stateless/00561_storage_join.sql ch/tests/queries/0_stateless/01937_nested_chinese.sql ch/tests/queries/0_stateless/01535_decimal_round_scale_overflow_check.sql ch/tests/queries/0_stateless/00854_multiple_join_asterisks.sql ch/tests/queries/0_stateless/02534_default_granularity.sql ch/tests/queries/0_stateless/00997_set_index_array.sql ch/tests/queries/0_stateless/03004_json_named_tuples_inference_ambiguous_paths_as_string.sql ch/tests/queries/0_stateless/00250_tuple_comparison.sql ch/tests/queries/0_stateless/01356_wrong_filter-type_bug.sql ch/tests/queries/0_stateless/00053_all_inner_join.sql ch/tests/queries/0_stateless/01131_max_rows_to_sort.sql ch/tests/queries/0_stateless/00062_replicated_merge_tree_alter_zookeeper_long.sql ch/tests/queries/0_stateless/02681_undrop_query.sql ch/tests/queries/0_stateless/00733_if_datetime.sql ch/tests/queries/0_stateless/01710_projection_aggregate_functions_null_for_empty.sql ch/tests/queries/0_stateless/03033_dynamic_text_serialization.sql ch/tests/queries/0_stateless/03205_parallel_window_finctions_and_column_sparse_bug.sql ch/tests/queries/0_stateless/02457_s3_cluster_schema_inference.sql ch/tests/queries/0_stateless/00464_array_element_out_of_range.sql ch/tests/queries/0_stateless/03277_analyzer_array_join_fix.sql ch/tests/queries/0_stateless/00500_point_in_polygon.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_1.sql ch/tests/queries/0_stateless/02680_default_star.sql ch/tests/queries/0_stateless/02918_join_pm_lc_crash.sql ch/tests/queries/0_stateless/00111_shard_external_sort_distributed.sql ch/tests/queries/0_stateless/00022_func_higher_order_and_constants.sql ch/tests/queries/0_stateless/02999_analyzer_preimage_null.sql ch/tests/queries/0_stateless/02248_nullable_custom_types_to_string.sql ch/tests/queries/0_stateless/02341_global_join_cte.sql ch/tests/queries/0_stateless/02536_date_from_number_inference_fix.sql ch/tests/queries/0_stateless/02763_row_policy_storage_merge_alias.gen.sql ch/tests/queries/0_stateless/01825_new_type_json_parallel_insert.sql ch/tests/queries/0_stateless/02831_ast_fuzz_asan_join.sql ch/tests/queries/0_stateless/01392_column_resolve.sql ch/tests/queries/0_stateless/00270_views_query_processing_stage.sql ch/tests/queries/0_stateless/01560_merge_distributed_join.sql ch/tests/queries/0_stateless/01254_dict_create_without_db.sql ch/tests/queries/0_stateless/02771_parallel_replicas_analyzer.sql ch/tests/queries/0_stateless/00580_cast_nullable_to_non_nullable.sql ch/tests/queries/0_stateless/00614_shard_same_header_for_local_and_remote_node_in_distributed_query.sql ch/tests/queries/0_stateless/03006_parallel_replicas_cte_explain_syntax_crash.sql ch/tests/queries/0_stateless/03143_cte_scope.sql ch/tests/queries/0_stateless/02113_base64encode_trailing_bytes_1.sql ch/tests/queries/0_stateless/00048_a_stored_aggregates_merge.sql ch/tests/queries/0_stateless/03031_table_function_fuzzquery.sql ch/tests/queries/0_stateless/02863_delayed_source_with_totals_and_extremes.sql ch/tests/queries/0_stateless/01470_explain.sql ch/tests/queries/0_stateless/02126_identity_user_defined_function.sql ch/tests/queries/0_stateless/00429_point_in_ellipses.sql ch/tests/queries/0_stateless/02458_hdfs_cluster_schema_inference.sql ch/tests/queries/0_stateless/02387_analyzer_cte.sql ch/tests/queries/0_stateless/02949_parallel_replicas_in_subquery.sql ch/tests/queries/0_stateless/02481_merge_array_join_sample_by.sql ch/tests/queries/0_stateless/02228_merge_tree_insert_memory_usage.sql ch/tests/queries/0_stateless/01658_values_ubsan.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_constant_query.sql ch/tests/queries/0_stateless/03143_parallel_replicas_mat_view_bug.sql ch/tests/queries/0_stateless/02515_distinct_zero_size_key_bug_44831.sql ch/tests/queries/0_stateless/02454_disable_mergetree_with_lightweight_delete_column.sql ch/tests/queries/0_stateless/01702_toDateTime_from_string_clamping.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_collapsing_merge_tree.sql ch/tests/queries/0_stateless/02494_array_function_range.sql ch/tests/queries/0_stateless/01140_select_from_storage_join_fix.sql ch/tests/queries/0_stateless/02316_values_table_func_bug.sql ch/tests/queries/0_stateless/01044_great_circle_angle.sql ch/tests/queries/0_stateless/01616_untuple_access_field.sql ch/tests/queries/0_stateless/02998_to_milliseconds.sql ch/tests/queries/0_stateless/02180_group_by_lowcardinality.sql ch/tests/queries/0_stateless/02495_concat_with_separator.sql ch/tests/queries/0_stateless/00468_array_join_multiple_arrays_and_use_original_column.sql ch/tests/queries/0_stateless/02560_analyzer_materialized_view.sql ch/tests/queries/0_stateless/02427_msan_group_array_resample.sql ch/tests/queries/0_stateless/01013_hex_float.sql ch/tests/queries/0_stateless/00609_mv_index_in_in.sql ch/tests/queries/0_stateless/03006_buffer_overflow_join.sql ch/tests/queries/0_stateless/02015_column_default_dict_get_identifier.sql ch/tests/queries/0_stateless/02538_ngram_bf_index_with_null.sql ch/tests/queries/0_stateless/01760_system_dictionaries.sql ch/tests/queries/0_stateless/03035_internal_functions_direct_call.sql ch/tests/queries/0_stateless/02834_sparse_columns_sort_with_limit.sql ch/tests/queries/0_stateless/00134_aggregation_by_fixed_string_of_size_1_2_4_8.sql ch/tests/queries/0_stateless/01905_to_json_string.sql ch/tests/queries/0_stateless/01532_tuple_with_name_type.sql ch/tests/queries/0_stateless/00972_desc_table_virtual_columns.sql ch/tests/queries/0_stateless/01031_semi_anti_join.sql ch/tests/queries/0_stateless/01673_test_toMinute_mysql_dialect.sql ch/tests/queries/0_stateless/01226_dist_on_dist_global_in.sql ch/tests/queries/0_stateless/00752_low_cardinality_mv_1.sql ch/tests/queries/0_stateless/02379_analyzer_subquery_depth.sql ch/tests/queries/0_stateless/00413_least_greatest_new_behavior.sql ch/tests/queries/0_stateless/01072_nullable_jit.sql ch/tests/queries/0_stateless/03167_empty_tuple_concat.sql ch/tests/queries/0_stateless/01018_ddl_dictionaries_create.sql ch/tests/queries/0_stateless/02863_ignore_foreign_keys_in_tables_definition.sql ch/tests/queries/0_stateless/03032_redundant_equals.sql ch/tests/queries/0_stateless/01284_view_and_extremes_bug.sql ch/tests/queries/0_stateless/01231_distributed_aggregation_memory_efficient_mix_levels.sql ch/tests/queries/0_stateless/02354_vector_search_detach_attach.sql ch/tests/queries/0_stateless/02589_bson_invalid_document_size.sql ch/tests/queries/0_stateless/01914_ubsan_quantile_timing.sql ch/tests/queries/0_stateless/02456_test_zero_copy_mutation.sql ch/tests/queries/0_stateless/00578_merge_table_and_table_virtual_column.sql ch/tests/queries/0_stateless/00910_buffer_prewhere_different_types.sql ch/tests/queries/0_stateless/02918_parallel_replicas_custom_key_unavailable_replica.sql ch/tests/queries/0_stateless/01825_type_json_14.sql ch/tests/queries/0_stateless/01575_disable_detach_table_of_dictionary.sql ch/tests/queries/0_stateless/01802_formatDateTime_DateTime64_century.sql ch/tests/queries/0_stateless/00075_shard_formatting_negate_of_negative_literal.sql ch/tests/queries/0_stateless/01655_window_functions_null.sql ch/tests/queries/0_stateless/02810_convert_uuid_to_uint128.sql ch/tests/queries/0_stateless/02317_like_with_trailing_escape.sql ch/tests/queries/0_stateless/02997_projections_formatting.sql ch/tests/queries/0_stateless/00911_tautological_compare.sql ch/tests/queries/0_stateless/02995_bad_formatting_union_intersect.sql ch/tests/queries/0_stateless/02916_analyzer_set_in_join.sql ch/tests/queries/0_stateless/02155_read_in_order_max_rows_to_read.sql ch/tests/queries/0_stateless/01676_reinterpret_as.sql ch/tests/queries/0_stateless/01472_many_rows_in_totals.sql ch/tests/queries/0_stateless/02459_group_by_all.sql ch/tests/queries/0_stateless/03215_parsing_archive_name_s3.sql ch/tests/queries/0_stateless/01922_sum_null_for_remote.sql ch/tests/queries/0_stateless/00702_join_on_dups.sql ch/tests/queries/0_stateless/01511_prewhere_with_virtuals.sql ch/tests/queries/0_stateless/01643_replicated_merge_tree_fsync_smoke.sql ch/tests/queries/0_stateless/00698_validate_array_sizes_for_nested.sql ch/tests/queries/0_stateless/02691_drop_column_with_projections_replicated.sql ch/tests/queries/0_stateless/02457_parse_date_time_best_effort.sql ch/tests/queries/0_stateless/02165_h3_exact_edge_length_Km.sql ch/tests/queries/0_stateless/01016_uniqCombined64.sql ch/tests/queries/0_stateless/01592_long_window_functions1.sql ch/tests/queries/0_stateless/01896_jit_aggregation_function_if_long.sql ch/tests/queries/0_stateless/01871_merge_tree_compile_expressions.sql ch/tests/queries/0_stateless/02541_multiple_ignore_with_nested_select.sql ch/tests/queries/0_stateless/00148_summing_merge_tree_nested_map_multiple_values.sql ch/tests/queries/0_stateless/02452_check_low_cardinality.sql ch/tests/queries/0_stateless/02517_union_columns_order.sql ch/tests/queries/0_stateless/01891_not_like_partition_prune.sql ch/tests/queries/0_stateless/02534_s3_heap_use_after_free.sql ch/tests/queries/0_stateless/01710_normal_projection_fix1.sql ch/tests/queries/0_stateless/03033_dist_settings.optimize_skip_unused_shards_rewrite_in_composite_sharding_key.sql ch/tests/queries/0_stateless/00098_1_union_all.sql ch/tests/queries/0_stateless/02813_array_agg.sql ch/tests/queries/0_stateless/03097_query_log_join_processes.sql ch/tests/queries/0_stateless/00732_quorum_insert_lost_part_zookeeper_long.sql ch/tests/queries/0_stateless/00660_optimize_final_without_partition.sql ch/tests/queries/0_stateless/02522_different_types_in_storage_merge.sql ch/tests/queries/0_stateless/03171_condition_pushdown.sql ch/tests/queries/0_stateless/03013_group_by_use_nulls_with_materialize_and_analyzer.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_2.sql ch/tests/queries/0_stateless/00084_summing_merge_tree.sql ch/tests/queries/0_stateless/02575_merge_prewhere_materialized.sql ch/tests/queries/0_stateless/02677_get_subcolumn_array_of_tuples.sql ch/tests/queries/0_stateless/01551_mergetree_read_in_order_spread.sql ch/tests/queries/0_stateless/02845_group_by_constant_keys.sql ch/tests/queries/0_stateless/02987_group_array_intersect.sql ch/tests/queries/0_stateless/00472_create_view_if_not_exists.sql ch/tests/queries/0_stateless/02377_optimize_sorting_by_input_stream_properties.sql ch/tests/queries/0_stateless/00098_a_union_all.sql ch/tests/queries/0_stateless/03290_final_collapsing.sql ch/tests/queries/0_stateless/01866_aggregate_function_interval_length_sum.sql ch/tests/queries/0_stateless/00841_temporary_table_database.sql ch/tests/queries/0_stateless/02319_sql_standard_create_drop_index.sql ch/tests/queries/0_stateless/01430_fix_any_rewrite_aliases.sql ch/tests/queries/0_stateless/01787_arena_assert_column_nothing.sql ch/tests/queries/0_stateless/02150_replace_regexp_all_empty_match.sql ch/tests/queries/0_stateless/02417_from_select_syntax.sql ch/tests/queries/0_stateless/02794_pushdown_invalid_get.sql ch/tests/queries/0_stateless/01866_bit_positions_to_array.sql ch/tests/queries/0_stateless/02790_sql_standard_fetch.sql ch/tests/queries/0_stateless/01281_join_with_prewhere_fix.sql ch/tests/queries/0_stateless/02006_test_positional_arguments.sql ch/tests/queries/0_stateless/01072_select_constant_limit.sql ch/tests/queries/0_stateless/01947_mv_subquery.sql ch/tests/queries/0_stateless/01940_point_in_polygon_ubsan.sql ch/tests/queries/0_stateless/02158_proportions_ztest.sql ch/tests/queries/0_stateless/03147_datetime64_constant_index_analysis.sql ch/tests/queries/0_stateless/01099_operators_date_and_timestamp.sql ch/tests/queries/0_stateless/00027_distinct_and_order_by.sql ch/tests/queries/0_stateless/01081_keywords_formatting.sql ch/tests/queries/0_stateless/01310_enum_comparison.sql ch/tests/queries/0_stateless/01376_null_logical.sql ch/tests/queries/0_stateless/00931_low_cardinality_read_with_empty_array.sql ch/tests/queries/0_stateless/02267_output_format_prometheus.sql ch/tests/queries/0_stateless/03228_pr_subquery_view_order_by.sql ch/tests/queries/0_stateless/03006_parallel_replicas_prewhere.sql ch/tests/queries/0_stateless/01605_adaptive_granularity_block_borders.sql ch/tests/queries/0_stateless/02411_legacy_geobase.sql ch/tests/queries/0_stateless/02371_analyzer_join_cross.sql ch/tests/queries/0_stateless/02372_analyzer_join.gen.sql ch/tests/queries/0_stateless/01061_alter_codec_with_type.sql ch/tests/queries/0_stateless/01378_alter_rename_with_ttl_zookeeper.sql ch/tests/queries/0_stateless/02454_create_table_with_custom_disk.sql ch/tests/queries/0_stateless/00653_running_difference.sql ch/tests/queries/0_stateless/00804_test_alter_compression_codecs.sql ch/tests/queries/0_stateless/03041_recursive_cte_postgres_7.sql ch/tests/queries/0_stateless/02576_predicate_push_down_sorting_fix.sql ch/tests/queries/0_stateless/02531_ipv4_arithmetic.sql ch/tests/queries/0_stateless/02734_optimize_group_by.sql ch/tests/queries/0_stateless/02151_replace_regexp_all_empty_match_alternative.sql ch/tests/queries/0_stateless/01312_case_insensitive_regexp.sql ch/tests/queries/0_stateless/02366_kql_extend.sql ch/tests/queries/0_stateless/02131_remove_columns_in_subquery.sql ch/tests/queries/0_stateless/01765_move_to_table_overlapping_block_number.sql ch/tests/queries/0_stateless/02393_every_metric_must_have_documentation.sql ch/tests/queries/0_stateless/01073_blockSerializedSize.sql ch/tests/queries/0_stateless/01451_normalize_query.sql ch/tests/queries/0_stateless/02968_full_sorting_join_fuzz.sql ch/tests/queries/0_stateless/03010_sum_to_to_count_if_nullable.sql ch/tests/queries/0_stateless/00043_summing_empty_part.sql ch/tests/queries/0_stateless/02366_kql_summarize.sql ch/tests/queries/0_stateless/01710_normal_projection_join_plan_fix.sql ch/tests/queries/0_stateless/00805_round_down.sql ch/tests/queries/0_stateless/01462_test_codec_on_alias.sql ch/tests/queries/0_stateless/03205_system_sync_replica_format.sql ch/tests/queries/0_stateless/00765_sql_compatibility_aliases.sql ch/tests/queries/0_stateless/03245_views_and_filter_push_down_bug.sql ch/tests/queries/0_stateless/01323_bad_arg_in_arithmetic_operations.sql ch/tests/queries/0_stateless/02731_in_operator_with_one_size_tuple.sql ch/tests/queries/0_stateless/03094_transform_return_first.sql ch/tests/queries/0_stateless/02046_remote_table_function_named_collections.sql ch/tests/queries/0_stateless/00376_shard_group_uniq_array_of_int_array.sql ch/tests/queries/0_stateless/02801_transform_nullable.sql ch/tests/queries/0_stateless/02369_analyzer_array_join_function.sql ch/tests/queries/0_stateless/02302_lc_nullable_string_insert_as_number.sql ch/tests/queries/0_stateless/02554_invalid_create_view_syntax.sql ch/tests/queries/0_stateless/03008_optimize_equal_ranges.sql ch/tests/queries/0_stateless/01430_modify_sample_by_zookeeper_long.sql ch/tests/queries/0_stateless/02711_server_uuid_macro.sql ch/tests/queries/0_stateless/02718_insert_meet_hardware_error.sql ch/tests/queries/0_stateless/03032_multi_search_const_low_cardinality.sql ch/tests/queries/0_stateless/01917_prewhere_column_type.sql ch/tests/queries/0_stateless/02538_analyzer_create_table_as_select.sql ch/tests/queries/0_stateless/02428_parameterized_view_param_in_select_section.sql ch/tests/queries/0_stateless/03009_range_dict_get_or_default.sql ch/tests/queries/0_stateless/03203_fill_missed_subcolumns.sql ch/tests/queries/0_stateless/00822_array_insert_default.sql ch/tests/queries/0_stateless/01950_aliases_bad_cast.sql ch/tests/queries/0_stateless/00712_nan_comparison.sql ch/tests/queries/0_stateless/03061_analyzer_alias_as_right_key_in_join.sql ch/tests/queries/0_stateless/01544_errorCodeToName.sql ch/tests/queries/0_stateless/02922_analyzer_aggregate_nothing_type.sql ch/tests/queries/0_stateless/00812_prewhere_alias_array.sql ch/tests/queries/0_stateless/03211_convert_outer_join_to_inner_join_anti_join.sql ch/tests/queries/0_stateless/02999_ulid_short_circuit.sql ch/tests/queries/0_stateless/01651_bugs_from_15889.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_2.gen.sql ch/tests/queries/0_stateless/02459_low_cardinality_uint128_aggregator.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_small.gen.sql ch/tests/queries/0_stateless/00098_f_union_all.sql ch/tests/queries/0_stateless/01426_geohash_constants.sql ch/tests/queries/0_stateless/00422_hash_function_constexpr.sql ch/tests/queries/0_stateless/02294_optimize_aggregation_in_order_prefix_Array_functions.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_vertical_wide_merge_tree.sql ch/tests/queries/0_stateless/01666_lcm_ubsan.sql ch/tests/queries/0_stateless/01018_ip_dictionary_long.sql ch/tests/queries/0_stateless/03017_analyzer_groupby_fuzz_61600.sql ch/tests/queries/0_stateless/01710_projection_optimize_group_by_function_keys.sql ch/tests/queries/0_stateless/02542_transform_old.sql ch/tests/queries/0_stateless/02494_analyzer_compound_expression_crash_fix.sql ch/tests/queries/0_stateless/02961_read_bool_as_string_json.sql ch/tests/queries/0_stateless/02286_convert_decimal_type.sql ch/tests/queries/0_stateless/00945_ml_test.sql ch/tests/queries/0_stateless/01431_finish_sorting_with_consts.sql ch/tests/queries/0_stateless/01656_join_defaul_enum.sql ch/tests/queries/0_stateless/02722_matcher_join_use_nulls.gen.sql ch/tests/queries/0_stateless/02354_parse_timedelta.sql ch/tests/queries/0_stateless/02169_map_functions.sql ch/tests/queries/0_stateless/02383_schema_inference_hints.sql ch/tests/queries/0_stateless/02026_accurate_cast_or_default.sql ch/tests/queries/0_stateless/02356_trivial_count_with_empty_set.sql ch/tests/queries/0_stateless/01747_alter_partition_key_enum_zookeeper_long.sql ch/tests/queries/0_stateless/01913_join_push_down_bug.sql ch/tests/queries/0_stateless/02943_exprs_order_in_group_by_with_rollup.sql ch/tests/queries/0_stateless/02165_h3_edge_length_km.sql ch/tests/queries/0_stateless/01710_projection_vertical_merges.sql ch/tests/queries/0_stateless/03164_adapting_parquet_reader_output_size.sql ch/tests/queries/0_stateless/03114_analyzer_cte_with_join.sql ch/tests/queries/0_stateless/02311_create_table_with_unknown_format.sql ch/tests/queries/0_stateless/02028_create_select_settings.sql ch/tests/queries/0_stateless/02240_get_type_serialization_streams.sql ch/tests/queries/0_stateless/00552_logical_functions_ternary.sql ch/tests/queries/0_stateless/00521_multidimensional.sql ch/tests/queries/0_stateless/02719_aggregate_with_empty_string_key.sql ch/tests/queries/0_stateless/01070_h3_to_parent.sql ch/tests/queries/0_stateless/02375_double_escaping_json.sql ch/tests/queries/0_stateless/02287_type_object_convert.sql ch/tests/queries/0_stateless/02725_memory-for-merges.sql ch/tests/queries/0_stateless/00563_shard_insert_into_remote.sql ch/tests/queries/0_stateless/01600_remerge_sort_lowered_memory_bytes_ratio.sql ch/tests/queries/0_stateless/01669_columns_declaration_serde_long.sql ch/tests/queries/0_stateless/02975_intdiv_with_decimal.sql ch/tests/queries/0_stateless/02553_type_json_attach_partition.sql ch/tests/queries/0_stateless/01043_categorical_iv.sql ch/tests/queries/0_stateless/00623_replicated_truncate_table_zookeeper_long.sql ch/tests/queries/0_stateless/02438_sync_replica_lightweight.sql ch/tests/queries/0_stateless/01925_broken_partition_id_zookeeper.sql ch/tests/queries/0_stateless/01276_random_string.sql ch/tests/queries/0_stateless/00917_multiple_joins_denny_crane.sql ch/tests/queries/0_stateless/00680_duplicate_columns_inside_union_all.sql ch/tests/queries/0_stateless/00726_materialized_view_concurrent.sql ch/tests/queries/0_stateless/00212_long_shard_aggregate_function_uniq.sql ch/tests/queries/0_stateless/02367_join_pushdown_column_not_found.gen.sql ch/tests/queries/0_stateless/01100_split_by_string.sql ch/tests/queries/0_stateless/02709_generate_random_valid_decimals_and_bools.sql ch/tests/queries/0_stateless/02250_insert_select_from_file_schema_inference.sql ch/tests/queries/0_stateless/00338_replicate_array_of_strings.sql ch/tests/queries/0_stateless/00759_kodieg.sql ch/tests/queries/0_stateless/01880_materialized_view_to_table_type_check.sql ch/tests/queries/0_stateless/01163_search_case_insensetive_utf8.sql ch/tests/queries/0_stateless/01881_negate_formatting.sql ch/tests/queries/0_stateless/02503_join_switch_alias_fuzz.sql ch/tests/queries/0_stateless/01485_256_bit_multiply.sql ch/tests/queries/0_stateless/00484_preferred_max_column_in_block_size_bytes.sql ch/tests/queries/0_stateless/02582_analyzer_join_subquery_empty_column_list.sql ch/tests/queries/0_stateless/00197_if_fixed_string.sql ch/tests/queries/0_stateless/02811_read_in_order_and_array_join_bug.sql ch/tests/queries/0_stateless/01010_pmj_skip_blocks.sql ch/tests/queries/0_stateless/02352_lightweight_delete.sql ch/tests/queries/0_stateless/00088_distinct_of_arrays_of_strings.sql ch/tests/queries/0_stateless/00804_test_delta_codec_compression.sql ch/tests/queries/0_stateless/01540_verbatim_partition_pruning.sql ch/tests/queries/0_stateless/01635_nullable_fuzz.sql ch/tests/queries/0_stateless/01046_trivial_count_query_distributed.sql ch/tests/queries/0_stateless/01847_bad_like.sql ch/tests/queries/0_stateless/02028_add_default_database_for_alterquery_on_cluster.sql ch/tests/queries/0_stateless/02317_functions_with_nothing.sql ch/tests/queries/0_stateless/03013_position_const_start_pos.sql ch/tests/queries/0_stateless/00017_in_subquery_with_empty_result.sql ch/tests/queries/0_stateless/00538_datediff_plural_units.sql ch/tests/queries/0_stateless/02420_key_condition_actions_dag_bug_40599.sql ch/tests/queries/0_stateless/02560_regexp_denial_of_service.sql ch/tests/queries/0_stateless/02816_s2_invalid_point.sql ch/tests/queries/0_stateless/01458_named_tuple_millin.sql ch/tests/queries/0_stateless/00800_low_cardinality_distributed_insert.sql ch/tests/queries/0_stateless/02125_query_views_log.sql ch/tests/queries/0_stateless/01463_resample_overflow.sql ch/tests/queries/0_stateless/00803_odbc_driver_2_format.sql ch/tests/queries/0_stateless/00530_arrays_of_nothing.sql ch/tests/queries/0_stateless/02969_mysql_cast_type_aliases.sql ch/tests/queries/0_stateless/02802_with_cube_with_totals.sql ch/tests/queries/0_stateless/02998_ipv6_hashing.sql ch/tests/queries/0_stateless/01020_function_char.sql ch/tests/queries/0_stateless/02950_reading_array_tuple_subcolumns.sql ch/tests/queries/0_stateless/02025_nested_func_for_if_combinator.sql ch/tests/queries/0_stateless/01513_count_without_select_sequence_consistency_zookeeper_long.sql ch/tests/queries/0_stateless/02942_variant_cast.sql ch/tests/queries/0_stateless/01579_date_datetime_index_comparison.sql ch/tests/queries/0_stateless/01030_concatenate_equal_fixed_strings.sql ch/tests/queries/0_stateless/01305_array_join_prewhere_in_subquery.sql ch/tests/queries/0_stateless/01104_distributed_numbers_test.sql ch/tests/queries/0_stateless/02720_row_policy_column_with_dots.sql ch/tests/queries/0_stateless/01646_rewrite_sum_if_bug.sql ch/tests/queries/0_stateless/02346_position_countsubstrings_zero_byte.sql ch/tests/queries/0_stateless/02381_compress_marks_and_primary_key.sql ch/tests/queries/0_stateless/02480_analyzer_alias_nullptr.sql ch/tests/queries/0_stateless/00343_array_element_generic.sql ch/tests/queries/0_stateless/02001_join_on_const_bs_long.gen.sql ch/tests/queries/0_stateless/00751_default_databasename_for_view.sql ch/tests/queries/0_stateless/01106_const_fixed_string_like.sql ch/tests/queries/0_stateless/02993_values_escape_quote.sql ch/tests/queries/0_stateless/01825_type_json_describe.sql ch/tests/queries/0_stateless/02481_aggregation_in_order_plan.sql ch/tests/queries/0_stateless/01253_subquery_in_aggregate_function_JustStranger.sql ch/tests/queries/0_stateless/03032_string_to_variant_cast.sql ch/tests/queries/0_stateless/02862_sorted_distinct_sparse_fix.sql ch/tests/queries/0_stateless/02706_show_columns.sql ch/tests/queries/0_stateless/03167_base64_url_functions.sql ch/tests/queries/0_stateless/01351_parse_date_time_best_effort_us.sql ch/tests/queries/0_stateless/02404_lightweight_delete_vertical_merge.sql ch/tests/queries/0_stateless/02812_large_varints.sql ch/tests/queries/0_stateless/00753_with_with_single_alias.sql ch/tests/queries/0_stateless/00999_join_not_nullable_types.sql ch/tests/queries/0_stateless/00481_reading_from_last_granula.sql ch/tests/queries/0_stateless/00964_os_thread_priority.sql ch/tests/queries/0_stateless/00146_summing_merge_tree_nested_map.sql ch/tests/queries/0_stateless/01648_normalize_query_keep_names.sql ch/tests/queries/0_stateless/00712_prewhere_with_missing_columns.sql ch/tests/queries/0_stateless/01041_create_dictionary_if_not_exists.sql ch/tests/queries/0_stateless/03209_json_type_merges_small.gen.sql ch/tests/queries/0_stateless/01683_dist_INSERT_block_structure_mismatch.sql ch/tests/queries/0_stateless/02668_column_block_number_vertical_merge.sql ch/tests/queries/0_stateless/00446_clear_column_in_partition_zookeeper_long.sql ch/tests/queries/0_stateless/01735_to_datetime64.sql ch/tests/queries/0_stateless/03150_grouping_sets_use_nulls_pushdown.sql ch/tests/queries/0_stateless/01745_alter_delete_view.sql ch/tests/queries/0_stateless/02271_temporary_table_show_rows_bytes.sql ch/tests/queries/0_stateless/01202_array_auc_special.sql ch/tests/queries/0_stateless/01136_multiple_sets.sql ch/tests/queries/0_stateless/01053_drop_database_mat_view.sql ch/tests/queries/0_stateless/02320_alter_columns_with_dots.sql ch/tests/queries/0_stateless/00726_modulo_for_date.sql ch/tests/queries/0_stateless/01338_sha256_fixedstring.sql ch/tests/queries/0_stateless/01197_summing_enum.sql ch/tests/queries/0_stateless/02477_age_date32.sql ch/tests/queries/0_stateless/03207_composite_expressions_lambda_consistent_formatting.sql ch/tests/queries/0_stateless/03217_filtering_in_storage_merge.sql ch/tests/queries/0_stateless/03155_in_nested_subselects.sql ch/tests/queries/0_stateless/01596_full_join_chertus.sql ch/tests/queries/0_stateless/01676_round_int_ubsan.sql ch/tests/queries/0_stateless/01115_prewhere_array_join.sql ch/tests/queries/0_stateless/03101_analyzer_invalid_join_on.sql ch/tests/queries/0_stateless/03199_fix_auc_tie_handling.sql ch/tests/queries/0_stateless/02206_minimum_sample_size.sql ch/tests/queries/0_stateless/02515_tuple_lambda_parsing.sql ch/tests/queries/0_stateless/01358_constexpr_constraint.sql ch/tests/queries/0_stateless/02525_range_hashed_dictionary_update_field.sql ch/tests/queries/0_stateless/00528_const_of_nullable.sql ch/tests/queries/0_stateless/02900_window_function_with_sparse_column.sql ch/tests/queries/0_stateless/01065_array_zip_mixed_const.sql ch/tests/queries/0_stateless/02353_translate.sql ch/tests/queries/0_stateless/03205_hashing_empty_tuples.sql ch/tests/queries/0_stateless/00899_long_attach_memory_limit.sql ch/tests/queries/0_stateless/02000_table_function_cluster_macros.sql ch/tests/queries/0_stateless/03228_dynamic_subcolumns_from_subquery.sql ch/tests/queries/0_stateless/00462_json_true_false_literals.sql ch/tests/queries/0_stateless/02911_analyzer_order_by_read_in_order_query_plan.sql ch/tests/queries/0_stateless/01932_null_valid_identifier.sql ch/tests/queries/0_stateless/03064_analyzer_named_subqueries.sql ch/tests/queries/0_stateless/00283_column_cut.sql ch/tests/queries/0_stateless/01915_json_extract_raw_string.sql ch/tests/queries/0_stateless/00116_storage_set.sql ch/tests/queries/0_stateless/02499_extract_key_value_pairs_multiple_input.sql ch/tests/queries/0_stateless/02789_functions_after_sorting_and_columns_with_same_names_bug.sql ch/tests/queries/0_stateless/01457_create_as_table_function_structure.sql ch/tests/queries/0_stateless/00834_date_datetime_cmp.sql ch/tests/queries/0_stateless/02001_shard_num_shard_count.sql ch/tests/queries/0_stateless/00688_aggregation_retention.sql ch/tests/queries/0_stateless/00500_point_in_polygon_bug.sql ch/tests/queries/0_stateless/01623_constraints_column_swap.sql ch/tests/queries/0_stateless/03146_bug47862.sql ch/tests/queries/0_stateless/03045_analyzer_alias_join_with_if.sql ch/tests/queries/0_stateless/00442_filter_by_nullable.sql ch/tests/queries/0_stateless/00476_pretty_formats_and_widths.sql ch/tests/queries/0_stateless/01518_filtering_aliased_materialized_column.sql ch/tests/queries/0_stateless/01428_nullable_asof_join.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_2_compact_merge_tree.gen.sql ch/tests/queries/0_stateless/03031_low_cardinality_logical_error.sql ch/tests/queries/0_stateless/01513_optimize_aggregation_in_order_memory_long.sql ch/tests/queries/0_stateless/01855_jit_comparison_constant_result.sql ch/tests/queries/0_stateless/01781_token_extractor_buffer_overflow.sql ch/tests/queries/0_stateless/02322_sql_insert_format.sql ch/tests/queries/0_stateless/02870_move_partition_to_volume_io_throttling.sql ch/tests/queries/0_stateless/01665_substring_ubsan.sql ch/tests/queries/0_stateless/02036_jit_short_circuit.sql ch/tests/queries/0_stateless/01497_extract_all_groups_empty_match.sql ch/tests/queries/0_stateless/01825_type_json_partitions.sql ch/tests/queries/0_stateless/02811_primary_key_in_columns.sql ch/tests/queries/0_stateless/01113_local_dictionary_type_conversion.sql ch/tests/queries/0_stateless/01044_h3_edge_angle.sql ch/tests/queries/0_stateless/02683_native_too_large_size.sql ch/tests/queries/0_stateless/03033_parts_splitter_bug_and_index_loading.sql ch/tests/queries/0_stateless/01018_dictionaries_from_dictionaries.sql ch/tests/queries/0_stateless/02896_max_execution_time_with_break_overflow_mode.sql ch/tests/queries/0_stateless/01280_min_map_max_map.sql ch/tests/queries/0_stateless/01300_read_wkt.sql ch/tests/queries/0_stateless/03037_precent_rank.sql ch/tests/queries/0_stateless/00282_merging.sql ch/tests/queries/0_stateless/02318_template_schema_inference_bug.sql ch/tests/queries/0_stateless/02408_to_fixed_string_short_circuit.sql ch/tests/queries/0_stateless/03036_reading_s3_archives.sql ch/tests/queries/0_stateless/01549_low_cardinality_mv_fuzz.sql ch/tests/queries/0_stateless/02920_unary_operators_functions.sql ch/tests/queries/0_stateless/02271_fix_column_matcher_and_column_transformer.sql ch/tests/queries/0_stateless/02487_create_index_normalize_functions.sql ch/tests/queries/0_stateless/02384_nullable_low_cardinality_as_dict_in_arrow.sql ch/tests/queries/0_stateless/02191_nested_with_dots.sql ch/tests/queries/0_stateless/00824_filesystem.sql ch/tests/queries/0_stateless/02476_fix_cast_parser_bug.sql ch/tests/queries/0_stateless/01050_engine_join_crash.sql ch/tests/queries/0_stateless/02387_parse_date_as_datetime.sql ch/tests/queries/0_stateless/01357_result_rows.sql ch/tests/queries/0_stateless/02124_clickhouse_dictionary_with_predefined_configuration.sql ch/tests/queries/0_stateless/01296_create_row_policy_in_current_database.sql ch/tests/queries/0_stateless/02662_first_last_value.sql ch/tests/queries/0_stateless/02458_use_structure_from_insertion_table.sql ch/tests/queries/0_stateless/02947_dropped_tables_parts.sql ch/tests/queries/0_stateless/01660_second_extremes_bug.sql ch/tests/queries/0_stateless/02969_analyzer_eliminate_injective_functions.sql ch/tests/queries/0_stateless/01069_materialized_view_alter_target_table.sql ch/tests/queries/0_stateless/02752_space_function.sql ch/tests/queries/0_stateless/00975_sample_prewhere_distributed.sql ch/tests/queries/0_stateless/01414_mutations_and_errors.sql ch/tests/queries/0_stateless/00577_replacing_merge_tree_vertical_merge.sql ch/tests/queries/0_stateless/01201_read_single_thread_in_order.sql ch/tests/queries/0_stateless/01798_uniq_theta_union_intersect_not.sql ch/tests/queries/0_stateless/02580_like_substring_search_bug.sql ch/tests/queries/0_stateless/03144_asof_join_ddb_doubles.sql ch/tests/queries/0_stateless/01514_input_format_json_enum_as_number.sql ch/tests/queries/0_stateless/01375_storage_file_write_prefix_tsv_with_names.sql ch/tests/queries/0_stateless/01030_storage_hdfs_syntax.sql ch/tests/queries/0_stateless/00678_shard_funnel_window.sql ch/tests/queries/0_stateless/01514_empty_buffer_different_types.sql ch/tests/queries/0_stateless/02146_mv_non_phys.sql ch/tests/queries/0_stateless/03112_analyzer_not_found_column_in_block.sql ch/tests/queries/0_stateless/00946_ml_test.sql ch/tests/queries/0_stateless/02933_paste_join.sql ch/tests/queries/0_stateless/02179_sparse_columns_detach.sql ch/tests/queries/0_stateless/03249_dynamic_alter_consistency.sql ch/tests/queries/0_stateless/02532_analyzer_aggregation_with_rollup.sql ch/tests/queries/0_stateless/02482_if_with_nothing_argument.sql ch/tests/queries/0_stateless/00420_null_in_scalar_subqueries.sql ch/tests/queries/0_stateless/01852_map_combinator.sql ch/tests/queries/0_stateless/01051_all_join_engine.sql ch/tests/queries/0_stateless/03127_system_unload_primary_key_table.sql ch/tests/queries/0_stateless/00836_indices_alter_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/01821_table_comment.sql ch/tests/queries/0_stateless/01050_engine_join_view_crash.sql ch/tests/queries/0_stateless/01542_collate_in_array.sql ch/tests/queries/0_stateless/01071_force_optimize_skip_unused_shards.sql ch/tests/queries/0_stateless/00695_pretty_max_column_pad_width.sql ch/tests/queries/0_stateless/00944_ml_test.sql ch/tests/queries/0_stateless/03003_functions_to_subcolumns_final.sql ch/tests/queries/0_stateless/03171_hashed_dictionary_short_circuit_bug_fix.sql ch/tests/queries/0_stateless/01530_drop_database_atomic_sync.sql ch/tests/queries/0_stateless/01710_order_by_projections_complete.sql ch/tests/queries/0_stateless/02813_func_now_and_alias.sql ch/tests/queries/0_stateless/02473_map_element_nullable.sql ch/tests/queries/0_stateless/01361_buffer_table_flush_with_materialized_view.sql ch/tests/queries/0_stateless/03128_system_unload_primary_key.sql ch/tests/queries/0_stateless/01373_summing_merge_tree_explicit_columns_definition.sql ch/tests/queries/0_stateless/02892_rocksdb_trivial_count.sql ch/tests/queries/0_stateless/00994_table_function_numbers_mt.sql ch/tests/queries/0_stateless/00185_array_literals.sql ch/tests/queries/0_stateless/00701_join_default_strictness.sql ch/tests/queries/0_stateless/02888_integer_type_inference_in_if_function.sql ch/tests/queries/0_stateless/02772_s3_crash.sql ch/tests/queries/0_stateless/01915_for_each_crakjie.sql ch/tests/queries/0_stateless/02265_limit_push_down_over_window_functions_bug.sql ch/tests/queries/0_stateless/01290_max_execution_speed_distributed.sql ch/tests/queries/0_stateless/01471_limit_by_format.sql ch/tests/queries/0_stateless/02096_date_time_1970_saturation.sql ch/tests/queries/0_stateless/01074_partial_revokes.sql ch/tests/queries/0_stateless/01329_compare_tuple_string_constant.sql ch/tests/queries/0_stateless/01415_overlimiting_threads_for_repica_bug.sql ch/tests/queries/0_stateless/01043_geo_distance.sql ch/tests/queries/0_stateless/02477_exists_fuzz_43478.sql ch/tests/queries/0_stateless/00060_date_lut.sql ch/tests/queries/0_stateless/00880_decimal_in_key.sql ch/tests/queries/0_stateless/01301_polygons_within.sql ch/tests/queries/0_stateless/02896_multiple_OR.sql ch/tests/queries/0_stateless/01666_blns_long.sql ch/tests/queries/0_stateless/01280_ttl_where_group_by_negative.sql ch/tests/queries/0_stateless/02886_binary_like.sql ch/tests/queries/0_stateless/00704_arrayCumSumLimited_arrayDifference.sql ch/tests/queries/0_stateless/01398_in_tuple_func.sql ch/tests/queries/0_stateless/01177_group_array_moving.sql ch/tests/queries/0_stateless/03118_analyzer_multi_join_prewhere.sql ch/tests/queries/0_stateless/00273_quantiles.sql ch/tests/queries/0_stateless/02477_analyzer_ast_key_condition_crash.sql ch/tests/queries/0_stateless/02890_named_tuple_functions.sql ch/tests/queries/0_stateless/00228_shard_quantiles_deterministic_merge_overflow.sql ch/tests/queries/0_stateless/02178_column_function_insert_from.sql ch/tests/queries/0_stateless/00500_point_in_polygon_2d_const.sql ch/tests/queries/0_stateless/00207_left_array_join.sql ch/tests/queries/0_stateless/02454_json_object_each_row_column_for_object_name.sql ch/tests/queries/0_stateless/01746_lc_values_format_bug.sql ch/tests/queries/0_stateless/02205_postgresql_functions.sql ch/tests/queries/0_stateless/02981_vertical_merges_memory_usage.sql ch/tests/queries/0_stateless/00173_compare_date_time_with_constant_string.sql ch/tests/queries/0_stateless/01265_datetime_string_comparison_felix_mueller.sql ch/tests/queries/0_stateless/00661_array_has_silviucpp.sql ch/tests/queries/0_stateless/03093_reading_bug_with_parallel_replicas.sql ch/tests/queries/0_stateless/01788_update_nested_type_subcolumn_check.sql ch/tests/queries/0_stateless/01846_null_as_default_for_insert_select.sql ch/tests/queries/0_stateless/03206_is_null_constant_result_old_analyzer_bug.sql ch/tests/queries/0_stateless/01428_hash_set_nan_key.sql ch/tests/queries/0_stateless/00264_uniq_many_args.sql ch/tests/queries/0_stateless/02884_virtual_column_order_by.sql ch/tests/queries/0_stateless/02958_transform_enum.sql ch/tests/queries/0_stateless/02564_date_format.sql ch/tests/queries/0_stateless/02887_byteswap.sql ch/tests/queries/0_stateless/01299_alter_merge_tree.sql ch/tests/queries/0_stateless/02725_null_group_key_with_rollup.sql ch/tests/queries/0_stateless/00623_in_partition_key.sql ch/tests/queries/0_stateless/02177_merge_optimize_aggregation_in_order.sql ch/tests/queries/0_stateless/02503_in_lc_const_args_bug.sql ch/tests/queries/0_stateless/01776_decrypt_aead_size_check.sql ch/tests/queries/0_stateless/02539_generate_random_low_cardinality.sql ch/tests/queries/0_stateless/00676_group_by_in.sql ch/tests/queries/0_stateless/01512_create_replicate_merge_tree_one_arg.sql ch/tests/queries/0_stateless/02286_vertical_merges_missed_column.sql ch/tests/queries/0_stateless/02897_alter_partition_parameters.sql ch/tests/queries/0_stateless/03167_boom_filter_index_with_map.gen.sql ch/tests/queries/0_stateless/00502_custom_partitioning_local.sql ch/tests/queries/0_stateless/02502_fuzz_bad_cast_to_ast_literal.sql ch/tests/queries/0_stateless/00714_create_temporary_table_with_in_clause.sql ch/tests/queries/0_stateless/03269_partition_key_not_in_set.sql ch/tests/queries/0_stateless/01564_test_hint_woes.sql ch/tests/queries/0_stateless/02577_keepermap_delete_update.sql ch/tests/queries/0_stateless/03166_skip_indexes_vertical_merge_1.sql ch/tests/queries/0_stateless/01036_union_different_columns.sql ch/tests/queries/0_stateless/00691_array_distinct.sql ch/tests/queries/0_stateless/01772_to_start_of_hour_align.sql ch/tests/queries/0_stateless/00862_decimal_in.sql ch/tests/queries/0_stateless/00813_parse_date_time_best_effort_more.sql ch/tests/queries/0_stateless/01051_scalar_optimization.sql ch/tests/queries/0_stateless/01372_wrong_order_by_removal.sql ch/tests/queries/0_stateless/02494_query_cache_query_log.sql ch/tests/queries/0_stateless/02900_date_time_check_overflow.sql ch/tests/queries/0_stateless/01360_materialized_view_with_join_on_query_log.sql ch/tests/queries/0_stateless/02867_nullable_primary_key_final.sql ch/tests/queries/0_stateless/02161_array_first_last.sql ch/tests/queries/0_stateless/01825_new_type_json_mutations.sql ch/tests/queries/0_stateless/01034_order_by_pk_prefix.sql ch/tests/queries/0_stateless/02940_json_array_of_unnamed_tuples_inference.sql ch/tests/queries/0_stateless/00098_e_union_all.sql ch/tests/queries/0_stateless/01375_storage_file_write_prefix_csv_with_names.sql ch/tests/queries/0_stateless/03216_arrayWithConstant_limits.sql ch/tests/queries/0_stateless/02731_nothing_deserialization.sql ch/tests/queries/0_stateless/02989_join_using_parent_scope.sql ch/tests/queries/0_stateless/01678_great_circle_angle.sql ch/tests/queries/0_stateless/00990_request_splitting.sql ch/tests/queries/0_stateless/01913_exact_rows_before_limit_full.sql ch/tests/queries/0_stateless/02521_aggregation_by_partitions.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks_long.sql ch/tests/queries/0_stateless/01268_data_numeric_parameters.sql ch/tests/queries/0_stateless/01450_set_null_const.sql ch/tests/queries/0_stateless/01231_operator_null_in.sql ch/tests/queries/0_stateless/00288_empty_stripelog.sql ch/tests/queries/0_stateless/02371_create_temporary_table_as_with_columns_list.sql ch/tests/queries/0_stateless/02245_join_with_nullable_lowcardinality_crash.sql ch/tests/queries/0_stateless/01774_bar_with_illegal_value.sql ch/tests/queries/0_stateless/01298_alter_merge.sql ch/tests/queries/0_stateless/01372_remote_table_function_empty_table.sql ch/tests/queries/0_stateless/02401_merge_tree_old_tmp_dirs_cleanup.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_compact_horizontal.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_wide_merge_tree.sql ch/tests/queries/0_stateless/02972_insert_deduplication_token_hierarchical_inserts.sql ch/tests/queries/0_stateless/02293_optimize_aggregation_in_order_Array_functions.sql ch/tests/queries/0_stateless/00874_issue_3495.sql ch/tests/queries/0_stateless/00956_join_use_nulls_with_array_column.sql ch/tests/queries/0_stateless/01921_not_chain.sql ch/tests/queries/0_stateless/02099_sql_user_defined_functions_lambda.sql ch/tests/queries/0_stateless/00375_shard_group_uniq_array_of_string.sql ch/tests/queries/0_stateless/02494_query_cache_events.sql ch/tests/queries/0_stateless/01479_cross_join_9855.sql ch/tests/queries/0_stateless/02235_add_part_offset_virtual_column.sql ch/tests/queries/0_stateless/01036_no_superfluous_dict_reload_on_create_database_2.sql ch/tests/queries/0_stateless/01902_dictionary_array_type.sql ch/tests/queries/0_stateless/02771_jit_functions_comparison_crash.sql ch/tests/queries/0_stateless/01600_encode_XML.sql ch/tests/queries/0_stateless/02004_intersect_except_operators.sql ch/tests/queries/0_stateless/00679_uuid_in_key.sql ch/tests/queries/0_stateless/01849_geoToS2.sql ch/tests/queries/0_stateless/00019_shard_quantiles_totals_distributed.sql ch/tests/queries/0_stateless/00735_or_expr_optimize_bug.sql ch/tests/queries/0_stateless/01475_mutation_with_if.sql ch/tests/queries/0_stateless/03122_analyzer_collate_in_window_function.sql ch/tests/queries/0_stateless/03036_join_filter_push_down_equivalent_sets.sql ch/tests/queries/0_stateless/01603_remove_column_ttl.sql ch/tests/queries/0_stateless/02804_intersect_bad_cast.sql ch/tests/queries/0_stateless/02789_describe_table_settings.sql ch/tests/queries/0_stateless/02974_if_with_map.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_2_compact_merge_tree.gen.sql ch/tests/queries/0_stateless/00939_test_null_in.sql ch/tests/queries/0_stateless/02517_uuid_parsing.sql ch/tests/queries/0_stateless/02111_json_column_name_encoding.sql ch/tests/queries/0_stateless/01713_table_ttl_old_syntax_zookeeper.sql ch/tests/queries/0_stateless/02515_aggregate_functions_statistics.sql ch/tests/queries/0_stateless/03198_dictionary_validate_primary_key_type.sql ch/tests/queries/0_stateless/02377_executable_function_settings.sql ch/tests/queries/0_stateless/02944_variant_as_common_type_analyzer.sql ch/tests/queries/0_stateless/02781_data_skipping_index_merge_tree_min_for_seek.sql ch/tests/queries/0_stateless/00980_full_join_crash_fancyqlx.sql ch/tests/queries/0_stateless/00979_quantileExcatExclusive_and_Inclusive.sql ch/tests/queries/0_stateless/02355_control_block_size_in_array_join.sql ch/tests/queries/0_stateless/01852_cast_operator_2.sql ch/tests/queries/0_stateless/01551_context_uaf.sql ch/tests/queries/0_stateless/02998_analyzer_secret_args_tree_node.sql ch/tests/queries/0_stateless/03014_group_by_use_nulls_injective_functions_and_analyzer.sql ch/tests/queries/0_stateless/01225_show_create_table_from_dictionary.sql ch/tests/queries/0_stateless/00563_insert_into_remote_and_zookeeper_long.sql ch/tests/queries/0_stateless/01034_prewhere_max_parallel_replicas_distributed.sql ch/tests/queries/0_stateless/03040_recursive_cte_postgres_6.sql ch/tests/queries/0_stateless/02477_single_value_data_string_regression.sql ch/tests/queries/0_stateless/01710_projection_in_set.sql ch/tests/queries/0_stateless/03217_primary_index_memory_leak.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_horizontal_wide_merge_tree.sql ch/tests/queries/0_stateless/02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix.sql ch/tests/queries/0_stateless/03284_json_object_as_tuple_duplicate_keys.sql ch/tests/queries/0_stateless/00568_empty_function_with_fixed_string.sql ch/tests/queries/0_stateless/00906_low_cardinality_cache.sql ch/tests/queries/0_stateless/01916_lowcard_dict_type.sql ch/tests/queries/0_stateless/02476_query_parameters_insert.sql ch/tests/queries/0_stateless/02559_add_parts.sql ch/tests/queries/0_stateless/02835_fuzz_remove_redundant_sorting.sql ch/tests/queries/0_stateless/00750_merge_tree_merge_with_o_direct.sql ch/tests/queries/0_stateless/00700_decimal_arithm.sql ch/tests/queries/0_stateless/02784_schema_inference_null_as_default.sql ch/tests/queries/0_stateless/02207_subseconds_intervals.sql ch/tests/queries/0_stateless/02458_default_setting.sql ch/tests/queries/0_stateless/01079_order_by_pk.sql ch/tests/queries/0_stateless/00098_j_union_all.sql ch/tests/queries/0_stateless/02002_global_subqueries_subquery_or_table_name.sql ch/tests/queries/0_stateless/02875_json_array_as_string.sql ch/tests/queries/0_stateless/00642_cast.sql ch/tests/queries/0_stateless/03226_alter_update_dynamic_json_not_supported.sql ch/tests/queries/0_stateless/01921_datatype_date32.sql ch/tests/queries/0_stateless/00688_low_cardinality_nullable_cast.sql ch/tests/queries/0_stateless/02406_try_read_datetime64_bug.sql ch/tests/queries/0_stateless/02164_materialized_view_support_virtual_column.sql ch/tests/queries/0_stateless/01483_merge_table_join_and_group_by.sql ch/tests/queries/0_stateless/03096_largest_triangle_3b_crash.sql ch/tests/queries/0_stateless/02249_parse_date_time_basic.sql ch/tests/queries/0_stateless/01070_h3_get_base_cell.sql ch/tests/queries/0_stateless/03224_json_merges_new_type_in_shared_data.sql ch/tests/queries/0_stateless/02568_and_consistency.sql ch/tests/queries/0_stateless/02583_map_literal_cast.sql ch/tests/queries/0_stateless/02311_range_hashed_dictionary_range_cast.sql ch/tests/queries/0_stateless/03230_subcolumns_mv.sql ch/tests/queries/0_stateless/00392_enum_nested_alter.sql ch/tests/queries/0_stateless/01548_lzy305.sql ch/tests/queries/0_stateless/02806_system_parts_columns_modification_time.gen.sql ch/tests/queries/0_stateless/02459_materialized_view_default_value.sql ch/tests/queries/0_stateless/02993_lazy_index_loading.sql ch/tests/queries/0_stateless/00359_convert_or_zero_functions.sql ch/tests/queries/0_stateless/02374_regexp_replace.sql ch/tests/queries/0_stateless/02499_quantile_nan_ubsan_msan.sql ch/tests/queries/0_stateless/01701_if_tuple_segfault.sql ch/tests/queries/0_stateless/02782_values_null_to_lc_nullable.sql ch/tests/queries/0_stateless/00625_arrays_in_nested.sql ch/tests/queries/0_stateless/01891_partition_by_uuid.sql ch/tests/queries/0_stateless/01507_multiversion_storage_for_storagememory.sql ch/tests/queries/0_stateless/02896_leading_zeroes_no_octal.sql ch/tests/queries/0_stateless/01097_cyclic_defaults.sql ch/tests/queries/0_stateless/02403_enable_extended_results_for_datetime_functions.gen.sql ch/tests/queries/0_stateless/01720_join_implicit_cast.gen.sql ch/tests/queries/0_stateless/02364_setting_cross_to_inner_rewrite.sql ch/tests/queries/0_stateless/02864_profile_event_part_lock.sql ch/tests/queries/0_stateless/01931_storage_merge_no_columns.sql ch/tests/queries/0_stateless/00940_order_by_read_in_order.sql ch/tests/queries/0_stateless/02815_analyzer_aggregate_functions_of_group_by_keys.sql ch/tests/queries/0_stateless/02694_wrong_identifier_shouldnt_be_accepted.sql ch/tests/queries/0_stateless/02935_parallel_replicas_settings.sql ch/tests/queries/0_stateless/01930_optimize_skip_unused_shards_rewrite_in.sql ch/tests/queries/0_stateless/01804_dictionary_decimal256_type.sql ch/tests/queries/0_stateless/01033_function_substring.sql ch/tests/queries/0_stateless/00736_disjunction_optimisation.sql ch/tests/queries/0_stateless/02366_with_fill_date.sql ch/tests/queries/0_stateless/00098_5_union_all.sql ch/tests/queries/0_stateless/03261_json_hints_types_check.sql ch/tests/queries/0_stateless/02906_flatten_only_true_nested.sql ch/tests/queries/0_stateless/00700_decimal_casts.sql ch/tests/queries/0_stateless/03073_analyzer_alias_as_column_name.sql ch/tests/queries/0_stateless/01089_alter_settings_old_format.sql ch/tests/queries/0_stateless/02947_merge_tree_index_table_1.sql ch/tests/queries/0_stateless/02111_function_mapExtractKeyLike.sql ch/tests/queries/0_stateless/01710_projection_with_alter_conversions.sql ch/tests/queries/0_stateless/02867_null_lc_in_bug.sql ch/tests/queries/0_stateless/00357_to_string_complex_types.sql ch/tests/queries/0_stateless/02131_skip_index_not_materialized.sql ch/tests/queries/0_stateless/01036_no_superfluous_dict_reload_on_create_database.sql ch/tests/queries/0_stateless/00036_array_element.sql ch/tests/queries/0_stateless/02205_ephemeral_1.sql ch/tests/queries/0_stateless/02273_full_sort_join.gen.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_4.sql ch/tests/queries/0_stateless/00612_count.sql ch/tests/queries/0_stateless/01067_join_null.sql ch/tests/queries/0_stateless/02893_vertical_final_bugs.sql ch/tests/queries/0_stateless/03209_json_type_vertical_merges.gen.sql ch/tests/queries/0_stateless/00552_logical_functions_uint8_as_bool.sql ch/tests/queries/0_stateless/02311_hashed_array_dictionary_hierarchical_functions.gen.sql ch/tests/queries/0_stateless/02513_analyzer_duplicate_alias_crash_fix.sql ch/tests/queries/0_stateless/01621_decode_XML.sql ch/tests/queries/0_stateless/02981_variant_type_function.sql ch/tests/queries/0_stateless/02004_invalid_partition_mutation_stuck.sql ch/tests/queries/0_stateless/02707_skip_index_with_in.sql ch/tests/queries/0_stateless/01124_view_bad_types.sql ch/tests/queries/0_stateless/00804_test_deflate_qpl_codec_compression.sql ch/tests/queries/0_stateless/00544_agg_foreach_of_two_arg.sql ch/tests/queries/0_stateless/03161_ipv4_ipv6_equality.sql ch/tests/queries/0_stateless/02977_csv_format_support_tuple.sql ch/tests/queries/0_stateless/03210_optimize_rewrite_aggregate_function_with_if_return_type_bug.sql ch/tests/queries/0_stateless/03002_analyzer_prewhere.sql ch/tests/queries/0_stateless/02806_cte_block_cannot_be_empty.sql ch/tests/queries/0_stateless/01356_state_resample.sql ch/tests/queries/0_stateless/02375_analyzer_union.sql ch/tests/queries/0_stateless/00564_versioned_collapsing_merge_tree.sql ch/tests/queries/0_stateless/00927_asof_joins.sql ch/tests/queries/0_stateless/00670_truncate_temporary_table.sql ch/tests/queries/0_stateless/03013_test_part_level_is_reset_attach_from_disk_mt.sql ch/tests/queries/0_stateless/01515_mv_and_array_join_optimisation_bag.sql ch/tests/queries/0_stateless/02353_partition_prune_nullable_key.sql ch/tests/queries/0_stateless/01289_min_execution_speed_not_too_early.sql ch/tests/queries/0_stateless/01048_window_view_parser.sql ch/tests/queries/0_stateless/03198_group_array_intersect.sql ch/tests/queries/0_stateless/02751_multiif_to_if_crash.sql ch/tests/queries/0_stateless/01297_alter_distributed.sql ch/tests/queries/0_stateless/01419_materialize_null.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_normalized_states.sql ch/tests/queries/0_stateless/01556_explain_select_with_union_query.sql ch/tests/queries/0_stateless/02234_column_function_short_circuit.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_hashing.sql ch/tests/queries/0_stateless/01010_pmj_one_row_blocks.sql ch/tests/queries/0_stateless/01795_TinyLog_rwlock_ub.sql ch/tests/queries/0_stateless/01948_heredoc.sql ch/tests/queries/0_stateless/02677_grace_hash_limit_race.sql ch/tests/queries/0_stateless/01570_aggregator_combinator_simple_state.sql ch/tests/queries/0_stateless/02949_parallel_replicas_scalar_subquery_big_integer.sql ch/tests/queries/0_stateless/01861_explain_pipeline.sql ch/tests/queries/0_stateless/01581_deduplicate_by_columns_replicated_long.sql ch/tests/queries/0_stateless/03003_count_asterisk_filter.sql ch/tests/queries/0_stateless/02267_type_inference_for_insert_into_function_null.sql ch/tests/queries/0_stateless/02834_formats_with_variable_number_of_columns.sql ch/tests/queries/0_stateless/02372_now_in_block.sql ch/tests/queries/0_stateless/01135_default_and_alter_zookeeper.sql ch/tests/queries/0_stateless/01045_bloom_filter_null_array.sql ch/tests/queries/0_stateless/03033_analyzer_parametrized_view_alias.sql ch/tests/queries/0_stateless/01102_distributed_local_in_bug.sql ch/tests/queries/0_stateless/00314_sample_factor_virtual_column.sql ch/tests/queries/0_stateless/03203_variant_convert_field_to_type_bug.sql ch/tests/queries/0_stateless/00746_hashing_tuples.sql ch/tests/queries/0_stateless/03237_get_subcolumn_low_cardinality_column.sql ch/tests/queries/0_stateless/02251_last_day_of_month.sql ch/tests/queries/0_stateless/00665_alter_nullable_string_to_nullable_uint8.sql ch/tests/queries/0_stateless/02578_parameterized_rename_queries.sql ch/tests/queries/0_stateless/02695_logical_optimizer_alias_bug.sql ch/tests/queries/0_stateless/00076_ip_coding_functions.sql ch/tests/queries/0_stateless/01019_alter_materialized_view_query.sql ch/tests/queries/0_stateless/02431_single_value_or_null_empty.sql ch/tests/queries/0_stateless/02911_analyzer_explain_estimate.sql ch/tests/queries/0_stateless/02809_has_token.sql ch/tests/queries/0_stateless/01148_zookeeper_path_macros_unfolding.sql ch/tests/queries/0_stateless/02423_multidimensional_array_get_data_at.sql ch/tests/queries/0_stateless/00974_full_outer_join.sql ch/tests/queries/0_stateless/01470_show_databases_like.sql ch/tests/queries/0_stateless/01925_map_populate_series_on_map.sql ch/tests/queries/0_stateless/01019_materialized_view_select_extra_columns.sql ch/tests/queries/0_stateless/01266_default_prewhere_reqq.sql ch/tests/queries/0_stateless/02206_information_schema_show_database.sql ch/tests/queries/0_stateless/02340_analyzer_functions.sql ch/tests/queries/0_stateless/01200_mutations_memory_consumption.sql ch/tests/queries/0_stateless/01032_cityHash64_for_decimal.sql ch/tests/queries/0_stateless/01181_db_atomic_drop_on_cluster.sql ch/tests/queries/0_stateless/02973_analyzer_join_use_nulls_column_not_found.sql ch/tests/queries/0_stateless/01784_parallel_formatting_memory.sql ch/tests/queries/0_stateless/02731_auto_convert_dictionary_layout_to_complex_by_complex_keys.sql ch/tests/queries/0_stateless/02271_int_sql_compatibility.sql ch/tests/queries/0_stateless/02321_nested_short_circuit_functions.sql ch/tests/queries/0_stateless/01852_jit_if.sql ch/tests/queries/0_stateless/01582_any_join_supertype.sql ch/tests/queries/0_stateless/02236_explain_pipeline_join.sql ch/tests/queries/0_stateless/02961_analyzer_low_cardinality_fuzzer.sql ch/tests/queries/0_stateless/01748_partition_id_pruning.sql ch/tests/queries/0_stateless/01006_ttl_with_default_2.sql ch/tests/queries/0_stateless/01159_combinators_with_parameters.sql ch/tests/queries/0_stateless/03246_alter_update_dynamic_hung.sql ch/tests/queries/0_stateless/03096_update_non_indexed_columns.sql ch/tests/queries/0_stateless/02116_tuple_element_analyzer.sql ch/tests/queries/0_stateless/01641_memory_tracking_insert_optimize.sql ch/tests/queries/0_stateless/02941_any_RESPECT_NULL_sparse_column.sql ch/tests/queries/0_stateless/02526_kv_engine_different_filter_type.sql ch/tests/queries/0_stateless/01913_summing_mt_and_simple_agg_function_with_lc.sql ch/tests/queries/0_stateless/01062_pm_all_join_with_block_continuation.sql ch/tests/queries/0_stateless/00503_cast_const_nullable.sql ch/tests/queries/0_stateless/02832_alter_delete_indexes_projections.sql ch/tests/queries/0_stateless/01714_alter_drop_version.sql ch/tests/queries/0_stateless/03002_sample_factor_where.sql ch/tests/queries/0_stateless/01537_fuzz_count_equal.sql ch/tests/queries/0_stateless/01946_profile_sleep.sql ch/tests/queries/0_stateless/01786_group_by_pk_many_streams.sql ch/tests/queries/0_stateless/02943_order_by_all.sql ch/tests/queries/0_stateless/03037_zero_step_in_numbers_table_function.sql ch/tests/queries/0_stateless/01123_parse_date_time_best_effort_even_more.sql ch/tests/queries/0_stateless/02364_window_case.sql ch/tests/queries/0_stateless/00004_shard_format_ast_and_remote_table.sql ch/tests/queries/0_stateless/03154_recursive_cte_distributed.sql ch/tests/queries/0_stateless/01747_transform_empty_arrays.sql ch/tests/queries/0_stateless/01780_clickhouse_dictionary_source_loop.sql ch/tests/queries/0_stateless/02152_csv_tuple.sql ch/tests/queries/0_stateless/01710_projection_materialize_with_missing_columns.sql ch/tests/queries/0_stateless/02388_analyzer_recursive_lambda.sql ch/tests/queries/0_stateless/00971_merge_tree_uniform_read_distribution_and_max_rows_to_read.sql ch/tests/queries/0_stateless/02233_interpolate_1.sql ch/tests/queries/0_stateless/02017_bit_shift_left_for_string_integer.sql ch/tests/queries/0_stateless/00106_totals_after_having.sql ch/tests/queries/0_stateless/01291_distributed_low_cardinality_memory_efficient.sql ch/tests/queries/0_stateless/02902_select_subcolumns_from_engine_null.sql ch/tests/queries/0_stateless/01267_alter_default_key_columns_zookeeper_long.sql ch/tests/queries/0_stateless/03052_query_hash_includes_aliases.sql ch/tests/queries/0_stateless/01869_function_modulo_legacy.sql ch/tests/queries/0_stateless/02717_pretty_json.sql ch/tests/queries/0_stateless/01656_sequence_next_node_long.sql ch/tests/queries/0_stateless/01838_system_dictionaries_virtual_key_column.sql ch/tests/queries/0_stateless/02565_update_empty_nested.sql ch/tests/queries/0_stateless/02012_get_server_port.sql ch/tests/queries/0_stateless/01355_ilike.sql ch/tests/queries/0_stateless/01492_format_readable_quantity.sql ch/tests/queries/0_stateless/01125_dict_ddl_cannot_add_column.sql ch/tests/queries/0_stateless/01323_if_with_nulls.sql ch/tests/queries/0_stateless/00136_duplicate_order_by_elems.sql ch/tests/queries/0_stateless/01455_nullable_type_with_if_agg_combinator.sql ch/tests/queries/0_stateless/00483_cast_syntax.sql ch/tests/queries/0_stateless/00552_or_nullable.sql ch/tests/queries/0_stateless/00910_decimal_group_array_crash_3783.sql ch/tests/queries/0_stateless/00190_non_constant_array_of_constant_data.sql ch/tests/queries/0_stateless/01015_array_split.sql ch/tests/queries/0_stateless/01746_forbid_drop_column_referenced_by_mv.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_fuzz.sql ch/tests/queries/0_stateless/01925_merge_prewhere_table.sql ch/tests/queries/0_stateless/02243_ipv6_long_parsing.sql ch/tests/queries/0_stateless/01080_join_get_null.sql ch/tests/queries/0_stateless/01717_int_div_float_too_large_ubsan.sql ch/tests/queries/0_stateless/01926_bin_unbin.sql ch/tests/queries/0_stateless/02559_nested_multiple_levels_default.sql ch/tests/queries/0_stateless/02893_system_drop_schema_cache_format.sql ch/tests/queries/0_stateless/02100_limit_push_down_bug.sql ch/tests/queries/0_stateless/01661_extract_all_groups_throw_fast.sql ch/tests/queries/0_stateless/02386_set_columns_order.sql ch/tests/queries/0_stateless/01685_json_extract_double_as_float.sql ch/tests/queries/0_stateless/00635_shard_distinct_order_by.sql ch/tests/queries/0_stateless/03104_create_view_join.sql ch/tests/queries/0_stateless/01779_quantile_deterministic_msan.sql ch/tests/queries/0_stateless/02479_analyzer_aggregation_crash.sql ch/tests/queries/0_stateless/01546_log_queries_min_query_duration_ms.sql ch/tests/queries/0_stateless/01035_prewhere_with_alias.sql ch/tests/queries/0_stateless/01825_new_type_json_insert_select.sql ch/tests/queries/0_stateless/02987_logical_optimizer_pass_lowcardinality.sql ch/tests/queries/0_stateless/01777_map_populate_series_ubsan.sql ch/tests/queries/0_stateless/02581_width_bucket.sql ch/tests/queries/0_stateless/01881_total_bytes_storage_buffer.sql ch/tests/queries/0_stateless/02845_arrayShiftRotate.sql ch/tests/queries/0_stateless/01944_insert_partition_by.sql ch/tests/queries/0_stateless/02012_changed_enum_type_non_replicated.sql ch/tests/queries/0_stateless/01825_new_type_json_in_array.sql ch/tests/queries/0_stateless/00061_merge_tree_alter.sql ch/tests/queries/0_stateless/02809_prewhere_and_in.sql ch/tests/queries/0_stateless/03035_materialized_primary_key.sql ch/tests/queries/0_stateless/01280_null_in.sql ch/tests/queries/0_stateless/02428_index_analysis_with_null_literal.sql ch/tests/queries/0_stateless/01710_projection_in_index.sql ch/tests/queries/0_stateless/02340_union_header.sql ch/tests/queries/0_stateless/03000_too_big_max_execution_time_setting.sql ch/tests/queries/0_stateless/01511_different_expression_with_same_alias.sql ch/tests/queries/0_stateless/03155_explain_current_transaction.sql ch/tests/queries/0_stateless/01925_test_group_by_const_consistency.sql ch/tests/queries/0_stateless/02021_prewhere_column_optimization.sql ch/tests/queries/0_stateless/02457_key_condition_with_types_that_cannot_be_nullable.sql ch/tests/queries/0_stateless/00234_disjunctive_equality_chains_optimization.sql ch/tests/queries/0_stateless/01797_StripeLog_rwlock_ub.sql ch/tests/queries/0_stateless/02713_array_low_cardinality_string.sql ch/tests/queries/0_stateless/01076_range_reader_segfault.sql ch/tests/queries/0_stateless/01895_jit_aggregation_function_avg_long.sql ch/tests/queries/0_stateless/00985_merge_stack_overflow.sql ch/tests/queries/0_stateless/02381_parse_array_of_tuples.sql ch/tests/queries/0_stateless/02735_system_zookeeper_connection.sql ch/tests/queries/0_stateless/02535_analyzer_group_by_use_nulls.sql ch/tests/queries/0_stateless/02730_dictionary_hashed_load_factor_element_count.sql ch/tests/queries/0_stateless/01166_truncate_multiple_partitions.sql ch/tests/queries/0_stateless/02006_h3_to_geo_boundary.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_merge_tree.sql ch/tests/queries/0_stateless/03040_array_sum_and_join.sql ch/tests/queries/0_stateless/02675_is_ipv6_function_fix.sql ch/tests/queries/0_stateless/00748_insert_array_with_null.sql ch/tests/queries/0_stateless/03261_sort_cursor_crash.sql ch/tests/queries/0_stateless/01668_test_toMonth_mysql_dialect.sql ch/tests/queries/0_stateless/02337_analyzer_columns_basic.sql ch/tests/queries/0_stateless/02398_subquery_where_pushdown_and_limit_offset.sql ch/tests/queries/0_stateless/02232_partition_pruner_mixed_constant_type.sql ch/tests/queries/0_stateless/02989_variant_comparison.sql ch/tests/queries/0_stateless/01550_type_map_formats.sql ch/tests/queries/0_stateless/02763_mutate_compact_part_with_skip_indices_and_projections.sql ch/tests/queries/0_stateless/01692_DateTime64_from_DateTime.sql ch/tests/queries/0_stateless/02945_blake3_msan.sql ch/tests/queries/0_stateless/03276_empty_variant_type.sql ch/tests/queries/0_stateless/02187_insert_values_with_mv.sql ch/tests/queries/0_stateless/00538_datediff.sql ch/tests/queries/0_stateless/01866_split_by_regexp.sql ch/tests/queries/0_stateless/00129_quantile_timing_weighted.sql ch/tests/queries/0_stateless/00015_totals_having_constants.sql ch/tests/queries/0_stateless/01254_dict_load_after_detach_attach.sql ch/tests/queries/0_stateless/02039_group_by_with_totals_having.sql ch/tests/queries/0_stateless/01300_wkt.sql ch/tests/queries/0_stateless/01732_more_consistent_datetime64_parsing.sql ch/tests/queries/0_stateless/02560_null_as_default.sql ch/tests/queries/0_stateless/02319_timeslots_dt64.sql ch/tests/queries/0_stateless/01660_system_parts_smoke.sql ch/tests/queries/0_stateless/01913_if_int_decimal.sql ch/tests/queries/0_stateless/01070_mutations_with_dependencies.sql ch/tests/queries/0_stateless/01562_agg_null_for_empty_ahead.sql ch/tests/queries/0_stateless/02312_parquet_orc_arrow_names_tuples.sql ch/tests/queries/0_stateless/02680_instr_alias_for_position_case_insensitive.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_fast.gen.sql ch/tests/queries/0_stateless/02293_grouping_function.sql ch/tests/queries/0_stateless/00577_full_join_segfault.sql ch/tests/queries/0_stateless/02021_prewhere_always_true_where.sql ch/tests/queries/0_stateless/01340_datetime64_fpe.sql ch/tests/queries/0_stateless/03200_subcolumns_join_use_nulls.sql ch/tests/queries/0_stateless/00834_limit_with_constant_expressions.sql ch/tests/queries/0_stateless/02096_date_time_1970_saturation2.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_3.sql ch/tests/queries/0_stateless/02967_fuzz_bad_cast.sql ch/tests/queries/0_stateless/02023_nullable_int_uint_where.sql ch/tests/queries/0_stateless/00331_final_and_prewhere_condition_ver_column.sql ch/tests/queries/0_stateless/02997_insert_select_too_many_parts_multithread.sql ch/tests/queries/0_stateless/00623_truncate_all_tables.sql ch/tests/queries/0_stateless/01590_countSubstrings.sql ch/tests/queries/0_stateless/01528_to_uuid_or_null_or_zero.sql ch/tests/queries/0_stateless/00585_union_all_subquery_aggregation_column_removal.sql ch/tests/queries/0_stateless/01035_avg.sql ch/tests/queries/0_stateless/01780_column_sparse_pk.sql ch/tests/queries/0_stateless/02457_morton_coding.sql ch/tests/queries/0_stateless/01422_map_skip_null.sql ch/tests/queries/0_stateless/00390_array_sort.sql ch/tests/queries/0_stateless/03195_group_concat_deserialization_fix.sql ch/tests/queries/0_stateless/00481_create_view_for_null.sql ch/tests/queries/0_stateless/02366_direct_dictionary_dict_has.sql ch/tests/queries/0_stateless/02535_ip_parser_not_whole.sql ch/tests/queries/0_stateless/00389_concat_operator.sql ch/tests/queries/0_stateless/00328_long_case_construction.sql ch/tests/queries/0_stateless/02011_tuple_vector_functions.sql ch/tests/queries/0_stateless/00818_join_bug_4271.sql ch/tests/queries/0_stateless/01039_test_setting_parse.sql ch/tests/queries/0_stateless/01897_jit_aggregation_function_avg_weighted_long.sql ch/tests/queries/0_stateless/02096_sample_by_tuple.sql ch/tests/queries/0_stateless/00286_format_long_negative_float.sql ch/tests/queries/0_stateless/02352_grouby_shadows_arg.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_1.sql ch/tests/queries/0_stateless/00846_join_using_tuple_crash.sql ch/tests/queries/0_stateless/00806_alter_update.sql ch/tests/queries/0_stateless/03033_set_index_in.sql ch/tests/queries/0_stateless/01923_different_expression_name_alias.sql ch/tests/queries/0_stateless/01632_nullable_string_type_convert_to_decimal_type.sql ch/tests/queries/0_stateless/01214_test_storage_merge_aliases_with_where.sql ch/tests/queries/0_stateless/00725_quantiles_shard.sql ch/tests/queries/0_stateless/01869_reinterpret_as_fixed_string_uuid.sql ch/tests/queries/0_stateless/02797_range_nullable.sql ch/tests/queries/0_stateless/00725_ipv4_ipv6_domains.sql ch/tests/queries/0_stateless/00612_shard_count.sql ch/tests/queries/0_stateless/02366_kql_create_table.sql ch/tests/queries/0_stateless/02843_date_predicate_optimizations_bugs.sql ch/tests/queries/0_stateless/02686_bson3.sql ch/tests/queries/0_stateless/01020_function_array_compact.sql ch/tests/queries/0_stateless/01285_data_skip_index_over_aggregation.sql ch/tests/queries/0_stateless/01352_generate_random_overflow.sql ch/tests/queries/0_stateless/02311_normalize_utf8_constant.sql ch/tests/queries/0_stateless/03063_analyzer_multi_join_wrong_table_specifier.sql ch/tests/queries/0_stateless/01782_field_oom.sql ch/tests/queries/0_stateless/01916_multiple_join_view_optimize_predicate_chertus.sql ch/tests/queries/0_stateless/02023_transform_or_to_in.sql ch/tests/queries/0_stateless/01418_custom_settings.sql ch/tests/queries/0_stateless/02481_array_join_with_map.sql ch/tests/queries/0_stateless/03033_analyzer_resolve_from_parent_scope.sql ch/tests/queries/0_stateless/02816_check_projection_metadata.sql ch/tests/queries/0_stateless/00551_parse_or_null.sql ch/tests/queries/0_stateless/00900_entropy_shard.sql ch/tests/queries/0_stateless/02455_count_state_asterisk.sql ch/tests/queries/0_stateless/01825_type_json_ephemeral.sql ch/tests/queries/0_stateless/01142_with_ties_and_aliases.sql ch/tests/queries/0_stateless/02863_interpolate_subquery.sql ch/tests/queries/0_stateless/00098_6_union_all.sql ch/tests/queries/0_stateless/02242_join_rocksdb.sql ch/tests/queries/0_stateless/01680_date_time_add_ubsan.sql ch/tests/queries/0_stateless/00749_inner_join_of_unnamed_subqueries.sql ch/tests/queries/0_stateless/03003_arrayEnumerate_crash.sql ch/tests/queries/0_stateless/03144_invalid_filter.sql ch/tests/queries/0_stateless/02479_mysql_connect_to_self.sql ch/tests/queries/0_stateless/02967_analyzer_fuzz.sql ch/tests/queries/0_stateless/03042_not_found_column_c1.sql ch/tests/queries/0_stateless/01636_nullable_fuzz2.sql ch/tests/queries/0_stateless/03290_final_replacing.sql ch/tests/queries/0_stateless/01012_show_tables_limit.sql ch/tests/queries/0_stateless/00751_hashing_ints.sql ch/tests/queries/0_stateless/01825_type_json_in_array.sql ch/tests/queries/0_stateless/01353_nullable_tuple.sql ch/tests/queries/0_stateless/01013_repeat_function.sql ch/tests/queries/0_stateless/03128_argMin_combinator_projection.sql ch/tests/queries/0_stateless/01681_arg_min_max_if_fix.sql ch/tests/queries/0_stateless/00969_roundDuration.sql ch/tests/queries/0_stateless/02725_alias_with_restricted_keywords.sql ch/tests/queries/0_stateless/00033_fixed_string_to_string.sql ch/tests/queries/0_stateless/01040_h3_get_resolution.sql ch/tests/queries/0_stateless/03157_dynamic_type_json.sql ch/tests/queries/0_stateless/02310_generate_multi_columns_with_uuid.sql ch/tests/queries/0_stateless/00933_ttl_with_default.sql ch/tests/queries/0_stateless/01757_optimize_skip_unused_shards_limit.sql ch/tests/queries/0_stateless/02269_create_table_with_collation.sql ch/tests/queries/0_stateless/01747_join_view_filter_dictionary.sql ch/tests/queries/0_stateless/00519_create_as_select_from_temporary_table.sql ch/tests/queries/0_stateless/01259_datetime64_ubsan.sql ch/tests/queries/0_stateless/00981_topK_topKWeighted_long.sql ch/tests/queries/0_stateless/02111_with_fill_no_rows.sql ch/tests/queries/0_stateless/02271_replace_partition_many_tables.sql ch/tests/queries/0_stateless/01420_logical_functions_materialized_null.sql ch/tests/queries/0_stateless/03203_function_printf.sql ch/tests/queries/0_stateless/00125_array_element_of_array_of_tuple.sql ch/tests/queries/0_stateless/01771_bloom_filter_not_has.sql ch/tests/queries/0_stateless/02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction.sql ch/tests/queries/0_stateless/02381_join_dup_columns_in_plan.gen.sql ch/tests/queries/0_stateless/02552_inner_join_with_where_true.sql ch/tests/queries/0_stateless/00377_shard_group_uniq_array_of_string_array.sql ch/tests/queries/0_stateless/03246_json_subcolumn_correct_type.sql ch/tests/queries/0_stateless/00059_shard_global_in_mergetree.sql ch/tests/queries/0_stateless/00491_shard_distributed_and_aliases_in_where_having.sql ch/tests/queries/0_stateless/03087_analyzer_subquery_with_alias.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks.sql ch/tests/queries/0_stateless/02095_function_get_os_kernel_version.sql ch/tests/queries/0_stateless/00402_nan_and_extremes.sql ch/tests/queries/0_stateless/00706_iso_week_and_day_of_year.sql ch/tests/queries/0_stateless/01756_optimize_skip_unused_shards_rewrite_in.sql ch/tests/queries/0_stateless/00196_float32_formatting.sql ch/tests/queries/0_stateless/01060_defaults_all_columns.sql ch/tests/queries/0_stateless/01247_least_greatest_filimonov.sql ch/tests/queries/0_stateless/02501_analyzer_expired_context_crash_fix.sql ch/tests/queries/0_stateless/02812_subquery_operators.sql ch/tests/queries/0_stateless/01325_freeze_mutation_stuck.sql ch/tests/queries/0_stateless/03172_bcrypt_validation.sql ch/tests/queries/0_stateless/02024_compile_expressions_with_short_circuit_evaluation.sql ch/tests/queries/0_stateless/02457_tuple_of_intervals.sql ch/tests/queries/0_stateless/00975_recursive_materialized_view.sql ch/tests/queries/0_stateless/01085_simdjson_uint64.sql ch/tests/queries/0_stateless/02919_segfault_nullable_materialized_update.sql ch/tests/queries/0_stateless/01942_snowflakeToDateTime.sql ch/tests/queries/0_stateless/00974_low_cardinality_cast.sql ch/tests/queries/0_stateless/00804_test_delta_codec_no_type_alter.sql ch/tests/queries/0_stateless/03151_dynamic_type_scale_max_types.sql ch/tests/queries/0_stateless/00864_union_all_supertype.sql ch/tests/queries/0_stateless/02752_custom_separated_ignore_spaces_bug.sql ch/tests/queries/0_stateless/03215_varian_as_common_type_tuple_map.sql ch/tests/queries/0_stateless/01796_Log_rwlock_ub.sql ch/tests/queries/0_stateless/02798_explain_settings_not_applied_bug.sql ch/tests/queries/0_stateless/01523_interval_operator_support_string_literal.sql ch/tests/queries/0_stateless/02919_ddsketch_quantile.sql ch/tests/queries/0_stateless/00556_remove_columns_from_subquery.sql ch/tests/queries/0_stateless/01532_primary_key_without_order_by_zookeeper.sql ch/tests/queries/0_stateless/01066_bit_count.sql ch/tests/queries/0_stateless/02911_add_index_and_materialize_index.sql ch/tests/queries/0_stateless/02888_attach_partition_from_different_tables.sql ch/tests/queries/0_stateless/03165_string_functions_with_token_text_indexes.sql ch/tests/queries/0_stateless/02881_system_detached_parts_modification_time.gen.sql ch/tests/queries/0_stateless/02562_with_fill_nullable.sql ch/tests/queries/0_stateless/00464_sort_all_constant_columns.sql ch/tests/queries/0_stateless/02983_empty_map.sql ch/tests/queries/0_stateless/01034_unknown_qualified_column_in_join.sql ch/tests/queries/0_stateless/00450_higher_order_and_nullable.sql ch/tests/queries/0_stateless/00732_quorum_insert_lost_part_and_alive_part_zookeeper_long.sql ch/tests/queries/0_stateless/00294_shard_enums.sql ch/tests/queries/0_stateless/00936_function_result_with_operator_in.sql ch/tests/queries/0_stateless/01416_join_totals_header_bug.sql ch/tests/queries/0_stateless/01644_distributed_async_insert_fsync_smoke.sql ch/tests/queries/0_stateless/00951_ngram_search.sql ch/tests/queries/0_stateless/00052_all_left_join.sql ch/tests/queries/0_stateless/02252_jit_profile_events.sql ch/tests/queries/0_stateless/02784_move_all_conditions_to_prewhere_analyzer_asan.sql ch/tests/queries/0_stateless/03080_incorrect_join_with_merge.sql ch/tests/queries/0_stateless/03095_join_filter_push_down_right_stream_filled.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere.sql ch/tests/queries/0_stateless/03168_loop_engine_with_parallel_replicas.sql ch/tests/queries/0_stateless/03132_jit_sort_description_crash_fix.sql ch/tests/queries/0_stateless/03174_exact_rows_before_aggregation.sql ch/tests/queries/0_stateless/00500_point_in_polygon_bug_2.sql ch/tests/queries/0_stateless/03231_pr_duplicate_announcement_2.sql ch/tests/queries/0_stateless/03125_analyzer_CTE_two_joins.sql ch/tests/queries/0_stateless/03171_indexing_by_hilbert_curve.sql ch/tests/queries/0_stateless/02890_untuple_column_names.sql ch/tests/queries/0_stateless/01825_type_json_add_column.gen.sql ch/tests/queries/0_stateless/02917_transform_tsan.sql ch/tests/queries/0_stateless/00001_select_1.sql ch/tests/queries/0_stateless/00037_totals_limit.sql ch/tests/queries/0_stateless/01568_window_functions_distributed.sql ch/tests/queries/0_stateless/02935_ipv6_bit_operations.sql ch/tests/queries/0_stateless/02915_move_partition_inactive_replica.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_5.sql ch/tests/queries/0_stateless/00174_compare_date_time_with_constant_string_in_in.sql ch/tests/queries/0_stateless/02417_null_variadic_behaviour.sql ch/tests/queries/0_stateless/02481_analyzer_optimize_grouping_sets_keys.sql ch/tests/queries/0_stateless/02797_transform_narrow_types.sql ch/tests/queries/0_stateless/02990_arrayFold_nullable_lc.sql ch/tests/queries/0_stateless/01780_column_sparse_tuple.sql ch/tests/queries/0_stateless/01308_row_policy_and_trivial_count_query.sql ch/tests/queries/0_stateless/00238_removal_of_temporary_columns.sql ch/tests/queries/0_stateless/02456_datetime_schema_inference.sql ch/tests/queries/0_stateless/02354_with_statement_non_exist_column.sql ch/tests/queries/0_stateless/00570_empty_array_is_const.sql ch/tests/queries/0_stateless/00284_external_aggregation_2.sql ch/tests/queries/0_stateless/03164_s3_settings_for_queries_and_merges.sql ch/tests/queries/0_stateless/01129_dict_get_join_lose_constness.sql ch/tests/queries/0_stateless/01870_modulo_partition_key.sql ch/tests/queries/0_stateless/02508_bad_graphite.sql ch/tests/queries/0_stateless/00668_compare_arrays_silviucpp.sql ch/tests/queries/0_stateless/01561_aggregate_functions_of_key_with_join.sql ch/tests/queries/0_stateless/01498_alter_column_storage_memory.sql ch/tests/queries/0_stateless/02790_fix_coredump_when_compile_expression.sql ch/tests/queries/0_stateless/02155_create_table_w_timezone.sql ch/tests/queries/0_stateless/03008_deduplication_remote_insert_select.sql ch/tests/queries/0_stateless/03251_unaligned_window_function_state.sql ch/tests/queries/0_stateless/00506_shard_global_in_union.sql ch/tests/queries/0_stateless/02989_system_tables_metadata_version.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_2_memory.sql ch/tests/queries/0_stateless/01268_mv_scalars.sql ch/tests/queries/0_stateless/02500_prevent_drop_nested_if_empty_part.sql ch/tests/queries/0_stateless/02985_shard_query_start_time.sql ch/tests/queries/0_stateless/01942_create_table_with_sample.sql ch/tests/queries/0_stateless/03171_function_to_subcolumns_fuzzer.sql ch/tests/queries/0_stateless/01851_fix_row_policy_empty_result.sql ch/tests/queries/0_stateless/00541_to_start_of_fifteen_minutes.sql ch/tests/queries/0_stateless/03250_avoid_prefetch_empty_parts.sql ch/tests/queries/0_stateless/02902_add_scalar_in_all_case.sql ch/tests/queries/0_stateless/03209_functions_json_msan_fuzzer_issue.sql ch/tests/queries/0_stateless/01650_fetch_patition_with_macro_in_zk_path_long.sql ch/tests/queries/0_stateless/02734_big_int_from_float_ubsan.sql ch/tests/queries/0_stateless/02400_create_table_on_cluster_normalization.sql ch/tests/queries/0_stateless/01515_force_data_skipping_indices.sql ch/tests/queries/0_stateless/00332_quantile_timing_memory_leak.sql ch/tests/queries/0_stateless/03236_squashing_high_memory.sql ch/tests/queries/0_stateless/01501_cache_dictionary_all_fields.sql ch/tests/queries/0_stateless/02096_sql_user_defined_function_alias.sql ch/tests/queries/0_stateless/03447_grouping_sets_analyzer_const_columns.sql ch/tests/queries/0_stateless/03034_recursive_cte_tree.sql ch/tests/queries/0_stateless/00492_drop_temporary_table.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_2_wide_merge_tree.gen.sql ch/tests/queries/0_stateless/02287_legacy_column_name_of_tuple_literal_over_distributed.sql ch/tests/queries/0_stateless/02418_keeper_map_keys_limit.sql ch/tests/queries/0_stateless/02887_mutations_subcolumns.sql ch/tests/queries/0_stateless/02481_s3_throw_if_mismatch_files.sql ch/tests/queries/0_stateless/01825_type_json_from_map.sql ch/tests/queries/0_stateless/00449_filter_array_nullable_tuple.sql ch/tests/queries/0_stateless/01118_is_constant.sql ch/tests/queries/0_stateless/01630_simple_aggregate_all_functions_in_aggregating_merge_tree.sql ch/tests/queries/0_stateless/01018_Distributed__shard_num.sql ch/tests/queries/0_stateless/01917_system_data_skipping_indices.sql ch/tests/queries/0_stateless/01710_projection_fetch_long.sql ch/tests/queries/0_stateless/02337_multiple_joins_original_names.sql ch/tests/queries/0_stateless/00700_decimal_null.sql ch/tests/queries/0_stateless/00098_g_union_all.sql ch/tests/queries/0_stateless/02158_contingency.sql ch/tests/queries/0_stateless/01427_pk_and_expression_with_different_type.sql ch/tests/queries/0_stateless/00208_agg_state_merge.sql ch/tests/queries/0_stateless/02244_casewithexpression_return_type.sql ch/tests/queries/0_stateless/03200_memory_engine_alter_dynamic.sql ch/tests/queries/0_stateless/02188_table_function_format.sql ch/tests/queries/0_stateless/02991_count_rewrite_analyzer.sql ch/tests/queries/0_stateless/02541_lightweight_delete_on_cluster.sql ch/tests/queries/0_stateless/01054_cache_dictionary_overflow_cell.sql ch/tests/queries/0_stateless/02209_short_circuit_node_without_parents.sql ch/tests/queries/0_stateless/02477_invalid_reads.sql ch/tests/queries/0_stateless/01246_finalize_aggregation_race.sql ch/tests/queries/0_stateless/00002_log_and_exception_messages_formatting.sql ch/tests/queries/0_stateless/01660_join_or_subqueries.sql ch/tests/queries/0_stateless/01307_bloom_filter_index_string_multi_granulas.sql ch/tests/queries/0_stateless/02016_aggregation_spark_bar.sql ch/tests/queries/0_stateless/02514_null_dictionary_source.sql ch/tests/queries/0_stateless/01941_dict_get_has_complex_single_key.sql ch/tests/queries/0_stateless/02366_kql_func_math.sql ch/tests/queries/0_stateless/01139_asof_join_types.sql ch/tests/queries/0_stateless/00626_in_syntax.sql ch/tests/queries/0_stateless/00944_minmax_null.sql ch/tests/queries/0_stateless/03156_nullable_number_tips.sql ch/tests/queries/0_stateless/01448_json_compact_strings_each_row.sql ch/tests/queries/0_stateless/02737_session_timezone.sql ch/tests/queries/0_stateless/00688_low_cardinality_alter_add_column.sql ch/tests/queries/0_stateless/03258_old_analyzer_const_expr_bug.sql ch/tests/queries/0_stateless/00927_asof_join_other_types.gen.sql ch/tests/queries/0_stateless/00717_low_cardinaliry_group_by.sql ch/tests/queries/0_stateless/02480_parse_date_time_best_effort_math_overflow.sql ch/tests/queries/0_stateless/02815_range_dict_no_direct_join.sql ch/tests/queries/0_stateless/02302_s3_file_pruning.sql ch/tests/queries/0_stateless/01888_read_int_safe.sql ch/tests/queries/0_stateless/00579_virtual_column_and_lazy.sql ch/tests/queries/0_stateless/01248_least_greatest_mixed_const.sql ch/tests/queries/0_stateless/01733_transform_ubsan.sql ch/tests/queries/0_stateless/02294_dictionaries_hierarchical_index.sql ch/tests/queries/0_stateless/02916_date_text_parsing.sql ch/tests/queries/0_stateless/01710_minmax_count_projection_modify_partition_key.sql ch/tests/queries/0_stateless/00515_shard_desc_table_functions_and_subqueries.sql ch/tests/queries/0_stateless/00833_sleep_overflow.sql ch/tests/queries/0_stateless/00913_many_threads.sql ch/tests/queries/0_stateless/02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order.sql ch/tests/queries/0_stateless/02515_and_or_if_multiif_not_return_lc.sql ch/tests/queries/0_stateless/03013_repeat_with_nonnative_integers.sql ch/tests/queries/0_stateless/03261_variant_permutation_bug.sql ch/tests/queries/0_stateless/03033_tupleIntXYZ_and_tupleModulo.sql ch/tests/queries/0_stateless/00671_max_intersections.sql ch/tests/queries/0_stateless/00860_unknown_identifier_bug.sql ch/tests/queries/0_stateless/02402_merge_engine_with_view.sql ch/tests/queries/0_stateless/02384_decrypt_bad_arguments.sql ch/tests/queries/0_stateless/02154_bit_slice_for_fixedstring.sql ch/tests/queries/0_stateless/01710_projections_order_by_complete.sql ch/tests/queries/0_stateless/02414_all_new_table_functions_must_be_documented.sql ch/tests/queries/0_stateless/02017_create_distributed_table_coredump.sql ch/tests/queries/0_stateless/01090_fixed_string_bit_ops.sql ch/tests/queries/0_stateless/01661_arraySlice_ubsan.sql ch/tests/queries/0_stateless/01763_max_distributed_depth.sql ch/tests/queries/0_stateless/02932_analyzer_rewrite_sum_column_and_constant.sql ch/tests/queries/0_stateless/02316_literal_no_octal.sql ch/tests/queries/0_stateless/02169_fix_view_offset_limit_setting.sql ch/tests/queries/0_stateless/01493_alter_remove_properties.sql ch/tests/queries/0_stateless/02889_system_drop_format_schema.sql ch/tests/queries/0_stateless/02366_kql_operator_in_sql.sql ch/tests/queries/0_stateless/02510_group_by_prewhere_null.sql ch/tests/queries/0_stateless/02540_duplicate_primary_key.sql ch/tests/queries/0_stateless/01583_const_column_in_set_index.sql ch/tests/queries/0_stateless/02114_bool_type.sql ch/tests/queries/0_stateless/01732_bigint_ubsan.sql ch/tests/queries/0_stateless/01664_decimal_ubsan.sql ch/tests/queries/0_stateless/02371_select_projection_normal_agg.sql ch/tests/queries/0_stateless/03045_unknown_identifier_alias_substitution.sql ch/tests/queries/0_stateless/02814_create_index_uniq_noop.sql ch/tests/queries/0_stateless/01351_geohash_assert.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_compact_merge_tree.sql ch/tests/queries/0_stateless/02251_alter_enum_nested_struct.sql ch/tests/queries/0_stateless/01780_column_sparse_alter.sql ch/tests/queries/0_stateless/00990_function_current_user.sql ch/tests/queries/0_stateless/03013_hop_infinite_loop.sql ch/tests/queries/0_stateless/01281_unsucceeded_insert_select_queries_counter.sql ch/tests/queries/0_stateless/02417_json_object_each_row_format.sql ch/tests/queries/0_stateless/00644_different_expressions_with_same_alias.sql ch/tests/queries/0_stateless/02504_parse_datetime_best_effort_calebeaires.sql ch/tests/queries/0_stateless/02226_async_insert_table_function.sql ch/tests/queries/0_stateless/00285_not_all_data_in_totals.sql ch/tests/queries/0_stateless/00087_distinct_of_empty_arrays.sql ch/tests/queries/0_stateless/02841_parquet_filter_pushdown.sql ch/tests/queries/0_stateless/01943_pmj_non_joined_stuck.gen.sql ch/tests/queries/0_stateless/02480_every_asynchronous_metric_must_have_documentation.sql ch/tests/queries/0_stateless/01251_dict_is_in_infinite_loop.sql ch/tests/queries/0_stateless/01936_three_parts_identifiers_in_wrong_places.sql ch/tests/queries/0_stateless/02885_arg_min_max_combinator.sql ch/tests/queries/0_stateless/02915_sleep_large_uint.sql ch/tests/queries/0_stateless/02165_h3_exact_edge_length_rads.sql ch/tests/queries/0_stateless/02343_read_from_s3_compressed_blocks.sql ch/tests/queries/0_stateless/02345_create_table_allow_trailing_comma.sql ch/tests/queries/0_stateless/00439_fixed_string_filter.sql ch/tests/queries/0_stateless/02484_substitute_udf_storage_args.sql ch/tests/queries/0_stateless/03035_argMinMax_numeric_non_extreme_bug.sql ch/tests/queries/0_stateless/02184_default_table_engine.sql ch/tests/queries/0_stateless/01719_join_timezone.sql ch/tests/queries/0_stateless/01344_alter_enum_partition_key.sql ch/tests/queries/0_stateless/03067_analyzer_complex_alias_join.sql ch/tests/queries/0_stateless/01761_cast_to_enum_nullable.sql ch/tests/queries/0_stateless/02905_system_logs_hostname.sql ch/tests/queries/0_stateless/01051_aggregate_function_crash.sql ch/tests/queries/0_stateless/02716_create_direct_dict_with_lifetime_throws.sql ch/tests/queries/0_stateless/01072_json_each_row_data_in_square_brackets.sql ch/tests/queries/0_stateless/02835_parallel_replicas_over_distributed.sql ch/tests/queries/0_stateless/00702_join_with_using.sql ch/tests/queries/0_stateless/01388_clear_all_columns.sql ch/tests/queries/0_stateless/00516_is_inf_nan.sql ch/tests/queries/0_stateless/01766_hashed_dictionary_complex_key.sql ch/tests/queries/0_stateless/00915_tuple_orantius.sql ch/tests/queries/0_stateless/01375_compact_parts_codecs.sql ch/tests/queries/0_stateless/03059_analyzer_join_engine_missing_column.sql ch/tests/queries/0_stateless/01525_select_with_offset_fetch_clause.sql ch/tests/queries/0_stateless/01704_transform_with_float_key.sql ch/tests/queries/0_stateless/01264_nested_baloo_bear.sql ch/tests/queries/0_stateless/02676_to_decimal_string.sql ch/tests/queries/0_stateless/03262_filter_push_down_view.sql ch/tests/queries/0_stateless/01932_global_in_function.sql ch/tests/queries/0_stateless/02346_fulltext_index_old_name.sql ch/tests/queries/0_stateless/00717_default_join_type.sql ch/tests/queries/0_stateless/02124_insert_deduplication_token_materialized_views.sql ch/tests/queries/0_stateless/01940_totimezone_operator_monotonicity.sql ch/tests/queries/0_stateless/03153_dynamic_type_empty.sql ch/tests/queries/0_stateless/00587_union_all_type_conversions.sql ch/tests/queries/0_stateless/00999_settings_no_extra_quotes.sql ch/tests/queries/0_stateless/01882_scalar_subquery_exception.sql ch/tests/queries/0_stateless/02113_format_row_bug.sql ch/tests/queries/0_stateless/01083_match_zero_byte.sql ch/tests/queries/0_stateless/01493_alter_remove_wrong_default.sql ch/tests/queries/0_stateless/00721_force_by_identical_result_after_merge_zookeeper_long.sql ch/tests/queries/0_stateless/00912_string_comparison.sql ch/tests/queries/0_stateless/02343_aggregation_pipeline.sql ch/tests/queries/0_stateless/02898_parallel_replicas_custom_key_final.sql ch/tests/queries/0_stateless/02772_jit_date_time_add.sql ch/tests/queries/0_stateless/01659_array_aggregation_ubsan.sql ch/tests/queries/0_stateless/01380_coded_delta_exception_code.sql ch/tests/queries/0_stateless/00906_low_cardinality_rollup.sql ch/tests/queries/0_stateless/00044_sorting_by_string_descending.sql ch/tests/queries/0_stateless/02911_row_policy_on_cluster.sql ch/tests/queries/0_stateless/02952_conjunction_optimization.sql ch/tests/queries/0_stateless/02485_zero_copy_commit_error.sql ch/tests/queries/0_stateless/01860_Distributed__shard_num_GROUP_BY.sql ch/tests/queries/0_stateless/01213_alter_rename_with_default_zookeeper_long.sql ch/tests/queries/0_stateless/01284_escape_sequences_php_mysql_style.sql ch/tests/queries/0_stateless/03217_filtering_in_system_tables.sql ch/tests/queries/0_stateless/02313_test_fpc_codec.sql ch/tests/queries/0_stateless/01558_enum_as_num_in_tsv_csv_input.sql ch/tests/queries/0_stateless/00723_remerge_sort.sql ch/tests/queries/0_stateless/00968_roundAge.sql ch/tests/queries/0_stateless/01531_query_log_query_comment.sql ch/tests/queries/0_stateless/02011_dictionary_empty_attribute_list.sql ch/tests/queries/0_stateless/02724_persist_interval_type.sql ch/tests/queries/0_stateless/01025_array_compact_generic.sql ch/tests/queries/0_stateless/02470_suspicious_low_cardinality_msan.sql ch/tests/queries/0_stateless/02212_cte_and_table_alias.sql ch/tests/queries/0_stateless/02810_row_binary_with_defaults.sql ch/tests/queries/0_stateless/01505_trivial_count_with_partition_predicate.sql ch/tests/queries/0_stateless/01276_alter_rename_column_materialized_expr.sql ch/tests/queries/0_stateless/01514_input_format_tsv_enum_as_number_setting.sql ch/tests/queries/0_stateless/02152_bool_type.sql ch/tests/queries/0_stateless/00008_array_join.sql ch/tests/queries/0_stateless/00410_aggregation_combinators_with_arenas.sql ch/tests/queries/0_stateless/01615_random_one_shard_insertion.sql ch/tests/queries/0_stateless/02381_setting_value_auto.sql ch/tests/queries/0_stateless/01268_DateTime64_in_WHERE.sql ch/tests/queries/0_stateless/02051_read_settings.gen.sql ch/tests/queries/0_stateless/02552_regression_crash.sql ch/tests/queries/0_stateless/01925_jit_aggregation_function_count_long.sql ch/tests/queries/0_stateless/01881_union_header_mismatch_bug.sql ch/tests/queries/0_stateless/00916_join_using_duplicate_columns.sql ch/tests/queries/0_stateless/03051_many_ctes.sql ch/tests/queries/0_stateless/01079_reinterpret_as_fixed_string.sql ch/tests/queries/0_stateless/00367_visible_width_of_array_tuple_enum.sql ch/tests/queries/0_stateless/01240_join_get_or_null.sql ch/tests/queries/0_stateless/00878_join_unexpected_results.sql ch/tests/queries/0_stateless/00932_array_intersect_bug.sql ch/tests/queries/0_stateless/01889_key_condition_function_chains.sql ch/tests/queries/0_stateless/01232_extremes.sql ch/tests/queries/0_stateless/00405_output_format_pretty_color.sql ch/tests/queries/0_stateless/00447_foreach_modifier.sql ch/tests/queries/0_stateless/02517_executable_pool_bad_input_query.sql ch/tests/queries/0_stateless/01676_range_hashed_dictionary.sql ch/tests/queries/0_stateless/01083_log_first_column_alias.sql ch/tests/queries/0_stateless/00128_group_by_number_and_fixed_string.sql ch/tests/queries/0_stateless/01655_sleep_infinite_float.sql ch/tests/queries/0_stateless/01045_dictionaries_restrictions.sql ch/tests/queries/0_stateless/01017_in_unconvertible_complex_type.sql ch/tests/queries/0_stateless/02008_materialize_column.sql ch/tests/queries/0_stateless/03199_json_extract_dynamic.sql ch/tests/queries/0_stateless/00211_shard_query_formatting_aliases.sql ch/tests/queries/0_stateless/03313_case_insensitive_json_type_declaration.sql ch/tests/queries/0_stateless/01778_where_with_column_name.sql ch/tests/queries/0_stateless/00188_constants_as_arguments_of_aggregate_functions.sql ch/tests/queries/0_stateless/01286_constraints_on_default.sql ch/tests/queries/0_stateless/00718_format_datetime_1.sql ch/tests/queries/0_stateless/00007_array.sql ch/tests/queries/0_stateless/01198_plus_inf.sql ch/tests/queries/0_stateless/02841_not_ready_set_constraints.sql ch/tests/queries/0_stateless/01354_tuple_low_cardinality_array_mapped_bug.sql ch/tests/queries/0_stateless/03001_data_version_column.sql ch/tests/queries/0_stateless/01925_test_storage_merge_aliases_analyzer.sql ch/tests/queries/0_stateless/00744_join_not_found_column.sql ch/tests/queries/0_stateless/00154_shard_distributed_with_distinct.sql ch/tests/queries/0_stateless/02133_final_prewhere_where_lowcardinality_replacing.sql ch/tests/queries/0_stateless/02586_generate_random_structure.sql ch/tests/queries/0_stateless/02346_fulltext_index_bug59039.sql ch/tests/queries/0_stateless/02314_csv_tsv_skip_first_lines.sql ch/tests/queries/0_stateless/01071_in_array.sql ch/tests/queries/0_stateless/01070_modify_ttl_recalc_only.sql ch/tests/queries/0_stateless/00098_h_union_all.sql ch/tests/queries/0_stateless/01495_subqueries_in_with_statement_3.sql ch/tests/queries/0_stateless/01153_attach_mv_uuid.sql ch/tests/queries/0_stateless/02815_empty_subquery_nullable_bug.sql ch/tests/queries/0_stateless/03119_analyzer_window_function_in_CTE_alias.sql ch/tests/queries/0_stateless/00048_b_stored_aggregates_merge.sql ch/tests/queries/0_stateless/03197_fix_parse_mysql_iso_date.sql ch/tests/queries/0_stateless/00126_buffer.sql ch/tests/queries/0_stateless/02874_analysis_of_variance_overflow.sql ch/tests/queries/0_stateless/02286_quantile_tdigest_infinity.sql ch/tests/queries/0_stateless/00344_row_number_in_all_blocks.sql ch/tests/queries/0_stateless/00137_in_constants.sql ch/tests/queries/0_stateless/02006_test_positional_arguments_on_cluster.sql ch/tests/queries/0_stateless/02688_aggregate_states.sql ch/tests/queries/0_stateless/00531_aggregate_over_nullable.sql ch/tests/queries/0_stateless/00199_ternary_operator_type_check.sql ch/tests/queries/0_stateless/03022_alter_materialized_view_query_has_inner_table.sql ch/tests/queries/0_stateless/02313_multiple_limits.sql ch/tests/queries/0_stateless/02842_truncate_database.sql ch/tests/queries/0_stateless/02241_join_rocksdb_bs.gen.sql ch/tests/queries/0_stateless/02514_bad_index_granularity.sql ch/tests/queries/0_stateless/02156_storage_merge_prewhere.sql ch/tests/queries/0_stateless/01528_setting_aggregate_functions_null_for_empty.sql ch/tests/queries/0_stateless/02346_additional_filters_distr.sql ch/tests/queries/0_stateless/01601_accurate_cast.sql ch/tests/queries/0_stateless/01658_test_base64Encode_mysql_compatibility.sql ch/tests/queries/0_stateless/01031_new_any_join.gen.sql ch/tests/queries/0_stateless/01492_array_join_crash_13829.sql ch/tests/queries/0_stateless/01774_ip_address_in_range.sql ch/tests/queries/0_stateless/00381_first_significant_subdomain.sql ch/tests/queries/0_stateless/02419_contingency_array_nullable.sql ch/tests/queries/0_stateless/03272_partition_pruning_monotonic_func_bug.sql ch/tests/queries/0_stateless/00950_test_double_delta_codec.sql ch/tests/queries/0_stateless/02834_array_exists_segfault.sql ch/tests/queries/0_stateless/01533_sum_if_nullable_bug.sql ch/tests/queries/0_stateless/00499_json_enum_insert.sql ch/tests/queries/0_stateless/02921_fuzzbits_with_array_join.sql ch/tests/queries/0_stateless/02962_join_using_bug_57894.sql ch/tests/queries/0_stateless/00098_d_union_all.sql ch/tests/queries/0_stateless/00296_url_parameters.sql ch/tests/queries/0_stateless/01513_ilike_like_cache.sql ch/tests/queries/0_stateless/01188_attach_table_from_path.sql ch/tests/queries/0_stateless/00632_get_sample_block_cache.sql ch/tests/queries/0_stateless/02552_client_format_settings.sql ch/tests/queries/0_stateless/02336_sort_optimization_with_fill.sql ch/tests/queries/0_stateless/01413_allow_non_metadata_alters.sql ch/tests/queries/0_stateless/03090_analyzer_multiple_using_statements.sql ch/tests/queries/0_stateless/00835_if_generic_case.sql ch/tests/queries/0_stateless/00881_unknown_identifier_in_in.sql ch/tests/queries/0_stateless/02946_parallel_replicas_distributed.sql ch/tests/queries/0_stateless/01812_has_generic.sql ch/tests/queries/0_stateless/00280_hex_escape_sequence.sql ch/tests/queries/0_stateless/02502_bad_values_schema_inference.sql ch/tests/queries/0_stateless/01892_setting_limit_offset_distributed.sql ch/tests/queries/0_stateless/01247_optimize_distributed_group_by_sharding_key_dist_on_dist.sql ch/tests/queries/0_stateless/01259_combinator_distinct_distributed.sql ch/tests/queries/0_stateless/03144_fuzz_quoted_type_name.sql ch/tests/queries/0_stateless/01068_parens.sql ch/tests/queries/0_stateless/01259_combinator_distinct.sql ch/tests/queries/0_stateless/02499_escaped_quote_schema_inference.sql ch/tests/queries/0_stateless/01127_month_partitioning_consistency_select.sql ch/tests/queries/0_stateless/03095_group_by_server_constants_bug.sql ch/tests/queries/0_stateless/02575_merge_prewhere_different_default_kind.sql ch/tests/queries/0_stateless/01960_lambda_precedence.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_pk.sql ch/tests/queries/0_stateless/03101_analyzer_identifiers_3.sql ch/tests/queries/0_stateless/02911_join_on_nullsafe_optimization.sql ch/tests/queries/0_stateless/02149_read_in_order_fixed_prefix.sql ch/tests/queries/0_stateless/01493_alter_remove_properties_zookeeper.sql ch/tests/queries/0_stateless/01389_filter_by_virtual_columns.sql ch/tests/queries/0_stateless/02946_materialize_column_must_not_override_past_values.sql ch/tests/queries/0_stateless/01021_create_as_select.sql ch/tests/queries/0_stateless/00978_sum_map_bugfix.sql ch/tests/queries/0_stateless/01893_jit_aggregation_function_min_long.sql ch/tests/queries/0_stateless/02336_sparse_columns_s3.sql ch/tests/queries/0_stateless/02368_analyzer_table_functions.sql ch/tests/queries/0_stateless/01765_hashed_dictionary_simple_key.sql ch/tests/queries/0_stateless/02481_xxh3_hash_function.sql ch/tests/queries/0_stateless/02950_part_offset_as_primary_key.sql ch/tests/queries/0_stateless/00589_removal_unused_columns_aggregation.sql ch/tests/queries/0_stateless/02302_column_decl_null_before_defaul_value.sql ch/tests/queries/0_stateless/02124_uncompressed_cache.sql ch/tests/queries/0_stateless/03002_filter_skip_virtual_columns_with_non_deterministic_functions.sql ch/tests/queries/0_stateless/02760_dictionaries_memory.gen.sql ch/tests/queries/0_stateless/01318_map_add_map_subtract.sql ch/tests/queries/0_stateless/00525_aggregate_functions_of_nullable_that_return_non_nullable.sql ch/tests/queries/0_stateless/02597_projection_materialize_and_replication.sql ch/tests/queries/0_stateless/00990_metric_log_table_not_empty.sql ch/tests/queries/0_stateless/01550_create_map_type.sql ch/tests/queries/0_stateless/00712_prewhere_with_sampling.sql ch/tests/queries/0_stateless/02243_make_date32.sql ch/tests/queries/0_stateless/01823_array_low_cardinality_KuliginStepan.sql ch/tests/queries/0_stateless/02677_decode_url_component.sql ch/tests/queries/0_stateless/00307_format_xml.sql ch/tests/queries/0_stateless/03032_scalars_create_as_select.sql ch/tests/queries/0_stateless/02456_summing_mt_lc.sql ch/tests/queries/0_stateless/00588_shard_distributed_prewhere.sql ch/tests/queries/0_stateless/00122_join_with_subquery_with_subquery.sql ch/tests/queries/0_stateless/02473_prewhere_with_bigint.sql ch/tests/queries/0_stateless/01925_date_date_time_comparison.sql ch/tests/queries/0_stateless/00842_array_with_constant_overflow.sql ch/tests/queries/0_stateless/01262_low_cardinality_remove.sql ch/tests/queries/0_stateless/02912_group_array_sample.sql ch/tests/queries/0_stateless/01453_fixsed_string_sort.sql ch/tests/queries/0_stateless/02469_fix_aliases_parser.sql ch/tests/queries/0_stateless/01518_select_in_null.sql ch/tests/queries/0_stateless/03047_analyzer_alias_join.sql ch/tests/queries/0_stateless/02350_views_max_insert_threads.sql ch/tests/queries/0_stateless/00940_max_parts_in_total.sql ch/tests/queries/0_stateless/01043_dictionary_attribute_properties_values.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_missing_columns_2.sql ch/tests/queries/0_stateless/02281_limit_by_distributed.sql ch/tests/queries/0_stateless/00700_decimal_complex_types.sql ch/tests/queries/0_stateless/01323_add_scalars_in_time.sql ch/tests/queries/0_stateless/02494_query_cache_drop_cache.sql ch/tests/queries/0_stateless/02922_respect_nulls_Nullable.sql ch/tests/queries/0_stateless/03247_materialized_view_select_intersect.sql ch/tests/queries/0_stateless/02494_query_cache_case_agnostic_matching.sql ch/tests/queries/0_stateless/02366_asof_optimize_predicate_bug_37813.sql ch/tests/queries/0_stateless/01408_range_overflow.sql ch/tests/queries/0_stateless/00687_insert_into_mv.sql ch/tests/queries/0_stateless/02021_exponential_sum.sql ch/tests/queries/0_stateless/00460_vertical_and_totals_extremes.sql ch/tests/queries/0_stateless/02416_input_json_formats.sql ch/tests/queries/0_stateless/01799_long_uniq_theta_sketch.sql ch/tests/queries/0_stateless/00752_low_cardinality_mv_2.sql ch/tests/queries/0_stateless/00688_low_cardinality_defaults.sql ch/tests/queries/0_stateless/00253_insert_recursive_defaults.sql ch/tests/queries/0_stateless/01350_intdiv_nontrivial_fpe.sql ch/tests/queries/0_stateless/03034_ddls_and_merges_with_unusual_maps.sql ch/tests/queries/0_stateless/01586_columns_pruning.sql ch/tests/queries/0_stateless/02525_jit_logical_functions_nan.sql ch/tests/queries/0_stateless/00909_ngram_distance.sql ch/tests/queries/0_stateless/00566_enum_min_max.sql ch/tests/queries/0_stateless/00732_quorum_insert_simple_test_2_parts_zookeeper_long.sql ch/tests/queries/0_stateless/03002_modify_query_cte.sql ch/tests/queries/0_stateless/01112_check_table_with_index.sql ch/tests/queries/0_stateless/00719_format_datetime_rand.sql ch/tests/queries/0_stateless/03038_recursive_cte_postgres_4.sql ch/tests/queries/0_stateless/01014_count_of_merges_metrics.sql ch/tests/queries/0_stateless/03161_cnf_reduction.sql ch/tests/queries/0_stateless/01297_create_quota.sql ch/tests/queries/0_stateless/01414_bloom_filter_index_with_const_column.sql ch/tests/queries/0_stateless/00938_basename.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_6.sql ch/tests/queries/0_stateless/01655_quarter_modificator_for_formatDateTime.sql ch/tests/queries/0_stateless/02294_decimal_second_errors.sql ch/tests/queries/0_stateless/01269_alias_type_differs.sql ch/tests/queries/0_stateless/01682_gather_utils_ubsan.sql ch/tests/queries/0_stateless/01700_point_in_polygon_ubsan.sql ch/tests/queries/0_stateless/01009_insert_select_data_loss.sql ch/tests/queries/0_stateless/02280_add_query_level_settings.sql ch/tests/queries/0_stateless/01747_executable_pool_dictionary_implicit_key.sql ch/tests/queries/0_stateless/02474_analyzer_subqueries_table_expression_modifiers.sql ch/tests/queries/0_stateless/02327_try_infer_integers_schema_inference.sql ch/tests/queries/0_stateless/03222_parallel_replicas_final_in_subquery.sql ch/tests/queries/0_stateless/01825_type_json_field.sql ch/tests/queries/0_stateless/02184_storage_add_support_ttl.sql ch/tests/queries/0_stateless/01357_version_collapsing_attach_detach_zookeeper.sql ch/tests/queries/0_stateless/01232_untuple.sql ch/tests/queries/0_stateless/03232_pr_not_ready_set.sql ch/tests/queries/0_stateless/01268_dictionary_direct_layout.sql ch/tests/queries/0_stateless/00049_any_left_join.sql ch/tests/queries/0_stateless/02990_rmt_replica_path_uuid.sql ch/tests/queries/0_stateless/02771_log_faminy_truncate_count.sql ch/tests/queries/0_stateless/00921_datetime64_basic.sql ch/tests/queries/0_stateless/02129_window_functions_disable_optimizations.sql ch/tests/queries/0_stateless/02367_optimize_trivial_count_with_array_join.sql ch/tests/queries/0_stateless/01473_system_events_zeroes.sql ch/tests/queries/0_stateless/02521_analyzer_aggregation_without_column.sql ch/tests/queries/0_stateless/02932_lwd_and_mutations.sql ch/tests/queries/0_stateless/02474_timeDiff_UTCTimestamp.sql ch/tests/queries/0_stateless/00803_xxhash.sql ch/tests/queries/0_stateless/02982_create_mv_inner_extra.sql ch/tests/queries/0_stateless/00087_math_functions.sql ch/tests/queries/0_stateless/01721_engine_file_truncate_on_insert.sql ch/tests/queries/0_stateless/01661_join_complex.sql ch/tests/queries/0_stateless/00901_joint_entropy.sql ch/tests/queries/0_stateless/01030_final_mark_empty_primary_key.sql ch/tests/queries/0_stateless/02533_generate_random_schema_inference.sql ch/tests/queries/0_stateless/00064_negate_bug.sql ch/tests/queries/0_stateless/01143_trivial_count_with_join.sql ch/tests/queries/0_stateless/01015_empty_in_inner_right_join.gen.sql ch/tests/queries/0_stateless/02148_sql_user_defined_function_subquery.sql ch/tests/queries/0_stateless/02797_aggregator_huge_mem_usage_bug.sql ch/tests/queries/0_stateless/03210_empty_tuple_lhs_of_in.sql ch/tests/queries/0_stateless/01374_if_nullable_filimonov.sql ch/tests/queries/0_stateless/01710_query_log_with_projection_info.sql ch/tests/queries/0_stateless/00937_ipv4_cidr_range.sql ch/tests/queries/0_stateless/01009_insert_select_nicelulu.sql ch/tests/queries/0_stateless/02875_fix_column_decimal_serialization.sql ch/tests/queries/0_stateless/00817_with_simple.sql ch/tests/queries/0_stateless/00063_check_query.sql ch/tests/queries/0_stateless/02677_analyzer_bitmap_has_any.sql ch/tests/queries/0_stateless/02899_distributed_limit_by.gen.sql ch/tests/queries/0_stateless/03108_describe_union_all.sql ch/tests/queries/0_stateless/03208_array_of_json_read_subcolumns_1.gen.sql ch/tests/queries/0_stateless/00674_join_on_syntax.sql ch/tests/queries/0_stateless/01249_bad_arguments_for_bloom_filter.sql ch/tests/queries/0_stateless/02968_adaptive_async_insert_timeout.sql ch/tests/queries/0_stateless/00168_buffer_defaults.sql ch/tests/queries/0_stateless/02313_group_by_modifiers_with_non_default_types.sql ch/tests/queries/0_stateless/01576_alias_column_rewrite.sql ch/tests/queries/0_stateless/02234_cast_to_ip_address.sql ch/tests/queries/0_stateless/01533_multiple_nested.sql ch/tests/queries/0_stateless/01119_session_log.sql ch/tests/queries/0_stateless/02813_system_licenses_base.sql ch/tests/queries/0_stateless/02674_date_int_string_json_inference.sql ch/tests/queries/0_stateless/03127_argMin_combinator_state.sql ch/tests/queries/0_stateless/01710_order_by_projections_incomplete.sql ch/tests/queries/0_stateless/02021_exponential_sum_shard.sql ch/tests/queries/0_stateless/03273_dynamic_pretty_json_serialization.sql ch/tests/queries/0_stateless/03152_analyzer_columns_list.sql ch/tests/queries/0_stateless/02425_categorical_information_value_properties.sql ch/tests/queries/0_stateless/02864_filtered_url_with_globs.sql ch/tests/queries/0_stateless/00164_not_chain.sql ch/tests/queries/0_stateless/01774_case_sensitive_connection_id.sql ch/tests/queries/0_stateless/00802_system_parts_with_datetime_partition.sql ch/tests/queries/0_stateless/00312_position_case_insensitive_utf8.sql ch/tests/queries/0_stateless/00700_decimal_with_default_precision_and_scale.sql ch/tests/queries/0_stateless/00373_group_by_tuple.sql ch/tests/queries/0_stateless/03166_skip_indexes_vertical_merge_2.sql ch/tests/queries/0_stateless/01670_log_comment.sql ch/tests/queries/0_stateless/01592_length_map.sql ch/tests/queries/0_stateless/02536_delta_gorilla_corruption.sql ch/tests/queries/0_stateless/01273_h3EdgeAngle_range_check.sql ch/tests/queries/0_stateless/02971_limit_by_distributed.sql ch/tests/queries/0_stateless/00436_convert_charset.sql ch/tests/queries/0_stateless/01254_array_of_unnamed_tuples.sql ch/tests/queries/0_stateless/02405_avro_read_nested.sql ch/tests/queries/0_stateless/00571_alter_nullable.sql ch/tests/queries/0_stateless/03228_variant_permutation_issue.sql ch/tests/queries/0_stateless/00045_sorting_by_fixed_string_descending.sql ch/tests/queries/0_stateless/02004_intersect_except_const_column.sql ch/tests/queries/0_stateless/01277_toUnixTimestamp64.sql ch/tests/queries/0_stateless/00982_low_cardinality_setting_in_mv.sql ch/tests/queries/0_stateless/01526_alter_add_and_modify_order_zookeeper.sql ch/tests/queries/0_stateless/02497_analyzer_sum_if_count_if_pass_crash_fix.sql ch/tests/queries/0_stateless/02922_respect_nulls_parser.sql ch/tests/queries/0_stateless/00523_aggregate_functions_in_group_array.sql ch/tests/queries/0_stateless/01458_count_digits.sql ch/tests/queries/0_stateless/02315_replace_multiif_to_if.sql ch/tests/queries/0_stateless/03037_recursive_cte_postgres_3.sql ch/tests/queries/0_stateless/03204_storage_join_optimize.sql ch/tests/queries/0_stateless/01144_multiple_joins_rewriter_v2_and_lambdas.sql ch/tests/queries/0_stateless/01185_create_or_replace_table.sql ch/tests/queries/0_stateless/03205_json_cast_from_string.sql ch/tests/queries/0_stateless/01300_group_by_other_keys.sql ch/tests/queries/0_stateless/01506_buffer_table_alter_block_structure_2.sql ch/tests/queries/0_stateless/01630_simple_aggregate_all_functions_in_summing_merge_tree.sql ch/tests/queries/0_stateless/00726_length_aliases.sql ch/tests/queries/0_stateless/00105_shard_collations.sql ch/tests/queries/0_stateless/01710_projection_with_column_transformers.sql ch/tests/queries/0_stateless/02028_tokens.sql ch/tests/queries/0_stateless/00961_visit_param_buffer_underflow.sql ch/tests/queries/0_stateless/02477_fuse_quantiles.sql ch/tests/queries/0_stateless/00988_expansion_aliases_limit.sql ch/tests/queries/0_stateless/00949_format.sql ch/tests/queries/0_stateless/01070_h3_to_string.sql ch/tests/queries/0_stateless/00237_group_by_arrays.sql ch/tests/queries/0_stateless/02495_sum_if_to_count_if_bug.sql ch/tests/queries/0_stateless/01660_join_or_all.sql ch/tests/queries/0_stateless/02003_bug_from_23515.sql ch/tests/queries/0_stateless/01889_sql_json_functions.sql ch/tests/queries/0_stateless/01318_map_add_map_subtract_on_map_type.sql ch/tests/queries/0_stateless/01623_byte_size_const.sql ch/tests/queries/0_stateless/01825_new_type_json_9.sql ch/tests/queries/0_stateless/02366_window_function_order_by.sql ch/tests/queries/0_stateless/02440_mutations_finalization.sql ch/tests/queries/0_stateless/03148_mutations_virtual_columns.sql ch/tests/queries/0_stateless/02265_per_table_ttl_mutation_on_change.sql ch/tests/queries/0_stateless/03146_parameterized_view_with_date.sql ch/tests/queries/0_stateless/02724_function_in_left_table_clause_asof_join.sql ch/tests/queries/0_stateless/02946_literal_alias_misclassification.sql ch/tests/queries/0_stateless/02954_analyzer_fuzz_i57086.sql ch/tests/queries/0_stateless/02532_profileevents_server_startup_time.sql ch/tests/queries/0_stateless/03093_bug_gcd_codec.sql ch/tests/queries/0_stateless/03215_udf_with_union.sql ch/tests/queries/0_stateless/01122_totals_rollup_having_block_header.sql ch/tests/queries/0_stateless/00927_asof_join_noninclusive.sql ch/tests/queries/0_stateless/01404_roundUpToPowerOfTwoOrZero_safety.sql ch/tests/queries/0_stateless/01602_array_aggregation.sql ch/tests/queries/0_stateless/03199_has_lc_fixed_string.sql ch/tests/queries/0_stateless/02354_numeric_literals_with_underscores.sql ch/tests/queries/0_stateless/02959_system_database_engines.sql ch/tests/queries/0_stateless/02960_alter_table_part_query_parameter.sql ch/tests/queries/0_stateless/03147_table_function_loop.sql ch/tests/queries/0_stateless/00204_extract_url_parameter.sql ch/tests/queries/0_stateless/01739_index_hint.sql ch/tests/queries/0_stateless/02394_every_profile_event_must_have_documentation.sql ch/tests/queries/0_stateless/03198_table_function_directory_path.sql ch/tests/queries/0_stateless/02497_storage_join_right_assert.sql ch/tests/queries/0_stateless/01114_mysql_database_engine_segfault.sql ch/tests/queries/0_stateless/00490_with_select.sql ch/tests/queries/0_stateless/02714_read_bytes_aggregateFunction.sql ch/tests/queries/0_stateless/01084_defaults_on_aliases.sql ch/tests/queries/0_stateless/01273_extractGroups.sql ch/tests/queries/0_stateless/01327_decimal_cut_extra_digits_after_point.sql ch/tests/queries/0_stateless/02542_case_no_else.sql ch/tests/queries/0_stateless/02889_datetime64_from_string.sql ch/tests/queries/0_stateless/00231_format_vertical_raw.sql ch/tests/queries/0_stateless/02207_ttl_move_if_exists.sql ch/tests/queries/0_stateless/02725_url_support_virtual_column.sql ch/tests/queries/0_stateless/01671_aggregate_function_group_bitmap_data.sql ch/tests/queries/0_stateless/02296_ttl_non_deterministic.sql ch/tests/queries/0_stateless/01109_exchange_tables.sql ch/tests/queries/0_stateless/00618_nullable_in.sql ch/tests/queries/0_stateless/02579_fill_empty_chunk.sql ch/tests/queries/0_stateless/02500_analyzer_storage_view_crash_fix.sql ch/tests/queries/0_stateless/02563_analyzer_merge.sql ch/tests/queries/0_stateless/02514_if_with_lazy_low_cardinality.sql ch/tests/queries/0_stateless/02572_max_intersections.sql ch/tests/queries/0_stateless/02456_aggregate_state_conversion.sql ch/tests/queries/0_stateless/01455_rank_correlation_spearman.sql ch/tests/queries/0_stateless/02017_columns_with_dot.sql ch/tests/queries/0_stateless/01824_prefer_global_in_and_join.sql ch/tests/queries/0_stateless/02554_format_json_columns_for_empty.sql ch/tests/queries/0_stateless/02711_trim_aliases.sql ch/tests/queries/0_stateless/00543_null_and_prewhere.sql ch/tests/queries/0_stateless/01141_join_get_negative.sql ch/tests/queries/0_stateless/02885_create_distributed_table_without_as.sql ch/tests/queries/0_stateless/00507_sumwithoverflow.sql ch/tests/queries/0_stateless/02680_mysql_ast_logical_err.sql ch/tests/queries/0_stateless/01189_create_as_table_as_table_function.sql ch/tests/queries/0_stateless/00222_sequence_aggregate_function_family.sql ch/tests/queries/0_stateless/03010_read_system_parts_table_test.sql ch/tests/queries/0_stateless/01709_inactive_parts_to_throw_insert.sql ch/tests/queries/0_stateless/01213_alter_table_rename_nested.sql ch/tests/queries/0_stateless/01674_htm_xml_coarse_parse.sql ch/tests/queries/0_stateless/00982_array_enumerate_uniq_ranked.sql ch/tests/queries/0_stateless/00740_database_in_nested_view.sql ch/tests/queries/0_stateless/01913_fix_column_transformer_replace_format.sql ch/tests/queries/0_stateless/03011_adaptative_timeout_compatibility.sql ch/tests/queries/0_stateless/01318_encrypt.sql ch/tests/queries/0_stateless/02478_projection_and_alter_low_cardinality.sql ch/tests/queries/0_stateless/02538_alter_rename_sequence.sql ch/tests/queries/0_stateless/01292_optimize_data_skip_idx_order_by_expr.sql ch/tests/queries/0_stateless/02536_replace_with_nonconst_needle_and_replacement.sql ch/tests/queries/0_stateless/01783_merge_engine_join_key_condition.sql ch/tests/queries/0_stateless/00957_coalesce_const_nullable_crash.sql ch/tests/queries/0_stateless/01773_case_sensitive_revision.sql ch/tests/queries/0_stateless/00763_create_query_as_table_engine_bug.sql ch/tests/queries/0_stateless/01710_projections.sql ch/tests/queries/0_stateless/03036_prewhere_lambda_function.sql ch/tests/queries/0_stateless/00103_ipv4_num_to_string_class_c.sql ch/tests/queries/0_stateless/02249_insert_select_from_input_schema_inference.sql ch/tests/queries/0_stateless/03126_column_not_under_group_by.sql ch/tests/queries/0_stateless/02923_join_use_nulls_modulo.sql ch/tests/queries/0_stateless/03006_analyzer_executable_table_function.sql ch/tests/queries/0_stateless/02496_storage_s3_profile_events.sql ch/tests/queries/0_stateless/02024_join_on_or_long.gen.sql ch/tests/queries/0_stateless/03169_modify_column_data_loss.sql ch/tests/queries/0_stateless/02325_dates_schema_inference.sql ch/tests/queries/0_stateless/01010_partial_merge_join_const_and_lc.sql ch/tests/queries/0_stateless/01516_create_table_primary_key.sql ch/tests/queries/0_stateless/00760_insert_json_with_defaults.sql ch/tests/queries/0_stateless/02494_query_cache_explain.sql ch/tests/queries/0_stateless/03084_analyzer_join_column_alias.sql ch/tests/queries/0_stateless/02920_fix_json_merge_patch.sql ch/tests/queries/0_stateless/00035_function_array_return_type.sql ch/tests/queries/0_stateless/02275_full_sort_join_long.gen.sql ch/tests/queries/0_stateless/00024_unused_array_join_in_subquery.sql ch/tests/queries/0_stateless/02697_alter_dependencies.sql ch/tests/queries/0_stateless/03044_array_join_columns_in_nested_table.sql ch/tests/queries/0_stateless/01622_codec_zstd_long.sql ch/tests/queries/0_stateless/03096_order_by_system_tables.sql ch/tests/queries/0_stateless/00829_bitmap64_function.sql ch/tests/queries/0_stateless/03008_deduplication_wrong_mv.sql ch/tests/queries/0_stateless/00342_escape_sequences.sql ch/tests/queries/0_stateless/01338_uuid_without_separator.sql ch/tests/queries/0_stateless/03033_lightweight_deletes_sync.sql ch/tests/queries/0_stateless/01425_default_value_of_type_name.sql ch/tests/queries/0_stateless/01566_negate_formatting.sql ch/tests/queries/0_stateless/02017_columns_with_dot_2.sql ch/tests/queries/0_stateless/02582_async_reading_with_small_limit.sql ch/tests/queries/0_stateless/02416_rocksdb_delete_update.sql ch/tests/queries/0_stateless/03117_analyzer_same_column_name_as_func.sql ch/tests/queries/0_stateless/02540_duplicate_primary_key2.sql ch/tests/queries/0_stateless/02338_analyzer_constants_basic.sql ch/tests/queries/0_stateless/02479_if_with_null_and_cullable_const.sql ch/tests/queries/0_stateless/01852_dictionary_found_rate_long.sql ch/tests/queries/0_stateless/01548_uncomparable_columns_in_keys.sql ch/tests/queries/0_stateless/03036_dynamic_read_subcolumns_small.gen.sql ch/tests/queries/0_stateless/02152_dictionary_date32_type.sql ch/tests/queries/0_stateless/02504_disallow_arrayjoin_in_mutations.sql ch/tests/queries/0_stateless/02564_read_in_order_final_desc.sql ch/tests/queries/0_stateless/02901_analyzer_recursive_window.sql ch/tests/queries/0_stateless/02789_jit_cannot_convert_column.sql ch/tests/queries/0_stateless/02676_analyzer_limit_offset.sql ch/tests/queries/0_stateless/03148_asof_join_ddb_subquery.sql ch/tests/queries/0_stateless/02190_current_metrics_query.sql ch/tests/queries/0_stateless/02019_multiple_weird_with_fill.sql ch/tests/queries/0_stateless/03005_input_function_in_join.sql ch/tests/queries/0_stateless/01560_mann_whitney.sql ch/tests/queries/0_stateless/00388_enum_with_totals.sql ch/tests/queries/0_stateless/01831_max_streams.sql ch/tests/queries/0_stateless/02295_global_with_in_subquery.sql ch/tests/queries/0_stateless/01825_type_json_18.sql ch/tests/queries/0_stateless/02832_integer_type_inference.sql ch/tests/queries/0_stateless/00010_big_array_join.sql ch/tests/queries/0_stateless/00873_t64_codec_date.sql ch/tests/queries/0_stateless/02933_sqid.sql ch/tests/queries/0_stateless/01440_big_int_exotic_casts.sql ch/tests/queries/0_stateless/01560_cancel_agg_func_combinator_native_name_constraint.sql ch/tests/queries/0_stateless/00709_virtual_column_partition_id.sql ch/tests/queries/0_stateless/01837_cast_to_array_from_empty_array.sql ch/tests/queries/0_stateless/02768_cse_nested_distributed.sql ch/tests/queries/0_stateless/03174_split_parts_ranges_into_intersecting_and_non_intersecting_final_and_read-in-order_bug.sql ch/tests/queries/0_stateless/02020_exponential_smoothing.sql ch/tests/queries/0_stateless/02212_h3_point_dist.sql ch/tests/queries/0_stateless/02534_join_prewhere_bug.sql ch/tests/queries/0_stateless/01277_large_tuples.sql ch/tests/queries/0_stateless/01324_insert_tsv_raw.sql ch/tests/queries/0_stateless/00041_aggregation_remap.sql ch/tests/queries/0_stateless/00102_insert_into_temporary_table.sql ch/tests/queries/0_stateless/02354_vector_search_index_creation_negative.sql ch/tests/queries/0_stateless/02462_distributions.sql ch/tests/queries/0_stateless/03164_parallel_replicas_range_filter_min_max.sql ch/tests/queries/0_stateless/00963_startsWith_force_primary_key.sql ch/tests/queries/0_stateless/00998_constraints_all_tables.sql ch/tests/queries/0_stateless/01674_unicode_asan.sql ch/tests/queries/0_stateless/02021_map_has.sql ch/tests/queries/0_stateless/02724_jit_logical_functions.sql ch/tests/queries/0_stateless/02810_system_jemalloc_bins.sql ch/tests/queries/0_stateless/01227_distributed_merge_global_in_primary_key.sql ch/tests/queries/0_stateless/00160_merge_and_index_in_in.sql ch/tests/queries/0_stateless/00701_context_use_after_free.sql ch/tests/queries/0_stateless/02516_join_with_totals_and_subquery_bug.gen.sql ch/tests/queries/0_stateless/00554_nested_and_table_engines.sql ch/tests/queries/0_stateless/01278_alter_rename_combination.sql ch/tests/queries/0_stateless/00930_arrayIntersect.sql ch/tests/queries/0_stateless/00435_coalesce.sql ch/tests/queries/0_stateless/03203_system_numbers_limit_and_offset_complex.sql ch/tests/queries/0_stateless/02681_comparsion_tuple_elimination_ast.sql ch/tests/queries/0_stateless/01901_in_literal_shard_prune.sql ch/tests/queries/0_stateless/00121_drop_column_zookeeper.sql ch/tests/queries/0_stateless/03115_alias_exists_column.sql ch/tests/queries/0_stateless/01889_tokenize.sql ch/tests/queries/0_stateless/01804_uniq_up_to_ubsan.sql ch/tests/queries/0_stateless/02326_settings_changes_system_table.sql ch/tests/queries/0_stateless/01270_optimize_skip_unused_shards_low_cardinality.sql ch/tests/queries/0_stateless/02429_offset_pipeline_stuck_bug.sql ch/tests/queries/0_stateless/03456_match_index_prefix_extraction.sql ch/tests/queries/0_stateless/00800_low_cardinality_empty_array.sql ch/tests/queries/0_stateless/02903_parameterized_view_explain_ast.sql ch/tests/queries/0_stateless/03031_distinguish_bool_and_int_in_settings.sql ch/tests/queries/0_stateless/01049_zookeeper_synchronous_mutations_long.sql ch/tests/queries/0_stateless/02183_dictionary_date_types.sql ch/tests/queries/0_stateless/00724_insert_values_datetime_conversion.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_1.sql ch/tests/queries/0_stateless/01049_join_low_card_crash.sql ch/tests/queries/0_stateless/01015_attach_part.sql ch/tests/queries/0_stateless/01474_decimal_scale_bug.sql ch/tests/queries/0_stateless/02497_schema_inference_nulls.sql ch/tests/queries/0_stateless/01622_constraints_simple_optimization.sql ch/tests/queries/0_stateless/00383_utf8_validation.sql ch/tests/queries/0_stateless/02934_merge_tree_max_projections.sql ch/tests/queries/0_stateless/01683_intdiv_ubsan.sql ch/tests/queries/0_stateless/02462_number_to_datetype.sql ch/tests/queries/0_stateless/01413_alter_update_supertype.sql ch/tests/queries/0_stateless/02710_default_replicated_parameters.sql ch/tests/queries/0_stateless/02426_to_string_nullable_fixedstring.sql ch/tests/queries/0_stateless/03247_generic_arrayMin_arrayMax_fixes.sql ch/tests/queries/0_stateless/00438_bit_rotate.sql ch/tests/queries/0_stateless/02891_alter_update_adaptive_granularity.sql ch/tests/queries/0_stateless/02353_simdjson_buffer_overflow.sql ch/tests/queries/0_stateless/01825_type_json_distributed.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_reuse_computation.sql ch/tests/queries/0_stateless/01667_aes_args_check.sql ch/tests/queries/0_stateless/03156_tuple_map_low_cardinality.sql ch/tests/queries/0_stateless/01360_division_overflow.sql ch/tests/queries/0_stateless/01471_calculate_ttl_during_merge.sql ch/tests/queries/0_stateless/03010_file_log_large_poll_batch_size.sql ch/tests/queries/0_stateless/00969_columns_clause.sql ch/tests/queries/0_stateless/02007_ipv4_and_ipv6_to_and_from_string.sql ch/tests/queries/0_stateless/02733_fix_distinct_in_order_bug_49622.sql ch/tests/queries/0_stateless/00986_materialized_view_stack_overflow.sql ch/tests/queries/0_stateless/01097_one_more_range_reader_test_wide_part.sql ch/tests/queries/0_stateless/01754_direct_dictionary_complex_key.sql ch/tests/queries/0_stateless/00664_cast_from_string_to_nullable.sql ch/tests/queries/0_stateless/00054_join_string.sql ch/tests/queries/0_stateless/02874_infer_objects_as_named_tuples.sql ch/tests/queries/0_stateless/02446_parent_zero_copy_locks.sql ch/tests/queries/0_stateless/02366_normalize_aggregate_function_types_and_states.sql ch/tests/queries/0_stateless/02421_explain_subquery.sql ch/tests/queries/0_stateless/02494_query_cache_secrets.sql ch/tests/queries/0_stateless/00927_asof_join_correct_bt.sql ch/tests/queries/0_stateless/03078_analyzer_multi_scalar_subquery_aliases.sql ch/tests/queries/0_stateless/01030_incorrect_count_summing_merge_tree.sql ch/tests/queries/0_stateless/00753_alter_attach.sql ch/tests/queries/0_stateless/00836_indices_alter.sql ch/tests/queries/0_stateless/02524_fuzz_and_fuss_2.sql ch/tests/queries/0_stateless/00619_extract.sql ch/tests/queries/0_stateless/02872_gcd_codec.sql ch/tests/queries/0_stateless/00259_hashing_tuples.sql ch/tests/queries/0_stateless/03006_join_on_inequal_expression_3.gen.sql ch/tests/queries/0_stateless/00621_regression_for_in_operator.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_1_wide_merge_tree.gen.sql ch/tests/queries/0_stateless/03164_analyzer_rewrite_aggregate_function_with_if.sql ch/tests/queries/0_stateless/02706_array_map_tuples.sql ch/tests/queries/0_stateless/00597_with_totals_on_empty_set.sql ch/tests/queries/0_stateless/02670_constant_skip_index.sql ch/tests/queries/0_stateless/02869_insert_filenames_collisions.sql ch/tests/queries/0_stateless/03014_msan_parse_date_time.sql ch/tests/queries/0_stateless/02366_kql_datatype.sql ch/tests/queries/0_stateless/00725_join_on_bug_3.sql ch/tests/queries/0_stateless/01778_hierarchical_dictionaries.sql ch/tests/queries/0_stateless/00591_columns_removal_union_all.sql ch/tests/queries/0_stateless/02101_sql_user_defined_functions_create_or_replace.sql ch/tests/queries/0_stateless/01161_information_schema.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_horizontal_compact_wide_tree.sql ch/tests/queries/0_stateless/03230_json_alias_new_old_types.sql ch/tests/queries/0_stateless/02980_dist_insert_readonly_replica.gen.sql ch/tests/queries/0_stateless/02700_regexp_operator.sql ch/tests/queries/0_stateless/02950_parallel_replicas_used_count.sql ch/tests/queries/0_stateless/02160_h3_cell_area_m2.sql ch/tests/queries/0_stateless/01032_duplicate_column_insert_query.sql ch/tests/queries/0_stateless/02354_tuple_lowcardinality.sql ch/tests/queries/0_stateless/01924_argmax_bitmap_state.sql ch/tests/queries/0_stateless/03070_analyzer_CTE_scalar_as_numbers.sql ch/tests/queries/0_stateless/03215_toStartOfWeek_with_dateTime64_fix.sql ch/tests/queries/0_stateless/00203_full_join.sql ch/tests/queries/0_stateless/00852_any_join_nulls.sql ch/tests/queries/0_stateless/02480_interval_casting_and_subquery.sql ch/tests/queries/0_stateless/02507_to_unix_timestamp_overflow.sql ch/tests/queries/0_stateless/02223_h3_test_const_columns.sql ch/tests/queries/0_stateless/01773_case_sensitive_version.sql ch/tests/queries/0_stateless/00997_trim.sql ch/tests/queries/0_stateless/02292_nested_not_flattened_detach.sql ch/tests/queries/0_stateless/00914_join_bgranvea.sql ch/tests/queries/0_stateless/01055_prewhere_bugs.sql ch/tests/queries/0_stateless/02771_tsv_csv_custom_skip_trailing_empty_lines.sql ch/tests/queries/0_stateless/01138_join_on_distributed_and_tmp.sql ch/tests/queries/0_stateless/01702_bitmap_native_integers.sql ch/tests/queries/0_stateless/01049_window_view_window_functions.sql ch/tests/queries/0_stateless/00804_test_custom_compression_codecs.sql ch/tests/queries/0_stateless/02740_hashed_dictionary_load_factor_smoke.sql ch/tests/queries/0_stateless/00583_limit_by_expressions.sql ch/tests/queries/0_stateless/01773_min_max_time_system_parts_datetime64.sql ch/tests/queries/0_stateless/02461_prewhere_row_level_policy_lightweight_delete.gen.sql ch/tests/queries/0_stateless/02864_statistics_predicates.sql ch/tests/queries/0_stateless/00082_append_trailing_char_if_absent.sql ch/tests/queries/0_stateless/01825_type_json_1.sql ch/tests/queries/0_stateless/02342_analyzer_compound_types.sql ch/tests/queries/0_stateless/00424_shard_aggregate_functions_of_nullable.sql ch/tests/queries/0_stateless/02541_tuple_element_with_null.sql ch/tests/queries/0_stateless/01801_distinct_group_by_shard.sql ch/tests/queries/0_stateless/03222_json_squashing.sql ch/tests/queries/0_stateless/02024_create_dictionary_with_comment.sql ch/tests/queries/0_stateless/03124_analyzer_nested_CTE_dist_in.sql ch/tests/queries/0_stateless/02816_has_token_empty.sql ch/tests/queries/0_stateless/02699_polygons_sym_difference_total_analyzer.sql ch/tests/queries/0_stateless/01311_comparison_with_constant_string.sql ch/tests/queries/0_stateless/02148_cast_type_parsing.sql ch/tests/queries/0_stateless/01561_Date_and_DateTime64_comparision.sql ch/tests/queries/0_stateless/02184_range_hashed_dictionary_outside_range_values.sql ch/tests/queries/0_stateless/03201_sumIf_to_countIf_return_type.sql ch/tests/queries/0_stateless/00734_timeslot.sql ch/tests/queries/0_stateless/02160_h3_cell_area_rads2.sql ch/tests/queries/0_stateless/01882_check_max_parts_to_merge_at_once.sql ch/tests/queries/0_stateless/02004_intersect_except_distinct_operators.sql ch/tests/queries/0_stateless/02560_count_digits.sql ch/tests/queries/0_stateless/02347_rank_corr_size_overflow.sql ch/tests/queries/0_stateless/01581_deduplicate_by_columns_local.sql ch/tests/queries/0_stateless/02552_siphash128_reference.sql ch/tests/queries/0_stateless/02382_analyzer_matcher_join_using.sql ch/tests/queries/0_stateless/03168_read_in_order_buffering_1.sql ch/tests/queries/0_stateless/03312_issue_74299.sql ch/tests/queries/0_stateless/03152_dynamic_type_simple.sql ch/tests/queries/0_stateless/00573_shard_aggregation_by_empty_set.sql ch/tests/queries/0_stateless/02098_hashed_array_dictionary_simple_key.gen.sql ch/tests/queries/0_stateless/00799_function_dry_run.sql ch/tests/queries/0_stateless/01236_graphite_mt.sql ch/tests/queries/0_stateless/00012_array_join_alias_2.sql ch/tests/queries/0_stateless/02723_jit_aggregation_bug_48120.sql ch/tests/queries/0_stateless/01803_untuple_subquery.sql ch/tests/queries/0_stateless/00837_insert_select_and_read_prefix.sql ch/tests/queries/0_stateless/03152_join_filter_push_down_equivalent_columns.sql ch/tests/queries/0_stateless/02103_sql_user_defined_functions_composition.sql ch/tests/queries/0_stateless/02131_row_policies_combination.sql ch/tests/queries/0_stateless/00948_values_interpreter_template.sql ch/tests/queries/0_stateless/01456_min_negative_decimal_formatting.sql ch/tests/queries/0_stateless/02681_aggregation_by_partitions_bug.sql ch/tests/queries/0_stateless/02680_lc_null_as_default.sql ch/tests/queries/0_stateless/02812_bug_with_unused_join_columns.sql ch/tests/queries/0_stateless/02875_final_invalid_read_ranges_bug.sql ch/tests/queries/0_stateless/00751_low_cardinality_nullable_group_by.sql ch/tests/queries/0_stateless/00952_part_frozen_info.sql ch/tests/queries/0_stateless/02352_lightweight_delete_on_replicated_merge_tree.sql ch/tests/queries/0_stateless/01220_scalar_optimization_in_alter.sql ch/tests/queries/0_stateless/02688_long_aggregate_function_names.sql ch/tests/queries/0_stateless/00101_materialized_views_and_insert_without_explicit_database.sql ch/tests/queries/0_stateless/02186_range_hashed_dictionary_intersecting_intervals.sql ch/tests/queries/0_stateless/01508_explain_header.sql ch/tests/queries/0_stateless/00113_shard_group_array.sql ch/tests/queries/0_stateless/02725_object_column_alter.sql ch/tests/queries/0_stateless/00739_array_element_nullable_string_mattrobenolt.sql ch/tests/queries/0_stateless/01679_format_readable_time_delta_inf.sql ch/tests/queries/0_stateless/03210_json_type_alter_add_column.gen.sql ch/tests/queries/0_stateless/02158_ztest.sql ch/tests/queries/0_stateless/03155_datasketches_ubsan.sql ch/tests/queries/0_stateless/01837_database_memory_ddl_dictionaries.sql ch/tests/queries/0_stateless/03262_column_sizes_with_dynamic_structure.sql ch/tests/queries/0_stateless/03088_analyzer_ambiguous_column_multi_call.sql ch/tests/queries/0_stateless/01128_generate_random_nested.sql ch/tests/queries/0_stateless/02163_shard_num.sql ch/tests/queries/0_stateless/01275_parallel_mv.gen.sql ch/tests/queries/0_stateless/01116_cross_count_asterisks.sql ch/tests/queries/0_stateless/02486_truncate_and_unexpected_parts.sql ch/tests/queries/0_stateless/03146_create_index_compatibility.sql ch/tests/queries/0_stateless/02472_segfault_expression_parser.sql ch/tests/queries/0_stateless/02481_low_cardinality_with_short_circuit_functins.sql ch/tests/queries/0_stateless/02021_map_bloom_filter_index.sql ch/tests/queries/0_stateless/03130_analyzer_self_join_group_by.sql ch/tests/queries/0_stateless/02399_merge_tree_mutate_in_partition.sql ch/tests/queries/0_stateless/02475_bad_cast_low_cardinality_to_string_bug.sql ch/tests/queries/0_stateless/00685_output_format_json_escape_forward_slashes.sql ch/tests/queries/0_stateless/02884_string_distance_function.sql ch/tests/queries/0_stateless/02495_analyzer_storage_join.sql ch/tests/queries/0_stateless/01665_running_difference_ubsan.sql ch/tests/queries/0_stateless/01142_merge_join_lc_and_nullable_in_key.sql ch/tests/queries/0_stateless/01041_h3_is_valid.sql ch/tests/queries/0_stateless/02680_datetime64_monotonic_check.sql ch/tests/queries/0_stateless/03037_union_view.sql ch/tests/queries/0_stateless/00251_has_types.sql ch/tests/queries/0_stateless/02276_full_sort_join_unsupported.sql ch/tests/queries/0_stateless/00608_uniq_array.sql ch/tests/queries/0_stateless/00821_distributed_storage_with_join_on.sql ch/tests/queries/0_stateless/01051_random_printable_ascii.sql ch/tests/queries/0_stateless/02240_filesystem_query_cache.sql ch/tests/queries/0_stateless/02392_every_setting_must_have_documentation.sql ch/tests/queries/0_stateless/01653_tuple_hamming_distance_2.sql ch/tests/queries/0_stateless/01763_support_map_lowcardinality_type.sql ch/tests/queries/0_stateless/01605_dictinct_two_level.sql ch/tests/queries/0_stateless/00870_t64_codec.sql ch/tests/queries/0_stateless/00988_constraints_replication_zookeeper_long.sql ch/tests/queries/0_stateless/02841_group_array_sorted.sql ch/tests/queries/0_stateless/01923_ttl_with_modify_column.sql ch/tests/queries/0_stateless/02295_GROUP_BY_AggregateFunction.sql ch/tests/queries/0_stateless/01710_projection_with_ast_rewrite_settings.sql ch/tests/queries/0_stateless/01666_great_circle_distance_ubsan.sql ch/tests/queries/0_stateless/02916_glogal_in_cancel.sql ch/tests/queries/0_stateless/00765_locate.sql ch/tests/queries/0_stateless/02025_having_filter_column.sql ch/tests/queries/0_stateless/01912_bad_cast_join_fuzz.sql ch/tests/queries/0_stateless/00897_flatten.sql ch/tests/queries/0_stateless/01083_functional_index_in_mergetree.sql ch/tests/queries/0_stateless/00370_duplicate_columns_in_subqueries.sql ch/tests/queries/0_stateless/00269_database_table_whitespace.sql ch/tests/queries/0_stateless/01056_negative_with_bloom_filter.sql ch/tests/queries/0_stateless/01474_bad_global_join.sql ch/tests/queries/0_stateless/00334_column_aggregate_function_limit.sql ch/tests/queries/0_stateless/00990_hasToken_and_tokenbf.sql ch/tests/queries/0_stateless/02990_format_not_precedence.sql ch/tests/queries/0_stateless/01073_attach_if_not_exists.sql ch/tests/queries/0_stateless/01428_h3_range_check.sql ch/tests/queries/0_stateless/03261_optimize_rewrite_array_exists_to_has_crash.sql ch/tests/queries/0_stateless/03248_invalid_where.sql ch/tests/queries/0_stateless/00725_comment_columns_long.sql ch/tests/queries/0_stateless/01475_fix_bigint_shift.sql ch/tests/queries/0_stateless/02871_multiple_joins_rewriter_v2_handle_last_table_columns.sql ch/tests/queries/0_stateless/02783_parsedatetimebesteffort_syslog.sql ch/tests/queries/0_stateless/01710_projections_order_by_incomplete.sql ch/tests/queries/0_stateless/00252_shard_global_in_aggregate_function.sql ch/tests/queries/0_stateless/03071_fix_short_circuit_logic.sql ch/tests/queries/0_stateless/01611_string_to_low_cardinality_key_alter.sql ch/tests/queries/0_stateless/00098_2_union_all.sql ch/tests/queries/0_stateless/02235_check_table_sparse_serialization.sql ch/tests/queries/0_stateless/02596_build_set_and_remote.sql ch/tests/queries/0_stateless/02274_full_sort_join_nodistinct.gen.sql ch/tests/queries/0_stateless/02703_explain_query_tree_is_forbidden_with_old_analyzer.sql ch/tests/queries/0_stateless/00702_join_with_using_dups.sql ch/tests/queries/0_stateless/03008_uniq_exact_equal_ranges.sql ch/tests/queries/0_stateless/03033_analyzer_merge_engine_filter_push_down.sql ch/tests/queries/0_stateless/01906_h3_to_geo.sql ch/tests/queries/0_stateless/02097_initializeAggregationNullable.sql ch/tests/queries/0_stateless/03155_analyzer_interpolate.sql ch/tests/queries/0_stateless/02021_h3_get_faces.sql ch/tests/queries/0_stateless/02014_map_different_keys.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_vertical_compact_merge_tree.sql ch/tests/queries/0_stateless/01746_extract_text_from_html.sql ch/tests/queries/0_stateless/03166_mv_prewhere_duplicating_name_bug.sql ch/tests/queries/0_stateless/00436_fixed_string_16_comparisons.sql ch/tests/queries/0_stateless/02887_format_readable_timedelta_subseconds.sql ch/tests/queries/0_stateless/03169_optimize_injective_functions_inside_uniq_crash.sql ch/tests/queries/0_stateless/00950_default_prewhere.sql ch/tests/queries/0_stateless/02841_tuple_modulo.sql ch/tests/queries/0_stateless/02831_regexp_analyze_recursion.sql ch/tests/queries/0_stateless/02713_ip4_uint_compare.sql ch/tests/queries/0_stateless/02521_lightweight_delete_and_ttl.sql ch/tests/queries/0_stateless/01533_quantile_deterministic_assert.sql ch/tests/queries/0_stateless/02963_invalid_identifier.sql ch/tests/queries/0_stateless/02378_part_log_profile_events.sql ch/tests/queries/0_stateless/01095_tpch_like_smoke.sql ch/tests/queries/0_stateless/02494_query_cache_min_query_runs.sql ch/tests/queries/0_stateless/00172_constexprs_in_set.sql ch/tests/queries/0_stateless/03198_dynamic_read_subcolumns.sql ch/tests/queries/0_stateless/02457_morton_coding_with_mask.sql ch/tests/queries/0_stateless/03037_s3_write_to_globbed_partitioned_path.sql ch/tests/queries/0_stateless/02375_scalar_lc_cte.sql ch/tests/queries/0_stateless/00526_array_join_with_arrays_of_nullable.sql ch/tests/queries/0_stateless/02785_global_join_too_many_columns.sql ch/tests/queries/0_stateless/00555_hasAll_hasAny.sql ch/tests/queries/0_stateless/02420_final_setting_analyzer.sql ch/tests/queries/0_stateless/02366_kql_func_dynamic.sql ch/tests/queries/0_stateless/01117_greatest_least_case.sql ch/tests/queries/0_stateless/01305_buffer_final_bug.sql ch/tests/queries/0_stateless/01033_dictionaries_lifetime.sql ch/tests/queries/0_stateless/00432_aggregate_function_scalars_and_constants.sql ch/tests/queries/0_stateless/00819_ast_refactoring_bugs.sql ch/tests/queries/0_stateless/02287_ephemeral_format_crash.sql ch/tests/queries/0_stateless/00469_comparison_of_strings_containing_null_char.sql ch/tests/queries/0_stateless/02918_wrong_dictionary_source.sql ch/tests/queries/0_stateless/01117_chain_finalize_bug.sql ch/tests/queries/0_stateless/00230_array_functions_has_count_equal_index_of_non_const_second_arg.sql ch/tests/queries/0_stateless/01415_table_function_view.sql ch/tests/queries/0_stateless/03013_ignore_drop_queries_probability.sql ch/tests/queries/0_stateless/03210_lag_lead_inframe_types.sql ch/tests/queries/0_stateless/01078_merge_tree_read_one_thread.sql ch/tests/queries/0_stateless/01710_normal_projection_with_query_plan_optimization.sql ch/tests/queries/0_stateless/00829_bitmap_function.sql ch/tests/queries/0_stateless/01659_test_base64Decode_mysql_compatibility.sql ch/tests/queries/0_stateless/02539_vertical_merge_compact_parts.sql ch/tests/queries/0_stateless/00181_aggregate_functions_statistics.sql ch/tests/queries/0_stateless/02807_math_unary_crash.sql ch/tests/queries/0_stateless/00124_shard_distributed_with_many_replicas.sql ch/tests/queries/0_stateless/03227_json_invalid_regexp.sql ch/tests/queries/0_stateless/02374_in_tuple_index.sql ch/tests/queries/0_stateless/02320_mapped_array_witn_const_nullable.sql ch/tests/queries/0_stateless/03129_low_cardinality_nullable_non_first_primary_key.sql ch/tests/queries/0_stateless/00820_multiple_joins_subquery_requires_alias.sql ch/tests/queries/0_stateless/01648_mutations_and_escaping.sql ch/tests/queries/0_stateless/00256_reverse.sql ch/tests/queries/0_stateless/03143_window_functions_qualify_validation.sql ch/tests/queries/0_stateless/00681_duplicate_columns_inside_union_all_stas_sviridov.sql ch/tests/queries/0_stateless/02006_client_test_hint_error_name.sql ch/tests/queries/0_stateless/00142_parse_timestamp_as_datetime.sql ch/tests/queries/0_stateless/01211_optimize_skip_unused_shards_type_mismatch.sql ch/tests/queries/0_stateless/03221_mutation_analyzer_skip_part.sql ch/tests/queries/0_stateless/01147_partial_merge_full_join.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_grouping_set.sql ch/tests/queries/0_stateless/02788_current_schemas_function.sql ch/tests/queries/0_stateless/02974_analyzer_array_join_subcolumn.sql ch/tests/queries/0_stateless/00800_low_cardinality_distinct_numeric.sql ch/tests/queries/0_stateless/02985_dialects_with_distributed_tables.sql ch/tests/queries/0_stateless/01892_jit_aggregation_function_any_last_long.sql ch/tests/queries/0_stateless/01911_logical_error_minus.sql ch/tests/queries/0_stateless/02096_join_unusual_identifier_begin.sql ch/tests/queries/0_stateless/01921_with_fill_with_totals.sql ch/tests/queries/0_stateless/00936_crc_functions.sql ch/tests/queries/0_stateless/01256_misspell_layout_name_podshumok.sql ch/tests/queries/0_stateless/02177_issue_31009_pt2.gen.sql ch/tests/queries/0_stateless/00927_asof_join_long.sql ch/tests/queries/0_stateless/01470_test_insert_select_asterisk.sql ch/tests/queries/0_stateless/01734_datetime64_from_float.sql ch/tests/queries/0_stateless/00218_like_regexp_newline.sql ch/tests/queries/0_stateless/02587_csv_big_numbers_inference.sql ch/tests/queries/0_stateless/01115_join_with_dictionary.sql ch/tests/queries/0_stateless/02518_rewrite_aggregate_function_with_if.sql ch/tests/queries/0_stateless/00752_low_cardinality_lambda_argument.sql ch/tests/queries/0_stateless/02998_operator_respect_nulls.sql ch/tests/queries/0_stateless/00261_storage_aliases_and_array_join.sql ch/tests/queries/0_stateless/01780_column_sparse_full.sql ch/tests/queries/0_stateless/02128_cast_nullable.sql ch/tests/queries/0_stateless/00938_test_retention_function.sql ch/tests/queries/0_stateless/01595_countMatches.sql ch/tests/queries/0_stateless/01355_alter_column_with_order.sql ch/tests/queries/0_stateless/00479_date_and_datetime_to_number.sql ch/tests/queries/0_stateless/03243_check_for_nullable_nothing_in_alter.sql ch/tests/queries/0_stateless/03033_scalars_context_data_race.sql ch/tests/queries/0_stateless/03068_analyzer_distributed_join.sql ch/tests/queries/0_stateless/02346_inverted_index_experimental_flag.sql ch/tests/queries/0_stateless/02126_lc_window_functions.sql ch/tests/queries/0_stateless/02866_size_of_marks_skip_idx_explain.sql ch/tests/queries/0_stateless/02344_distinct_limit_distiributed.sql ch/tests/queries/0_stateless/02304_orc_arrow_parquet_string_as_string.sql ch/tests/queries/0_stateless/01277_alter_rename_column_constraint.sql ch/tests/queries/0_stateless/02391_hashed_dictionary_shards.sql ch/tests/queries/0_stateless/02053_INSERT_SELECT_MATERIALIZED.sql ch/tests/queries/0_stateless/02427_column_nullable_ubsan.sql ch/tests/queries/0_stateless/02478_projection_with_group_by_alter.sql ch/tests/queries/0_stateless/00871_t64_codec_signed.sql ch/tests/queries/0_stateless/01913_names_of_tuple_literal.sql ch/tests/queries/0_stateless/00323_quantiles_timing_bug.sql ch/tests/queries/0_stateless/01293_show_settings.sql ch/tests/queries/0_stateless/02292_h3_unidirectional_funcs.sql ch/tests/queries/0_stateless/02458_empty_hdfs_url.sql ch/tests/queries/0_stateless/02101_sql_user_defined_functions_drop_if_exists.sql ch/tests/queries/0_stateless/01373_is_zero_or_null.sql ch/tests/queries/0_stateless/02467_set_with_lowcardinality_type.sql ch/tests/queries/0_stateless/00506_union_distributed.sql ch/tests/queries/0_stateless/02541_empty_function_support_ip.sql ch/tests/queries/0_stateless/03103_positional_arguments.sql ch/tests/queries/0_stateless/00909_arrayEnumerateUniq.sql ch/tests/queries/0_stateless/01283_max_threads_simple_query_optimization.sql ch/tests/queries/0_stateless/00298_enum_width_and_cast.sql ch/tests/queries/0_stateless/01812_optimize_skip_unused_shards_single_node.sql ch/tests/queries/0_stateless/01101_prewhere_after_alter.sql ch/tests/queries/0_stateless/00576_nested_and_prewhere.sql ch/tests/queries/0_stateless/03066_analyzer_global_with_statement.sql ch/tests/queries/0_stateless/02791_final_block_structure_mismatch_bug.sql ch/tests/queries/0_stateless/02475_analyzer_subquery_compound_expression.sql ch/tests/queries/0_stateless/02026_describe_include_subcolumns.sql ch/tests/queries/0_stateless/01246_least_greatest_generic.sql ch/tests/queries/0_stateless/01881_to_week_monotonic_fix.sql ch/tests/queries/0_stateless/02302_join_auto_lc_nullable_bug.sql ch/tests/queries/0_stateless/02864_statistics_usage.sql ch/tests/queries/0_stateless/01321_monotonous_functions_in_order_by_bug.sql ch/tests/queries/0_stateless/01710_aggregate_projection_with_monotonic_key_expr.sql ch/tests/queries/0_stateless/01904_dictionary_default_nullable_type.sql ch/tests/queries/0_stateless/00515_gcd_lcm.sql ch/tests/queries/0_stateless/03031_filter_float64_logical_error.sql ch/tests/queries/0_stateless/00977_int_div.sql ch/tests/queries/0_stateless/00071_insert_fewer_columns.sql ch/tests/queries/0_stateless/01234_to_string_monotonic.sql ch/tests/queries/0_stateless/01553_datetime64_comparison.sql ch/tests/queries/0_stateless/01646_fix_window_funnel_inconistency.sql ch/tests/queries/0_stateless/02494_query_cache_min_query_duration.sql ch/tests/queries/0_stateless/00278_insert_already_sorted.sql ch/tests/queries/0_stateless/01186_conversion_to_nullable.sql ch/tests/queries/0_stateless/02007_test_any_all_operators.sql ch/tests/queries/0_stateless/00018_distinct_in_subquery.sql ch/tests/queries/0_stateless/02918_alter_temporary_table.sql ch/tests/queries/0_stateless/02798_substring_index.sql ch/tests/queries/0_stateless/01410_nullable_key_and_index_negate_cond.sql ch/tests/queries/0_stateless/00051_any_inner_join.sql ch/tests/queries/0_stateless/00811_garbage.sql ch/tests/queries/0_stateless/01778_mmap_cache_infra.sql ch/tests/queries/0_stateless/02812_pointwise_array_operations.sql ch/tests/queries/0_stateless/02783_max_bytes_to_read_in_schema_inference.sql ch/tests/queries/0_stateless/00065_shard_float_literals_formatting.sql ch/tests/queries/0_stateless/00940_order_by_read_in_order_query_plan.sql ch/tests/queries/0_stateless/02869_parallel_replicas_read_from_several.sql ch/tests/queries/0_stateless/02844_subquery_timeout_with_break.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_4.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_small.gen.sql ch/tests/queries/0_stateless/00227_quantiles_timing_arbitrary_order.sql ch/tests/queries/0_stateless/01494_storage_join_persistency.sql ch/tests/queries/0_stateless/02932_non_ready_set_stuck.sql ch/tests/queries/0_stateless/01281_sum_nullable.sql ch/tests/queries/0_stateless/01948_group_bitmap_and_or_xor_fix.sql ch/tests/queries/0_stateless/03208_buffer_over_distributed_type_mismatch.sql ch/tests/queries/0_stateless/02864_statistics_ddl.sql ch/tests/queries/0_stateless/01097_pre_limit.sql ch/tests/queries/0_stateless/00700_decimal_compare.sql ch/tests/queries/0_stateless/02950_part_log_bytes_uncompressed.sql ch/tests/queries/0_stateless/02792_drop_projection_lwd.sql ch/tests/queries/0_stateless/02242_throw_if_constant_argument.sql ch/tests/queries/0_stateless/02956_format_constexpr.sql ch/tests/queries/0_stateless/01560_monotonicity_check_multiple_args_bug.sql ch/tests/queries/0_stateless/02902_diable_apply_deleted_mask.sql ch/tests/queries/0_stateless/02252_executable_user_defined_function_short_circuit.sql ch/tests/queries/0_stateless/01684_geohash_ubsan.sql ch/tests/queries/0_stateless/01660_test_toDayOfYear_mysql_compatibility.sql ch/tests/queries/0_stateless/01412_group_array_moving_shard.sql ch/tests/queries/0_stateless/02560_vertical_merge_memory_usage.sql ch/tests/queries/0_stateless/02538_nullable_array_tuple_timeseries.sql ch/tests/queries/0_stateless/02376_analyzer_in_function_subquery.sql ch/tests/queries/0_stateless/02483_add_engine_full_column_to_system_databases.sql ch/tests/queries/0_stateless/00081_int_div_or_zero.sql ch/tests/queries/0_stateless/01503_if_const_optimization.sql ch/tests/queries/0_stateless/01017_bithamming_distance.sql ch/tests/queries/0_stateless/03113_analyzer_not_found_column_in_block_2.sql ch/tests/queries/0_stateless/02243_make_date32_mysql.sql ch/tests/queries/0_stateless/01283_strict_resize_bug.sql ch/tests/queries/0_stateless/00557_array_resize.sql ch/tests/queries/0_stateless/02367_analyzer_table_alias_columns.sql ch/tests/queries/0_stateless/02155_dictionary_comment.sql ch/tests/queries/0_stateless/01825_type_json_empty_string.sql ch/tests/queries/0_stateless/02188_parser_dictionary_primary_key.sql ch/tests/queries/0_stateless/02187_test_final_and_limit_modifier.sql ch/tests/queries/0_stateless/01278_variance_nonnegative.sql ch/tests/queries/0_stateless/03222_date_time_inference.sql ch/tests/queries/0_stateless/02353_explain_ast_optimize.sql ch/tests/queries/0_stateless/01496_signedness_conversion_monotonicity.sql ch/tests/queries/0_stateless/01419_merge_tree_settings_sanity_check.sql ch/tests/queries/0_stateless/01511_alter_version_versioned_collapsing_merge_tree_zookeeper.sql ch/tests/queries/0_stateless/02015_executable_user_defined_functions.sql ch/tests/queries/0_stateless/01431_utf8_ubsan.sql ch/tests/queries/0_stateless/00239_type_conversion_in_in.sql ch/tests/queries/0_stateless/03107_ill_formed_select_in_materialized_view.sql ch/tests/queries/0_stateless/00919_histogram_merge.sql ch/tests/queries/0_stateless/01064_pm_all_join_const_and_nullable.sql ch/tests/queries/0_stateless/02475_join_bug_42832.sql ch/tests/queries/0_stateless/02731_parallel_replicas_join_subquery.sql ch/tests/queries/0_stateless/02232_partition_pruner_single_point.sql ch/tests/queries/0_stateless/01772_intdiv_minus_one_ubsan.sql ch/tests/queries/0_stateless/01010_partial_merge_join.sql ch/tests/queries/0_stateless/02833_starts_ends_with_utf8.sql ch/tests/queries/0_stateless/02366_kql_func_ip.sql ch/tests/queries/0_stateless/01802_toDateTime64_large_values.sql ch/tests/queries/0_stateless/02426_pod_array_overflow_3.sql ch/tests/queries/0_stateless/00341_squashing_insert_select2.sql ch/tests/queries/0_stateless/01291_aggregation_in_order.sql ch/tests/queries/0_stateless/02981_nested_bad_types.sql ch/tests/queries/0_stateless/02565_analyzer_limit_settings.sql ch/tests/queries/0_stateless/00700_decimal_in_keys.sql ch/tests/queries/0_stateless/00514_interval_operators.sql ch/tests/queries/0_stateless/01602_insert_into_table_function_cluster.sql ch/tests/queries/0_stateless/03013_fuzz_arrayPartialReverseSort.sql ch/tests/queries/0_stateless/01062_pm_multiple_all_join_same_value.sql ch/tests/queries/0_stateless/02884_parallel_window_functions_bug.sql ch/tests/queries/0_stateless/02685_bson2.sql ch/tests/queries/0_stateless/02579_parameterized_replace.sql ch/tests/queries/0_stateless/02940_variant_text_deserialization.sql ch/tests/queries/0_stateless/02343_analyzer_column_transformers_strict.sql ch/tests/queries/0_stateless/01780_column_sparse_filter.sql ch/tests/queries/0_stateless/00487_if_array_fixed_string.sql ch/tests/queries/0_stateless/02541_analyzer_grouping_sets_crash_fix.sql ch/tests/queries/0_stateless/01178_int_field_to_decimal.sql ch/tests/queries/0_stateless/02412_nlp.sql ch/tests/queries/0_stateless/00118_storage_join.sql ch/tests/queries/0_stateless/02345_analyzer_subqueries.sql ch/tests/queries/0_stateless/00206_empty_array_to_single.sql ch/tests/queries/0_stateless/00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long.sql ch/tests/queries/0_stateless/02042_map_get_non_const_key.sql ch/tests/queries/0_stateless/03204_index_hint_fuzzer.sql ch/tests/queries/0_stateless/01661_week_functions_string_args.sql ch/tests/queries/0_stateless/01110_dictionary_layout_without_arguments.sql ch/tests/queries/0_stateless/02041_openssl_hash_functions_test.sql ch/tests/queries/0_stateless/02668_parse_datetime.sql ch/tests/queries/0_stateless/01246_extractAllGroupsVertical.sql ch/tests/queries/0_stateless/02179_key_condition_no_common_type.sql ch/tests/queries/0_stateless/02972_insert_deduplication_token_hierarchical_inserts_views.sql ch/tests/queries/0_stateless/00926_adaptive_index_granularity_versioned_collapsing_merge_tree.sql ch/tests/queries/0_stateless/01421_array_nullable_element_nullable_index.sql ch/tests/queries/0_stateless/00412_logical_expressions_optimizer.sql ch/tests/queries/0_stateless/03199_merge_filters_bug.sql ch/tests/queries/0_stateless/01942_dateTimeToSnowflake.sql ch/tests/queries/0_stateless/02293_compatibility_ignore_auto_increment_in_create_table.sql ch/tests/queries/0_stateless/00161_rounding_functions.sql ch/tests/queries/0_stateless/02021_h3_is_res_classIII.sql ch/tests/queries/0_stateless/01452_normalized_query_hash.sql ch/tests/queries/0_stateless/02973_dictionary_table_exception_fix.sql ch/tests/queries/0_stateless/02100_replaceRegexpAll_bug.sql ch/tests/queries/0_stateless/00952_insert_into_distributed_with_materialized_column.sql ch/tests/queries/0_stateless/01119_weird_user_names.sql ch/tests/queries/0_stateless/00754_alter_modify_column_partitions.sql ch/tests/queries/0_stateless/02521_analyzer_array_join_crash.sql ch/tests/queries/0_stateless/01813_quantileBfloat16_nans.sql ch/tests/queries/0_stateless/00396_uuid.sql ch/tests/queries/0_stateless/01087_table_function_generate.sql ch/tests/queries/0_stateless/02935_date_trunc_case_unsensitiveness.sql ch/tests/queries/0_stateless/02896_cyclic_aliases_crash.sql ch/tests/queries/0_stateless/02355_column_type_name_lc.sql ch/tests/queries/0_stateless/03199_queries_with_new_analyzer.sql ch/tests/queries/0_stateless/03001_analyzer_nullable_nothing.sql ch/tests/queries/0_stateless/03273_select_from_explain_ast_non_select.sql ch/tests/queries/0_stateless/02481_i43247_ubsan_in_minmaxany.sql ch/tests/queries/0_stateless/01602_modified_julian_day_msan.sql ch/tests/queries/0_stateless/03173_check_cyclic_dependencies_on_create_and_rename.sql ch/tests/queries/0_stateless/03032_variant_bool_number_not_suspicious.sql ch/tests/queries/0_stateless/00625_summing_merge_tree_merge.sql ch/tests/queries/0_stateless/00042_set.sql ch/tests/queries/0_stateless/01690_quantilesTiming_ubsan.sql ch/tests/queries/0_stateless/01080_engine_merge_prewhere_tupleelement_error.sql ch/tests/queries/0_stateless/02481_analyzer_join_alias_unknown_identifier_crash.sql ch/tests/queries/0_stateless/02416_in_set_same_ast_diff_columns.sql ch/tests/queries/0_stateless/01811_filter_by_null.sql ch/tests/queries/0_stateless/02962_analyzer_constant_set.sql ch/tests/queries/0_stateless/00226_zookeeper_deduplication_and_unexpected_parts_long.sql ch/tests/queries/0_stateless/00072_in_types.sql ch/tests/queries/0_stateless/02160_monthname.sql ch/tests/queries/0_stateless/00470_identifiers_in_double_quotes.sql ch/tests/queries/0_stateless/02480_s3_support_wildcard.sql ch/tests/queries/0_stateless/00933_alter_ttl.sql ch/tests/queries/0_stateless/02693_multiple_joins_in.sql ch/tests/queries/0_stateless/02377_fix_file_virtual_column.sql ch/tests/queries/0_stateless/01524_do_not_merge_across_partitions_select_final.sql ch/tests/queries/0_stateless/00098_7_union_all.sql ch/tests/queries/0_stateless/01922_array_join_with_index.sql ch/tests/queries/0_stateless/01852_cast_operator_3.sql ch/tests/queries/0_stateless/01716_decimal_comparison_ubsan.sql ch/tests/queries/0_stateless/03305_fix_kafka_table_with_kw_arguments.sql ch/tests/queries/0_stateless/00643_cast_zookeeper_long.sql ch/tests/queries/0_stateless/03032_save_bad_json_escape_sequences.sql ch/tests/queries/0_stateless/01655_plan_optimizations_merge_filters.sql ch/tests/queries/0_stateless/02112_skip_index_set_and_or.sql ch/tests/queries/0_stateless/01664_ntoa_aton_mysql_compatibility.sql ch/tests/queries/0_stateless/01435_lcm_overflow.sql ch/tests/queries/0_stateless/02354_tuple_element_with_default.sql ch/tests/queries/0_stateless/00498_bitwise_aggregate_functions.sql ch/tests/queries/0_stateless/01746_test_for_tupleElement_must_be_constant_issue.sql ch/tests/queries/0_stateless/02242_make_date.sql ch/tests/queries/0_stateless/01560_optimize_on_insert_long.sql ch/tests/queries/0_stateless/03196_max_intersections_arena_crash.sql ch/tests/queries/0_stateless/02730_with_fill_by_sorting_prefix.sql ch/tests/queries/0_stateless/03165_distinct_with_window_func_crash.sql ch/tests/queries/0_stateless/01548_with_totals_having.sql ch/tests/queries/0_stateless/03132_rewrite_aggregate_function_with_if_implicit_cast.sql ch/tests/queries/0_stateless/02499_analyzer_set_index.sql ch/tests/queries/0_stateless/00013_create_table_with_arrays.sql ch/tests/queries/0_stateless/02131_mv_many_chunks_bug.sql ch/tests/queries/0_stateless/03174_projection_deduplicate.sql ch/tests/queries/0_stateless/00976_system_stop_ttl_merges.sql ch/tests/queries/0_stateless/00650_array_enumerate_uniq_with_tuples.sql ch/tests/queries/0_stateless/02863_mutation_where_in_set_result_cache_pipeline_stuck_bug.sql ch/tests/queries/0_stateless/01639_distributed_sync_insert_zero_rows.sql ch/tests/queries/0_stateless/03147_asof_join_ddb_missing.sql ch/tests/queries/0_stateless/01825_replacing_vertical_merge.sql ch/tests/queries/0_stateless/01665_merge_tree_min_for_concurrent_read.sql ch/tests/queries/0_stateless/00645_date_time_input_format.sql ch/tests/queries/0_stateless/02313_avro_records_and_maps.sql ch/tests/queries/0_stateless/02983_const_sharding_key.sql ch/tests/queries/0_stateless/01018_ddl_dictionaries_special.sql ch/tests/queries/0_stateless/00975_move_partition_merge_tree.sql ch/tests/queries/0_stateless/02795_full_join_assert_cast.sql ch/tests/queries/0_stateless/01825_type_json_mutations.sql ch/tests/queries/0_stateless/00384_column_aggregate_function_insert_from.sql ch/tests/queries/0_stateless/02769_parallel_replicas_unavailable_shards.sql ch/tests/queries/0_stateless/01632_max_partitions_to_read.sql ch/tests/queries/0_stateless/00216_bit_test_function_family.sql ch/tests/queries/0_stateless/00917_least_sqr.sql ch/tests/queries/0_stateless/03208_groupArrayIntersect_serialization.sql ch/tests/queries/0_stateless/01600_min_max_compress_block_size.sql ch/tests/queries/0_stateless/00974_final_predicate_push_down.sql ch/tests/queries/0_stateless/02456_bloom_filter_assert.gen.sql ch/tests/queries/0_stateless/00647_histogram.sql ch/tests/queries/0_stateless/02044_exists_operator.sql ch/tests/queries/0_stateless/01732_union_and_union_all.sql ch/tests/queries/0_stateless/01009_global_array_join_names.sql ch/tests/queries/0_stateless/02967_index_hint_crash.sql ch/tests/queries/0_stateless/00613_shard_distributed_max_execution_time.sql ch/tests/queries/0_stateless/01497_alias_on_default_array.sql ch/tests/queries/0_stateless/02502_analyzer_insert_select_crash_fix.sql ch/tests/queries/0_stateless/01017_tuplehamming_distance.sql ch/tests/queries/0_stateless/03003_compatibility_setting_bad_value.sql ch/tests/queries/0_stateless/02269_insert_select_with_format_without_schema_inference.sql ch/tests/queries/0_stateless/02465_limit_trivial_max_rows_to_read.sql ch/tests/queries/0_stateless/01601_custom_tld.gen.sql ch/tests/queries/0_stateless/01555_system_distribution_queue_mask.sql ch/tests/queries/0_stateless/02861_uuid_format_serialization.sql ch/tests/queries/0_stateless/01191_rename_dictionary.sql ch/tests/queries/0_stateless/03169_display_column_names_in_footer.sql ch/tests/queries/0_stateless/03032_rmt_create_columns_from_replica.sql ch/tests/queries/0_stateless/00085_visible_width_of_tuple_of_dates.sql ch/tests/queries/0_stateless/00411_merge_tree_where_const_in_set.sql ch/tests/queries/0_stateless/03215_multilinestring_geometry.sql ch/tests/queries/0_stateless/02540_date_column_consistent_insert_behaviour.sql ch/tests/queries/0_stateless/01914_index_bgranvea.sql ch/tests/queries/0_stateless/00979_toFloat_monotonicity.sql ch/tests/queries/0_stateless/00295_global_in_one_shard_rows_before_limit.sql ch/tests/queries/0_stateless/00537_quarters.sql ch/tests/queries/0_stateless/02576_rewrite_array_exists_to_has.sql ch/tests/queries/0_stateless/00141_parse_timestamp_as_datetime.sql ch/tests/queries/0_stateless/02043_user_defined_executable_function_implicit_cast.sql ch/tests/queries/0_stateless/02402_external_disk_mertrics.sql ch/tests/queries/0_stateless/02020_cast_integer_overflow.sql ch/tests/queries/0_stateless/02872_prewhere_filter.sql ch/tests/queries/0_stateless/01622_constraints_where_optimization.sql ch/tests/queries/0_stateless/02971_functions_to_subcolumns_variant.sql ch/tests/queries/0_stateless/01720_dictionary_create_source_with_functions.sql ch/tests/queries/0_stateless/02395_every_merge_tree_setting_must_have_documentation.sql ch/tests/queries/0_stateless/02907_filter_pushdown_crash.sql ch/tests/queries/0_stateless/00717_merge_and_distributed.sql ch/tests/queries/0_stateless/02231_buffer_aggregate_states_leak.sql ch/tests/queries/0_stateless/01018_ddl_dictionaries_select.sql ch/tests/queries/0_stateless/01497_now_support_timezone.sql ch/tests/queries/0_stateless/02710_allow_suspicious_indices.sql ch/tests/queries/0_stateless/01060_shutdown_table_after_detach.sql ch/tests/queries/0_stateless/03049_analyzer_group_by_alias.sql ch/tests/queries/0_stateless/00272_union_all_and_in_subquery.sql ch/tests/queries/0_stateless/02494_query_cache_tag.sql ch/tests/queries/0_stateless/02458_datediff_date32.sql ch/tests/queries/0_stateless/02312_is_not_null_prewhere.sql ch/tests/queries/0_stateless/03215_view_with_recursive.sql ch/tests/queries/0_stateless/02798_generic_transform.sql ch/tests/queries/0_stateless/01676_dictget_in_default_expression.sql ch/tests/queries/0_stateless/02311_system_zookeeper_insert.sql ch/tests/queries/0_stateless/01384_bloom_filter_bad_arguments.sql ch/tests/queries/0_stateless/00624_length_utf8.sql ch/tests/queries/0_stateless/02494_query_cache_bugs.sql ch/tests/queries/0_stateless/01710_projection_row_policy.sql ch/tests/queries/0_stateless/02207_key_condition_floats.sql ch/tests/queries/0_stateless/00021_sorting_arrays.sql ch/tests/queries/0_stateless/02480_tlp_nan.sql ch/tests/queries/0_stateless/00943_mv_rename_without_inner_table.sql ch/tests/queries/0_stateless/01029_early_constant_folding.sql ch/tests/queries/0_stateless/02813_create_index_noop.sql ch/tests/queries/0_stateless/01825_new_type_json_missed_values.sql ch/tests/queries/0_stateless/01552_alter_name_collision.sql ch/tests/queries/0_stateless/01397_in_bad_arguments.sql ch/tests/queries/0_stateless/01474_executable_dictionary.sql ch/tests/queries/0_stateless/02416_row_policy_always_false_index.sql ch/tests/queries/0_stateless/00725_join_on_bug_2.sql ch/tests/queries/0_stateless/02293_ilike_on_fixed_strings.sql ch/tests/queries/0_stateless/00847_multiple_join_same_column.sql ch/tests/queries/0_stateless/02771_ignore_data_skipping_indices.sql ch/tests/queries/0_stateless/02155_binary_op_between_float_and_decimal.sql ch/tests/queries/0_stateless/02029_quantile_sanitizer.sql ch/tests/queries/0_stateless/00760_url_functions_overflow.sql ch/tests/queries/0_stateless/03034_json_extract_variant.sql ch/tests/queries/0_stateless/02968_sumMap_with_nan.sql ch/tests/queries/0_stateless/02520_group_array_last.sql ch/tests/queries/0_stateless/00553_invalid_nested_name.sql ch/tests/queries/0_stateless/01013_hex_decimal.sql ch/tests/queries/0_stateless/02113_format_row.sql ch/tests/queries/0_stateless/02932_punycode.sql ch/tests/queries/0_stateless/00276_sample.sql ch/tests/queries/0_stateless/00403_to_start_of_day.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_1_compact_merge_tree.sql ch/tests/queries/0_stateless/02982_minmax_nan_null_order.sql ch/tests/queries/0_stateless/00546_shard_tuple_element_formatting.sql ch/tests/queries/0_stateless/03002_int_div_decimal_with_date_bug.sql ch/tests/queries/0_stateless/02012_sha512_fixedstring.sql ch/tests/queries/0_stateless/03167_fancy_quotes_off_by_one.sql ch/tests/queries/0_stateless/01746_convert_type_with_default.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_2_wide_merge_tree.sql ch/tests/queries/0_stateless/02009_decimal_no_trailing_zeros.sql ch/tests/queries/0_stateless/00578_merge_table_shadow_virtual_column.sql ch/tests/queries/0_stateless/02374_analyzer_join_using.gen.sql ch/tests/queries/0_stateless/01381_for_each_with_states.sql ch/tests/queries/0_stateless/01245_distributed_group_by_no_merge_with-extremes_and_totals.sql ch/tests/queries/0_stateless/00165_transform_non_const_default.sql ch/tests/queries/0_stateless/01308_polygon_area.sql ch/tests/queries/0_stateless/03044_analyzer_alias_join.sql ch/tests/queries/0_stateless/01385_not_function.sql ch/tests/queries/0_stateless/01024__getScalar.sql ch/tests/queries/0_stateless/01086_modulo_or_zero.sql ch/tests/queries/0_stateless/02962_indexHint_rpn_construction.sql ch/tests/queries/0_stateless/00720_with_cube.sql ch/tests/queries/0_stateless/01440_big_int_least_greatest.sql ch/tests/queries/0_stateless/03151_redundant_distinct_with_window.sql ch/tests/queries/0_stateless/01656_test_query_log_factories_info.sql ch/tests/queries/0_stateless/01415_inconsistent_merge_tree_settings.sql ch/tests/queries/0_stateless/00856_no_column_issue_4242.sql ch/tests/queries/0_stateless/03291_json_big_structure_deserialization.sql ch/tests/queries/0_stateless/01825_type_json_parallel_insert.sql ch/tests/queries/0_stateless/00440_nulls_merge_tree.sql ch/tests/queries/0_stateless/02900_issue_55858.sql ch/tests/queries/0_stateless/02354_distributed_with_external_aggregation_memory_usage.sql ch/tests/queries/0_stateless/01213_alter_rename_column.sql ch/tests/queries/0_stateless/01213_point_in_Myanmar.sql ch/tests/queries/0_stateless/02833_sparse_columns_tuple_function.sql ch/tests/queries/0_stateless/03164_materialize_skip_index.sql ch/tests/queries/0_stateless/02734_sparse_columns_short_circuit.sql ch/tests/queries/0_stateless/00005_shard_format_ast_and_remote_table_lambda.sql ch/tests/queries/0_stateless/01626_cnf_test.sql ch/tests/queries/0_stateless/01513_defaults_on_defaults_no_column.sql ch/tests/queries/0_stateless/00153_transform.sql ch/tests/queries/0_stateless/00471_sql_style_quoting.sql ch/tests/queries/0_stateless/01421_assert_in_in.sql ch/tests/queries/0_stateless/02536_hdfs_cluster_use_structure_from_table.sql ch/tests/queries/0_stateless/00348_tuples.sql ch/tests/queries/0_stateless/03037_dynamic_merges_1_horizontal_compact_merge_tree.sql ch/tests/queries/0_stateless/02834_alter_exception.sql ch/tests/queries/0_stateless/01700_mod_negative_type_promotion.sql ch/tests/queries/0_stateless/02668_column_block_number_with_projections.sql ch/tests/queries/0_stateless/02370_analyzer_in_function.sql ch/tests/queries/0_stateless/02943_create_query_interpreter_sample_block_fix.sql ch/tests/queries/0_stateless/02174_cte_scalar_cache_mv.sql ch/tests/queries/0_stateless/02906_interval_comparison.sql ch/tests/queries/0_stateless/00948_to_valid_utf8.sql ch/tests/queries/0_stateless/00616_final_single_part.sql ch/tests/queries/0_stateless/00268_aliases_without_as_keyword.sql ch/tests/queries/0_stateless/02867_create_user_ssh.sql ch/tests/queries/0_stateless/01277_random_fixed_string.sql ch/tests/queries/0_stateless/02573_insert_null_as_default_null_as_empty_nested.sql ch/tests/queries/0_stateless/02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET.sql ch/tests/queries/0_stateless/01778_test_LowCardinality_FixedString_pk.sql ch/tests/queries/0_stateless/03231_pr_duplicate_announcement.sql ch/tests/queries/0_stateless/03003_analyzer_setting.sql ch/tests/queries/0_stateless/02508_index_analysis_to_date_timezone.sql ch/tests/queries/0_stateless/01012_select_limit_x_0.sql ch/tests/queries/0_stateless/02999_scalar_subqueries_bug_2.sql ch/tests/queries/0_stateless/01231_log_queries_min_type.sql ch/tests/queries/0_stateless/00147_alter_nested_default.sql ch/tests/queries/0_stateless/02883_read_in_reverse_order_virtual_column.sql ch/tests/queries/0_stateless/01490_nullable_string_to_enum.sql ch/tests/queries/0_stateless/00205_scalar_subqueries.sql ch/tests/queries/0_stateless/02970_visible_width_behavior.sql ch/tests/queries/0_stateless/02041_test_fuzzy_alter.sql ch/tests/queries/0_stateless/00918_json_functions.sql ch/tests/queries/0_stateless/02012_zookeeper_changed_enum_type.sql ch/tests/queries/0_stateless/01825_new_type_json_partitions.sql ch/tests/queries/0_stateless/03303_alias_inverse_order.sql ch/tests/queries/0_stateless/01851_clear_column_referenced_by_mv.sql ch/tests/queries/0_stateless/01836_date_time_keep_default_timezone_on_operations_den_crane.sql ch/tests/queries/0_stateless/02868_select_support_from_keywords.sql ch/tests/queries/0_stateless/02189_join_type_conversion.sql ch/tests/queries/0_stateless/02668_logical_optimizer_removing_redundant_checks.sql ch/tests/queries/0_stateless/02884_parallel_window_functions.sql ch/tests/queries/0_stateless/02184_ipv6_select_parsing.sql ch/tests/queries/0_stateless/01821_dictionary_primary_key_wrong_order.sql ch/tests/queries/0_stateless/02559_multiple_read_steps_in_prewhere_missing_columns.sql ch/tests/queries/0_stateless/01545_url_file_format_settings.sql ch/tests/queries/0_stateless/00516_modulo.sql ch/tests/queries/0_stateless/02353_ascii.sql ch/tests/queries/0_stateless/01324_if_transform_strings_to_enum.sql ch/tests/queries/0_stateless/03142_window_function_limit_by.sql ch/tests/queries/0_stateless/01662_join_mixed.sql ch/tests/queries/0_stateless/02410_to_decimal_or_default.sql ch/tests/queries/0_stateless/01475_read_subcolumns_2.sql ch/tests/queries/0_stateless/02479_nullable_primary_key_non_first_column.sql ch/tests/queries/0_stateless/02498_analyzer_settings_push_down.sql ch/tests/queries/0_stateless/00667_compare_arrays_of_different_types.sql ch/tests/queries/0_stateless/01514_input_format_csv_enum_as_number_setting.sql ch/tests/queries/0_stateless/02364_dictionary_datetime_64_attribute_crash.sql ch/tests/queries/0_stateless/00844_join_lightee2.sql ch/tests/queries/0_stateless/02790_url_multiple_tsv_files.sql ch/tests/queries/0_stateless/02174_cte_scalar_cache.sql ch/tests/queries/0_stateless/02552_analyzer_optimize_group_by_function_keys_crash.sql ch/tests/queries/0_stateless/02183_combinator_if.sql ch/tests/queries/0_stateless/02896_illegal_sampling.sql ch/tests/queries/0_stateless/02874_json_merge_patch_function_test.sql ch/tests/queries/0_stateless/02354_array_lowcardinality.sql ch/tests/queries/0_stateless/02136_scalar_subquery_metrics.sql ch/tests/queries/0_stateless/01000_bad_size_of_marks_skip_idx.sql ch/tests/queries/0_stateless/02125_low_cardinality_int256.sql ch/tests/queries/0_stateless/02906_orc_tuple_field_prune.sql ch/tests/queries/0_stateless/01149_zookeeper_mutation_stuck_after_replace_partition.sql ch/tests/queries/0_stateless/00700_decimal_formats.sql ch/tests/queries/0_stateless/00757_enum_defaults.sql ch/tests/queries/0_stateless/02891_array_shingles.sql ch/tests/queries/0_stateless/00395_nullable.sql ch/tests/queries/0_stateless/02726_async_insert_flush_queue.sql ch/tests/queries/0_stateless/00859_distinct_with_join.sql ch/tests/queries/0_stateless/01732_explain_syntax_union_query.sql ch/tests/queries/0_stateless/00114_float_type_result_of_division.sql ch/tests/queries/0_stateless/01306_polygons_intersection.sql ch/tests/queries/0_stateless/01634_uuid_fuzz.sql ch/tests/queries/0_stateless/00820_multiple_joins.sql ch/tests/queries/0_stateless/01711_cte_subquery_fix.sql ch/tests/queries/0_stateless/03001_block_offset_column.gen.sql ch/tests/queries/0_stateless/00378_json_quote_64bit_integers.sql ch/tests/queries/0_stateless/00232_format_readable_size.sql ch/tests/queries/0_stateless/03289_tuple_element_to_subcolumn.sql ch/tests/queries/0_stateless/02725_any_join_single_row.sql ch/tests/queries/0_stateless/02578_ipv4_codec_t64.sql ch/tests/queries/0_stateless/00524_time_intervals_months_underflow.sql ch/tests/queries/0_stateless/03015_aggregator_empty_data_multiple_blocks.sql ch/tests/queries/0_stateless/01521_global_in_prewhere_15792.sql ch/tests/queries/0_stateless/02947_parallel_replicas_remote.sql ch/tests/queries/0_stateless/02675_predicate_push_down_filled_join_fix.sql ch/tests/queries/0_stateless/02923_cte_equality_disjunction.sql ch/tests/queries/0_stateless/00041_big_array_join.sql ch/tests/queries/0_stateless/01958_partial_hour_timezone.sql ch/tests/queries/0_stateless/01499_json_named_tuples.sql ch/tests/queries/0_stateless/00123_shard_unmerged_result_when_max_distributed_connections_is_one.sql ch/tests/queries/0_stateless/01255_geo_types_livace.sql ch/tests/queries/0_stateless/02030_quantiles_underflow.sql ch/tests/queries/0_stateless/03165_order_by_duplicate.sql ch/tests/queries/0_stateless/02373_analyzer_join_use_nulls.sql ch/tests/queries/0_stateless/02932_apply_deleted_mask.sql ch/tests/queries/0_stateless/03164_early_constant_folding_analyzer.sql ch/tests/queries/0_stateless/00939_limit_by_offset.sql ch/tests/queries/0_stateless/00156_array_map_to_constant.sql ch/tests/queries/0_stateless/00213_multiple_global_in.sql ch/tests/queries/0_stateless/00831_quantile_weighted_parameter_check.sql ch/tests/queries/0_stateless/00483_reading_from_array_structure.sql ch/tests/queries/0_stateless/02911_cte_invalid_query_analysis.sql ch/tests/queries/0_stateless/02246_flatten_tuple.sql ch/tests/queries/0_stateless/00753_distributed_system_columns_and_system_tables.sql ch/tests/queries/0_stateless/01913_replace_dictionary.sql ch/tests/queries/0_stateless/01049_join_low_card_bug_long.gen.sql ch/tests/queries/0_stateless/00819_full_join_wrong_columns_in_block.sql ch/tests/queries/0_stateless/00693_max_block_size_system_tables_columns.sql ch/tests/queries/0_stateless/00972_geohashesInBox.sql ch/tests/queries/0_stateless/02715_or_null.sql ch/tests/queries/0_stateless/02243_in_ip_address.sql ch/tests/queries/0_stateless/00607_index_in_in.sql ch/tests/queries/0_stateless/02001_dist_on_dist_WithMergeableStateAfterAggregation.sql ch/tests/queries/0_stateless/02862_uuid_reinterpret_as_numeric.sql ch/tests/queries/0_stateless/00941_to_custom_week.sql ch/tests/queries/0_stateless/00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long.sql ch/tests/queries/0_stateless/00713_collapsing_merge_tree.sql ch/tests/queries/0_stateless/01951_distributed_push_down_limit.sql ch/tests/queries/0_stateless/03094_grouparraysorted_memory.sql ch/tests/queries/0_stateless/03237_max_map_state_decimal_serialization.sql ch/tests/queries/0_stateless/00563_complex_in_expression.sql ch/tests/queries/0_stateless/03035_recursive_cte_postgres_1.sql ch/tests/queries/0_stateless/00918_has_unsufficient_type_check.sql ch/tests/queries/0_stateless/03151_external_cross_join.sql ch/tests/queries/0_stateless/02876_json_incomplete_types_as_strings_inference.sql ch/tests/queries/0_stateless/02696_ignore_inacc_tables_mat_view_atttach.sql ch/tests/queries/0_stateless/01866_datetime64_cmp_with_constant.sql ch/tests/queries/0_stateless/01825_type_json_sparse.sql ch/tests/queries/0_stateless/00929_multi_match_edit_distance.sql ch/tests/queries/0_stateless/02420_final_setting.sql ch/tests/queries/0_stateless/02842_filesystem_cache_validate_path.sql ch/tests/queries/0_stateless/01083_aggregation_memory_efficient_bug.sql ch/tests/queries/0_stateless/02956_rocksdb_with_ttl.sql ch/tests/queries/0_stateless/00876_wrong_arraj_join_column.sql ch/tests/queries/0_stateless/03037_dynamic_merges_2_vertical_wide_merge_tree.sql ch/tests/queries/0_stateless/03215_validate_type_in_alter_add_modify_column.sql ch/tests/queries/0_stateless/02813_series_period_detect.sql ch/tests/queries/0_stateless/00837_minmax_index_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/01355_defaultValueOfArgumentType_bug.sql ch/tests/queries/0_stateless/00698_validate_array_sizes_for_nested_kshvakov.sql ch/tests/queries/0_stateless/02026_arrayDifference_const.sql ch/tests/queries/0_stateless/01532_execute_merges_on_single_replica_long.sql ch/tests/queries/0_stateless/01461_alter_table_function.sql ch/tests/queries/0_stateless/03250_json_group_by_sub_object_subcolumn.sql ch/tests/queries/0_stateless/01119_optimize_trivial_insert_select.sql ch/tests/queries/0_stateless/02737_arrayJaccardIndex.sql ch/tests/queries/0_stateless/01906_bigint_accurate_cast_ubsan.sql ch/tests/queries/0_stateless/00673_subquery_prepared_set_performance.sql ch/tests/queries/0_stateless/03165_storage_merge_view_prewhere.sql ch/tests/queries/0_stateless/01000_subquery_requires_alias.sql ch/tests/queries/0_stateless/00411_long_accurate_number_comparison_float.sql ch/tests/queries/0_stateless/02366_decimal_agg_state_conversion.sql ch/tests/queries/0_stateless/01212_empty_join_and_totals.sql ch/tests/queries/0_stateless/01422_array_nullable_element_nullable_index.sql ch/tests/queries/0_stateless/03030_system_flush_distributed_settings.sql ch/tests/queries/0_stateless/02293_arrow_dictionary_indexes.sql ch/tests/queries/0_stateless/00535_parse_float_scientific.sql ch/tests/queries/0_stateless/00028_shard_big_agg_aj_distributed.sql ch/tests/queries/0_stateless/00938_ipv6_cidr_range.sql ch/tests/queries/0_stateless/02245_s3_support_read_nested_column.sql ch/tests/queries/0_stateless/01801_s3_cluster_count.sql ch/tests/queries/0_stateless/00445_join_nullable_keys.sql ch/tests/queries/0_stateless/03211_nested_json_merges.gen.sql ch/tests/queries/0_stateless/02293_grouping_function_group_by.sql ch/tests/queries/0_stateless/02681_group_array_too_large_size.sql ch/tests/queries/0_stateless/02775_show_columns_called_from_clickhouse.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_compact_vertical.sql ch/tests/queries/0_stateless/02530_ip_part_id.sql ch/tests/queries/0_stateless/01710_projection_optimize_materialize.sql ch/tests/queries/0_stateless/00572_aggregation_by_empty_set.sql ch/tests/queries/0_stateless/00752_low_cardinality_permute.sql ch/tests/queries/0_stateless/01825_new_type_json_distributed.sql ch/tests/queries/0_stateless/00152_totals_in_subquery.sql ch/tests/queries/0_stateless/01662_test_toDayOfMonth_mysql_compatibility.sql ch/tests/queries/0_stateless/01319_manual_write_to_replicas_long.sql ch/tests/queries/0_stateless/00057_join_aliases.sql ch/tests/queries/0_stateless/00672_arrayDistinct.sql ch/tests/queries/0_stateless/02125_query_views_log_window_function.sql ch/tests/queries/0_stateless/01396_negative_datetime_saturate_to_zero.sql ch/tests/queries/0_stateless/00848_join_use_nulls_segfault.sql ch/tests/queries/0_stateless/02313_negative_datetime64.sql ch/tests/queries/0_stateless/01114_alter_modify_compact_parts.sql ch/tests/queries/0_stateless/01710_projection_pk_trivial_count.sql ch/tests/queries/0_stateless/01294_system_distributed_on_cluster.sql ch/tests/queries/0_stateless/03325_distributed_join_json_array_subcolumns.sql ch/tests/queries/0_stateless/02296_nullable_arguments_in_array_filter.sql ch/tests/queries/0_stateless/00031_parser_number.sql ch/tests/queries/0_stateless/02346_to_hour_monotonicity_fix.sql ch/tests/queries/0_stateless/02813_func_today_and_alias.sql ch/tests/queries/0_stateless/02904_distributed_settings_background_insert_compatibility.gen.sql ch/tests/queries/0_stateless/00590_limit_by_column_removal.sql ch/tests/queries/0_stateless/00027_simple_argMinArray.sql ch/tests/queries/0_stateless/00068_empty_tiny_log.sql ch/tests/queries/0_stateless/03094_analyzer_fiddle_multiif.sql ch/tests/queries/0_stateless/02466_distributed_query_profiler.sql ch/tests/queries/0_stateless/00356_analyze_aggregations_and_union_all.sql ch/tests/queries/0_stateless/01109_sc0rp10_string_hash_map_zero_bytes.sql ch/tests/queries/0_stateless/02128_apply_lambda_parsing.sql ch/tests/queries/0_stateless/02184_hash_functions_and_ip_types.sql ch/tests/queries/0_stateless/01079_bit_operations_using_bitset.sql ch/tests/queries/0_stateless/02574_suspicious_low_cardinality_msan.sql ch/tests/queries/0_stateless/01605_key_condition_enum_int.sql ch/tests/queries/0_stateless/01854_s2_cap_contains.sql ch/tests/queries/0_stateless/02245_s3_virtual_columns.sql ch/tests/queries/0_stateless/02124_insert_deduplication_token_replica.sql ch/tests/queries/0_stateless/01458_is_decimal_overflow.sql ch/tests/queries/0_stateless/02893_bad_sample_view.sql ch/tests/queries/0_stateless/02383_array_signed_const_positive_index.sql ch/tests/queries/0_stateless/01223_dist_on_dist.sql ch/tests/queries/0_stateless/02226_in_untuple_issue_34810.sql ch/tests/queries/0_stateless/01867_fix_storage_memory_mutation.sql ch/tests/queries/0_stateless/02374_analyzer_array_join.sql ch/tests/queries/0_stateless/03221_mutate_profile_events.sql ch/tests/queries/0_stateless/03054_analyzer_join_alias.sql ch/tests/queries/0_stateless/01600_select_in_different_types.sql ch/tests/queries/0_stateless/02813_seriesDecomposeSTL.sql ch/tests/queries/0_stateless/03024_total_rows_approx_is_set_for_system_zeros_and_generate_random.sql ch/tests/queries/0_stateless/02988_join_using_prewhere_pushdown.sql ch/tests/queries/0_stateless/02521_cannot_find_column_in_projection.sql ch/tests/queries/0_stateless/01822_short_circuit.sql ch/tests/queries/0_stateless/00027_argMinMax.sql ch/tests/queries/0_stateless/02417_keeper_map_create_drop.sql ch/tests/queries/0_stateless/01700_system_zookeeper_path_in.sql ch/tests/queries/0_stateless/01781_merge_tree_deduplication.sql ch/tests/queries/0_stateless/02526_merge_join_int_decimal.sql ch/tests/queries/0_stateless/01033_storage_odbc_parsing_exception_check.sql ch/tests/queries/0_stateless/01851_array_difference_decimal_overflow_ubsan.sql ch/tests/queries/0_stateless/02467_cross_join_three_table_functions.sql ch/tests/queries/0_stateless/03031_input_format_allow_errors_num_bad_escape_sequence.sql ch/tests/queries/0_stateless/01047_nullable_rand.sql ch/tests/queries/0_stateless/01478_not_equi-join_on.sql ch/tests/queries/0_stateless/01581_to_int_inf_nan.sql ch/tests/queries/0_stateless/02411_merge_tree_zero_max_read_buffer_size.sql ch/tests/queries/0_stateless/02489_analyzer_indexes.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_compact_merge_tree.sql ch/tests/queries/0_stateless/03519_ttl_extended_data_types.sql ch/tests/queries/0_stateless/02687_native_fuzz.sql ch/tests/queries/0_stateless/01292_quantile_array_bug.sql ch/tests/queries/0_stateless/01932_remote_sharding_key_column.sql ch/tests/queries/0_stateless/00316_rounding_functions_and_empty_block.sql ch/tests/queries/0_stateless/02009_array_join_partition.sql ch/tests/queries/0_stateless/03036_dynamic_read_shared_subcolumns_wide_merge_tree.sql ch/tests/queries/0_stateless/00413_distinct.sql ch/tests/queries/0_stateless/00426_nulls_sorting.sql ch/tests/queries/0_stateless/03229_empty_tuple_in_array.sql ch/tests/queries/0_stateless/01866_view_persist_settings.sql ch/tests/queries/0_stateless/01549_low_cardinality_materialized_view.sql ch/tests/queries/0_stateless/02575_merge_prewhere_ephemeral.sql ch/tests/queries/0_stateless/01440_big_int_shift.sql ch/tests/queries/0_stateless/01047_no_alias_columns_with_table_aliases.sql ch/tests/queries/0_stateless/02965_projection_with_partition_pruning.sql ch/tests/queries/0_stateless/00541_kahan_sum.sql ch/tests/queries/0_stateless/01079_new_range_reader_segfault.sql ch/tests/queries/0_stateless/00762_date_comparsion.sql ch/tests/queries/0_stateless/03050_select_one_one_one.sql ch/tests/queries/0_stateless/01213_alter_rename_primary_key_zookeeper_long.sql ch/tests/queries/0_stateless/01275_extract_groups_check.sql ch/tests/queries/0_stateless/02709_storage_memory_compressed.sql ch/tests/queries/0_stateless/02962_analyzer_resolve_group_by_on_shards.sql ch/tests/queries/0_stateless/02004_max_hyperscan_regex_length.sql ch/tests/queries/0_stateless/01279_dist_group_by.sql ch/tests/queries/0_stateless/01865_aggregator_overflow_row.sql ch/tests/queries/0_stateless/02022_array_full_text_bloom_filter_index.sql ch/tests/queries/0_stateless/03274_dynamic_column_data_race_with_concurrent_hj.sql ch/tests/queries/0_stateless/00910_buffer_prewhere.sql ch/tests/queries/0_stateless/01765_tehran_dst.sql ch/tests/queries/0_stateless/02534_analyzer_grouping_function.sql ch/tests/queries/0_stateless/01511_format_readable_timedelta.sql ch/tests/queries/0_stateless/02024_merge_regexp_assert.sql ch/tests/queries/0_stateless/03033_with_fill_interpolate.sql ch/tests/queries/0_stateless/02910_object-json-crash-add-column.sql ch/tests/queries/0_stateless/00605_intersections_aggregate_functions.sql ch/tests/queries/0_stateless/00308_write_buffer_valid_utf8.sql ch/tests/queries/0_stateless/03008_deduplication_cases_from_docs.sql ch/tests/queries/0_stateless/01521_format_readable_time_delta2.sql ch/tests/queries/0_stateless/02840_merge__table_or_filter.gen.sql ch/tests/queries/0_stateless/02002_sampling_and_unknown_column_bug.sql ch/tests/queries/0_stateless/02001_hostname_test.sql ch/tests/queries/0_stateless/02100_now64_types_bug.sql ch/tests/queries/0_stateless/01654_bar_nan.sql ch/tests/queries/0_stateless/02808_aliases_inside_case.sql ch/tests/queries/0_stateless/00834_not_between.sql ch/tests/queries/0_stateless/02707_keeper_map_delete_update_strict.sql ch/tests/queries/0_stateless/00539_functions_for_working_with_json.sql ch/tests/queries/0_stateless/01764_prefer_column_name_to_alias.sql ch/tests/queries/0_stateless/03206_replication_lag_metric.sql ch/tests/queries/0_stateless/01625_constraints_index_append.sql ch/tests/queries/0_stateless/01319_optimize_skip_unused_shards_nesting.sql ch/tests/queries/0_stateless/03203_drop_detached_partition_all.sql ch/tests/queries/0_stateless/01319_mv_constants_bug.sql ch/tests/queries/0_stateless/02155_h3_to_center_child.sql ch/tests/queries/0_stateless/01598_memory_limit_zeros.sql ch/tests/queries/0_stateless/02025_subcolumns_compact_parts.sql ch/tests/queries/0_stateless/01768_extended_range.sql ch/tests/queries/0_stateless/01621_sort_after_join_pipeline_stuck.sql ch/tests/queries/0_stateless/00965_shard_unresolvable_addresses.sql ch/tests/queries/0_stateless/01659_h3_buffer_overflow.sql ch/tests/queries/0_stateless/02286_function_wyhash.sql ch/tests/queries/0_stateless/00020_sorting_arrays.sql ch/tests/queries/0_stateless/00140_parse_unix_timestamp_as_datetime.sql ch/tests/queries/0_stateless/01457_compile_expressions_fuzzer.sql ch/tests/queries/0_stateless/02162_array_first_last_index.sql ch/tests/queries/0_stateless/03152_trailing_comma_in_columns_list_in_insert.sql ch/tests/queries/0_stateless/01379_with_fill_several_columns.sql ch/tests/queries/0_stateless/02873_s3_presigned_url_and_url_with_special_characters.sql ch/tests/queries/0_stateless/02669_alter_modify_to_nullable.sql ch/tests/queries/0_stateless/02405_pmj_issue_40335.sql ch/tests/queries/0_stateless/01460_allow_dollar_and_number_in_identifier.sql ch/tests/queries/0_stateless/02001_add_default_database_to_system_users.sql ch/tests/queries/0_stateless/01682_cache_dictionary_complex_key.sql ch/tests/queries/0_stateless/00448_to_string_cut_to_zero.sql ch/tests/queries/0_stateless/01761_alter_decimal_zookeeper_long.sql ch/tests/queries/0_stateless/01087_storage_generate.sql ch/tests/queries/0_stateless/01091_insert_with_default_json.sql ch/tests/queries/0_stateless/00349_visible_width.sql ch/tests/queries/0_stateless/01034_JSONCompactEachRow.sql ch/tests/queries/0_stateless/00961_check_table.sql ch/tests/queries/0_stateless/02523_range_const_start.sql ch/tests/queries/0_stateless/00148_summing_merge_tree_aggregate_function.sql ch/tests/queries/0_stateless/02383_analyzer_merge_tree_self_join.sql ch/tests/queries/0_stateless/01070_modify_ttl.sql ch/tests/queries/0_stateless/00067_replicate_segfault.sql ch/tests/queries/0_stateless/01801_s3_cluster.sql ch/tests/queries/0_stateless/02354_vector_search_default_granularity.sql ch/tests/queries/0_stateless/02346_additional_filters_index.sql ch/tests/queries/0_stateless/00700_decimal_defaults.sql ch/tests/queries/0_stateless/00688_low_cardinality_in.sql ch/tests/queries/0_stateless/01646_system_restart_replicas_smoke.sql ch/tests/queries/0_stateless/01927_query_views_log_current_database.sql ch/tests/queries/0_stateless/01707_join_use_nulls.sql ch/tests/queries/0_stateless/02535_analyzer_limit_offset.sql ch/tests/queries/0_stateless/00926_geo_to_h3.sql ch/tests/queries/0_stateless/02494_query_cache_asynchronous_metrics.sql ch/tests/queries/0_stateless/01533_optimize_skip_merged_partitions.sql ch/tests/queries/0_stateless/02695_storage_join_insert_select_deadlock.sql ch/tests/queries/0_stateless/02302_clash_const_aggegate_join.sql ch/tests/queries/0_stateless/02477_analyzer_array_join_with_join.sql ch/tests/queries/0_stateless/03165_round_scale_as_column.sql ch/tests/queries/0_stateless/00198_group_by_empty_arrays.sql ch/tests/queries/0_stateless/00511_get_size_of_enum.sql ch/tests/queries/0_stateless/02509_h3_arguments.sql ch/tests/queries/0_stateless/01825_new_type_json_ephemeral.sql ch/tests/queries/0_stateless/02343_group_by_use_nulls.sql ch/tests/queries/0_stateless/00089_group_by_arrays_of_fixed.sql ch/tests/queries/0_stateless/00855_join_with_array_join.sql ch/tests/queries/0_stateless/01760_modulo_negative.sql ch/tests/queries/0_stateless/02705_grouping_keys_equal_keys.sql ch/tests/queries/0_stateless/01592_window_functions.sql ch/tests/queries/0_stateless/00978_table_function_values_alias.sql ch/tests/queries/0_stateless/03015_peder1001.sql ch/tests/queries/0_stateless/01883_grouping_sets_crash.sql ch/tests/queries/0_stateless/03231_dynamic_incomplete_type_insert_bug.sql ch/tests/queries/0_stateless/03214_json_typed_dynamic_path.sql ch/tests/queries/0_stateless/02008_test_union_distinct_in_subquery.sql ch/tests/queries/0_stateless/02285_executable_user_defined_function_group_by.sql ch/tests/queries/0_stateless/00710_array_enumerate_dense.sql ch/tests/queries/0_stateless/03001_consider_lwd_when_merge.sql ch/tests/queries/0_stateless/03213_rand_dos.sql ch/tests/queries/0_stateless/00979_set_index_not.sql ch/tests/queries/0_stateless/01594_storage_join_uuid.sql ch/tests/queries/0_stateless/01781_map_op_ubsan.sql ch/tests/queries/0_stateless/03153_trailing_comma_in_values_list_in_insert.sql ch/tests/queries/0_stateless/02343_create_empty_as_select.sql ch/tests/queries/0_stateless/01940_pad_string.sql ch/tests/queries/0_stateless/03202_dynamic_null_map_subcolumn.gen.sql ch/tests/queries/0_stateless/00580_consistent_hashing_functions.sql ch/tests/queries/0_stateless/02733_sparse_columns_reload.sql ch/tests/queries/0_stateless/02553_type_object_analyzer.sql ch/tests/queries/0_stateless/03131_deprecated_functions.sql ch/tests/queries/0_stateless/01890_state_of_state.sql ch/tests/queries/0_stateless/02796_projection_date_filter_on_view.sql ch/tests/queries/0_stateless/02560_agg_state_deserialization_hash_table_crash.sql ch/tests/queries/0_stateless/03276_functions_to_subcolumns_lc.sql ch/tests/queries/0_stateless/00955_test_final_mark.sql ch/tests/queries/0_stateless/02346_fulltext_index_bug47393.sql ch/tests/queries/0_stateless/03034_normalized_ast.sql ch/tests/queries/0_stateless/00688_case_without_else.sql ch/tests/queries/0_stateless/03146_tpc_ds_grouping.sql ch/tests/queries/0_stateless/02156_storage_merge_prewhere_not_ready_set_bug.sql ch/tests/queries/0_stateless/02193_async_insert_tcp_client_1.sql ch/tests/queries/0_stateless/01603_read_with_backoff_bug.sql ch/tests/queries/0_stateless/00999_join_on_expression.sql ch/tests/queries/0_stateless/01033_quota_dcl.sql ch/tests/queries/0_stateless/02456_BLAKE3_hash_function_test.sql ch/tests/queries/0_stateless/01557_max_parallel_replicas_no_sample.sql ch/tests/queries/0_stateless/01514_parallel_formatting.sql ch/tests/queries/0_stateless/01346_array_join_mrxotey.sql ch/tests/queries/0_stateless/01748_dictionary_table_dot.sql ch/tests/queries/0_stateless/00556_array_intersect.sql ch/tests/queries/0_stateless/02479_analyzer_aggregation_totals_rollup_crash_fix.sql ch/tests/queries/0_stateless/02366_kql_tabular.sql ch/tests/queries/0_stateless/00069_date_arithmetic.sql ch/tests/queries/0_stateless/02027_arrayCumSumNonNegative_const.sql ch/tests/queries/0_stateless/02223_insert_select_schema_inference.sql ch/tests/queries/0_stateless/01560_DateTime_and_DateTime64_comparision.sql ch/tests/queries/0_stateless/03171_direct_dict_short_circuit_bug.sql ch/tests/queries/0_stateless/02291_join_const_literal_36279.sql ch/tests/queries/0_stateless/00006_extremes_and_subquery_from.sql ch/tests/queries/0_stateless/00947_ml_test.sql ch/tests/queries/0_stateless/02842_vertical_merge_after_add_drop_column.sql ch/tests/queries/0_stateless/03213_array_element_msan.sql ch/tests/queries/0_stateless/03257_json_escape_file_names.sql ch/tests/queries/0_stateless/03145_unicode_quotes.sql ch/tests/queries/0_stateless/02343_analyzer_lambdas.sql ch/tests/queries/0_stateless/02027_ngrams.sql ch/tests/queries/0_stateless/02998_pretty_format_print_readable_number_on_single_value.sql ch/tests/queries/0_stateless/01891_not_in_partition_prune.sql ch/tests/queries/0_stateless/01040_distributed_background_insert_batch_inserts.sql ch/tests/queries/0_stateless/01672_test_toSecond_mysql_dialect.sql ch/tests/queries/0_stateless/02791_predicate_pushdown_different_types.sql ch/tests/queries/0_stateless/00932_geohash_support.sql ch/tests/queries/0_stateless/02011_normalize_utf8.sql ch/tests/queries/0_stateless/02366_kql_func_binary.sql ch/tests/queries/0_stateless/01825_new_type_json_add_column.gen.sql ch/tests/queries/0_stateless/00973_create_table_as_table_function.sql ch/tests/queries/0_stateless/02242_optimize_to_subcolumns_no_storage.sql ch/tests/queries/0_stateless/00179_lambdas_with_common_expressions_and_filter.sql ch/tests/queries/0_stateless/01710_projection_array_join.sql ch/tests/queries/0_stateless/02067_lost_part_s3.sql ch/tests/queries/0_stateless/02422_msgpack_uuid_wrong_column.sql ch/tests/queries/0_stateless/01276_system_licenses.sql ch/tests/queries/0_stateless/01780_column_sparse_distinct.sql ch/tests/queries/0_stateless/02503_mysql_compat_utc_timestamp.sql ch/tests/queries/0_stateless/02812_csv_date_time_with_comma.sql ch/tests/queries/0_stateless/03082_analyzer_left_join_correct_column.sql ch/tests/queries/0_stateless/02315_grouping_constant_folding.sql ch/tests/queries/0_stateless/02177_issue_31009.sql ch/tests/queries/0_stateless/02746_index_analysis_binary_operator_with_null.sql ch/tests/queries/0_stateless/00527_totals_having_nullable.sql ch/tests/queries/0_stateless/02210_toColumnTypeName_toLowCardinality_const.sql ch/tests/queries/0_stateless/02922_respect_nulls_extensive.sql ch/tests/queries/0_stateless/01318_map_populate_series.sql ch/tests/queries/0_stateless/00843_optimize_predicate_and_rename_table.sql ch/tests/queries/0_stateless/02242_negative_datetime64.sql ch/tests/queries/0_stateless/02845_threads_count_in_distributed_queries.gen.sql ch/tests/queries/0_stateless/01107_join_right_table_totals.sql ch/tests/queries/0_stateless/02428_batch_nullable_assert.sql ch/tests/queries/0_stateless/02579_fill_empty_chunk_analyzer.sql ch/tests/queries/0_stateless/02477_is_null_parser.sql ch/tests/queries/0_stateless/02752_forbidden_headers.sql ch/tests/queries/0_stateless/00364_java_style_denormals.sql ch/tests/queries/0_stateless/02813_array_concat_agg.sql ch/tests/queries/0_stateless/01460_mark_inclusion_search_crash.sql ch/tests/queries/0_stateless/01065_if_not_finite.sql ch/tests/queries/0_stateless/02416_json_tuple_to_array_schema_inference.sql ch/tests/queries/0_stateless/01657_test_toHour_mysql_compatibility.sql ch/tests/queries/0_stateless/02179_range_hashed_dictionary_invalid_interval.sql ch/tests/queries/0_stateless/01543_toModifiedJulianDay.sql ch/tests/queries/0_stateless/00962_enumNotExect.sql ch/tests/queries/0_stateless/01314_position_in_system_columns.sql ch/tests/queries/0_stateless/02871_join_on_system_errors.sql ch/tests/queries/0_stateless/01076_predicate_optimizer_with_view.sql ch/tests/queries/0_stateless/02000_map_full_text_bloom_filter_index.sql ch/tests/queries/0_stateless/01287_max_execution_speed.sql ch/tests/queries/0_stateless/01077_yet_another_prewhere_test.sql ch/tests/queries/0_stateless/03146_asof_join_ddb_merge_long.gen.sql ch/tests/queries/0_stateless/01554_interpreter_integer_float.sql ch/tests/queries/0_stateless/00758_array_reverse.sql ch/tests/queries/0_stateless/01451_replicated_detach_drop_part_long.sql ch/tests/queries/0_stateless/02137_mv_into_join.sql ch/tests/queries/0_stateless/03046_column_in_block_array_join.sql ch/tests/queries/0_stateless/02828_create_as_table_function_rename.sql ch/tests/queries/0_stateless/02708_parallel_replicas_not_found_column.sql ch/tests/queries/0_stateless/02202_use_skip_indexes_if_final.sql ch/tests/queries/0_stateless/02869_unicode_minus.sql ch/tests/queries/0_stateless/02413_replace_partition_zero_copy.sql ch/tests/queries/0_stateless/01101_literal_column_clash.sql ch/tests/queries/0_stateless/01347_partition_date_vs_datetime.sql ch/tests/queries/0_stateless/02723_parallelize_output_setting.sql ch/tests/queries/0_stateless/02864_test_ipv4_type_mismatch.sql ch/tests/queries/0_stateless/00293_shard_max_subquery_depth.sql ch/tests/queries/0_stateless/01020_having_without_group_by.sql ch/tests/queries/0_stateless/01651_lc_insert_tiny_log_2.sql ch/tests/queries/0_stateless/02045_like_function.sql ch/tests/queries/0_stateless/02786_transform_float.sql ch/tests/queries/0_stateless/01281_alter_rename_and_other_renames.sql ch/tests/queries/0_stateless/01825_type_json_5.sql ch/tests/queries/0_stateless/03173_forbid_qualify.sql ch/tests/queries/0_stateless/01915_create_or_replace_dictionary.sql ch/tests/queries/0_stateless/02381_parseDateTime64BestEffortUS.sql ch/tests/queries/0_stateless/02351_Map_combinator_dist.sql ch/tests/queries/0_stateless/00318_pk_tuple_order.sql ch/tests/queries/0_stateless/02012_settings_clause_for_s3.sql ch/tests/queries/0_stateless/02494_query_cache_totals_extremes.sql ch/tests/queries/0_stateless/01811_datename.sql ch/tests/queries/0_stateless/01277_convert_field_to_type_logical_error.sql ch/tests/queries/0_stateless/03160_dynamic_type_agg.sql ch/tests/queries/0_stateless/00661_optimize_final_replicated_without_partition_zookeeper.sql ch/tests/queries/0_stateless/01070_to_decimal_or_null_exception.sql ch/tests/queries/0_stateless/02514_analyzer_drop_join_on.sql ch/tests/queries/0_stateless/02158_interval_length_sum.sql ch/tests/queries/0_stateless/00800_low_cardinality_join.sql ch/tests/queries/0_stateless/03214_join_on_tuple_comparison_elimination_bug.sql ch/tests/queries/0_stateless/02907_fromDaysSinceYearZero.sql ch/tests/queries/0_stateless/01151_storage_merge_filter_tables_by_virtual_column.sql ch/tests/queries/0_stateless/02494_query_cache_ttl_long.sql ch/tests/queries/0_stateless/02515_analyzer_null_for_empty.sql ch/tests/queries/0_stateless/00201_array_uniq.sql ch/tests/queries/0_stateless/01514_tid_function.sql ch/tests/queries/0_stateless/01145_with_fill_const.sql ch/tests/queries/0_stateless/02226_analyzer_or_like_combine.sql ch/tests/queries/0_stateless/03144_alter_column_and_read.sql ch/tests/queries/0_stateless/01114_clear_column_compact_parts.sql ch/tests/queries/0_stateless/01825_type_json_nullable.sql ch/tests/queries/0_stateless/00840_top_k_weighted.sql ch/tests/queries/0_stateless/03271_decimal_monotonic_day_of_week.sql ch/tests/queries/0_stateless/02384_analyzer_dict_get_join_get.sql ch/tests/queries/0_stateless/03077_analyzer_multi_scalar_subquery_aliases.sql ch/tests/queries/0_stateless/01375_null_issue_3767.sql ch/tests/queries/0_stateless/00620_optimize_on_nonleader_replica_zookeeper.sql ch/tests/queries/0_stateless/03210_fix_single_value_data_assertion.sql ch/tests/queries/0_stateless/02903_bug_43644.sql ch/tests/queries/0_stateless/02537_system_formats.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_multiple_mutations_tasks_long.sql ch/tests/queries/0_stateless/00266_read_overflow_mode.sql ch/tests/queries/0_stateless/01486_json_array_output.sql ch/tests/queries/0_stateless/00150_with_totals_and_join.sql ch/tests/queries/0_stateless/03019_numbers_pretty.sql ch/tests/queries/0_stateless/02494_query_cache_exception_handling.sql ch/tests/queries/0_stateless/02941_projections_external_aggregation.sql ch/tests/queries/0_stateless/00980_crash_nullable_decimal.sql ch/tests/queries/0_stateless/03148_setting_max_streams_to_max_threads_ratio_overflow.sql ch/tests/queries/0_stateless/00735_long_conditional.sql ch/tests/queries/0_stateless/00279_quantiles_permuted_args.sql ch/tests/queries/0_stateless/02477_age_datetime64.sql ch/tests/queries/0_stateless/00604_show_create_database.sql ch/tests/queries/0_stateless/01073_show_tables_not_like.sql ch/tests/queries/0_stateless/02429_combinators_in_array_reduce.sql ch/tests/queries/0_stateless/03209_parameterized_view_with_non_literal_params.sql ch/tests/queries/0_stateless/02725_cnf_large_check.sql ch/tests/queries/0_stateless/03215_analyzer_materialized_constants_bug.sql ch/tests/queries/0_stateless/01320_optimize_skip_unused_shards_no_non_deterministic.sql ch/tests/queries/0_stateless/02790_optimize_skip_unused_shards_join.sql ch/tests/queries/0_stateless/02453_check_path_in_errors_logger.sql ch/tests/queries/0_stateless/01554_bloom_filter_index_big_integer_uuid.sql ch/tests/queries/0_stateless/01914_exchange_dictionaries.sql ch/tests/queries/0_stateless/02462_match_regexp_pk.sql ch/tests/queries/0_stateless/01085_datetime_arithmetic_preserve_timezone.sql ch/tests/queries/0_stateless/01825_type_json_3.gen.sql ch/tests/queries/0_stateless/00467_qualified_names.sql ch/tests/queries/0_stateless/02706_keeper_map_insert_strict.sql ch/tests/queries/0_stateless/02678_explain_pipeline_graph_with_projection.sql ch/tests/queries/0_stateless/02133_distributed_queries_formatting.sql ch/tests/queries/0_stateless/00552_logical_functions_simple.sql ch/tests/queries/0_stateless/02724_show_indexes.sql ch/tests/queries/0_stateless/00578_merge_trees_without_primary_key.sql ch/tests/queries/0_stateless/01417_update_permutation_crash.sql ch/tests/queries/0_stateless/02915_analyzer_fuzz_5.sql ch/tests/queries/0_stateless/01144_multiword_data_types.sql ch/tests/queries/0_stateless/02845_join_on_cond_sparse.sql ch/tests/queries/0_stateless/02265_rename_join_ordinary_to_atomic.sql ch/tests/queries/0_stateless/00127_group_by_concat.sql ch/tests/queries/0_stateless/01938_joins_identifiers.sql ch/tests/queries/0_stateless/02908_alter_column_alias.sql ch/tests/queries/0_stateless/01999_grant_with_replace.sql ch/tests/queries/0_stateless/02015_division_by_nullable.sql ch/tests/queries/0_stateless/02185_arraySlice_negative_offset_size.sql ch/tests/queries/0_stateless/03170_part_offset_as_table_column.sql ch/tests/queries/0_stateless/01825_new_type_json_bools.sql ch/tests/queries/0_stateless/02427_mutate_and_zero_copy_replication_zookeeper.sql ch/tests/queries/0_stateless/01787_map_remote.sql ch/tests/queries/0_stateless/00002_system_numbers.sql ch/tests/queries/0_stateless/02478_factorial.sql ch/tests/queries/0_stateless/02668_parse_datetime_in_joda_syntax.sql ch/tests/queries/0_stateless/02344_analyzer_multiple_aliases_for_expression.sql ch/tests/queries/0_stateless/02870_per_column_settings.sql ch/tests/queries/0_stateless/00857_global_joinsavel_table_alias.sql ch/tests/queries/0_stateless/03213_distributed_analyzer.sql ch/tests/queries/0_stateless/02960_partition_by_udf.sql ch/tests/queries/0_stateless/00475_in_join_db_table.sql ch/tests/queries/0_stateless/03161_create_table_as_mv.sql ch/tests/queries/0_stateless/01555_or_fill.sql ch/tests/queries/0_stateless/01705_normalize_case_insensitive_function_names.sql ch/tests/queries/0_stateless/02861_replacing_merge_tree_with_cleanup.sql ch/tests/queries/0_stateless/03014_window_view_crash.sql ch/tests/queries/0_stateless/00712_prewhere_with_alias_bug_2.sql ch/tests/queries/0_stateless/01888_bloom_filter_hasAny.sql ch/tests/queries/0_stateless/01275_alter_rename_column_default_expr.sql ch/tests/queries/0_stateless/02834_apache_arrow_abort.sql ch/tests/queries/0_stateless/01771_datetime64_no_time_part.sql ch/tests/queries/0_stateless/02771_resolve_compound_identifier.sql ch/tests/queries/0_stateless/01321_aggregate_functions_of_group_by_keys.sql ch/tests/queries/0_stateless/02722_log_profile_events.sql ch/tests/queries/0_stateless/01702_rewrite_avg_for_algebraic_optimization.sql ch/tests/queries/0_stateless/00143_number_classification_functions.sql ch/tests/queries/0_stateless/02716_drop_if_empty.sql ch/tests/queries/0_stateless/02512_array_join_name_resolution.sql ch/tests/queries/0_stateless/00678_murmurhash.sql ch/tests/queries/0_stateless/00080_show_tables_and_system_tables.sql ch/tests/queries/0_stateless/00361_shared_array_offsets_and_squash_blocks.sql ch/tests/queries/0_stateless/01103_distributed_product_mode_local_column_renames.sql ch/tests/queries/0_stateless/00927_disable_hyperscan.sql ch/tests/queries/0_stateless/03006_mv_deduplication_throw_if_async_insert.sql ch/tests/queries/0_stateless/00599_create_view_with_subquery.sql ch/tests/queries/0_stateless/02366_kql_mvexpand.sql ch/tests/queries/0_stateless/02900_add_subtract_interval_with_string_date.sql ch/tests/queries/0_stateless/02302_defaults_in_columnar_formats.sql ch/tests/queries/0_stateless/02458_relax_too_many_parts.sql ch/tests/queries/0_stateless/02971_functions_to_subcolumns_column_names.sql ch/tests/queries/0_stateless/00915_simple_aggregate_function.sql ch/tests/queries/0_stateless/00603_system_parts_nonexistent_database.sql ch/tests/queries/0_stateless/01424_parse_date_time_bad_date.sql ch/tests/queries/0_stateless/01075_allowed_client_hosts.sql ch/tests/queries/0_stateless/03042_analyzer_alias_join.sql ch/tests/queries/0_stateless/02998_system_dns_cache_table.sql ch/tests/queries/0_stateless/03011_definitive_guide_to_cast.sql ch/tests/queries/0_stateless/02946_merge_tree_final_split_ranges_by_primary_key.sql ch/tests/queries/0_stateless/02115_rewrite_local_join_right_distribute_table.sql ch/tests/queries/0_stateless/00826_cross_to_inner_join.sql ch/tests/queries/0_stateless/01231_markdown_format.sql ch/tests/queries/0_stateless/01909_mbtolou.sql ch/tests/queries/0_stateless/00398_url_functions.gen.sql ch/tests/queries/0_stateless/01457_order_by_limit.sql ch/tests/queries/0_stateless/03156_group_concat.sql ch/tests/queries/0_stateless/01225_drop_dictionary_as_table.sql ch/tests/queries/0_stateless/03069_analyzer_with_alias_in_array_join.sql ch/tests/queries/0_stateless/02454_compressed_marks_in_compact_part.sql ch/tests/queries/0_stateless/00534_exp10.sql ch/tests/queries/0_stateless/01780_column_sparse.sql ch/tests/queries/0_stateless/01620_fix_simple_state_arg_type.sql ch/tests/queries/0_stateless/01755_shard_pruning_with_literal.sql ch/tests/queries/0_stateless/00300_csv.sql ch/tests/queries/0_stateless/03227_dynamic_subcolumns_enumerate_streams.sql ch/tests/queries/0_stateless/03023_remove_unused_column_distinct.sql ch/tests/queries/0_stateless/00975_json_hang.sql ch/tests/queries/0_stateless/02377_modify_column_from_lc.sql ch/tests/queries/0_stateless/02504_explain_ast_insert.sql ch/tests/queries/0_stateless/02886_missed_json_subcolumns.sql ch/tests/queries/0_stateless/03168_cld2_tsan.sql ch/tests/queries/0_stateless/00266_shard_global_subquery_and_aliases.sql ch/tests/queries/0_stateless/03215_varian_as_common_type_integers.sql ch/tests/queries/0_stateless/00145_empty_likes.sql ch/tests/queries/0_stateless/02888_single_state_nullable_type.sql ch/tests/queries/0_stateless/00794_materialized_view_with_column_defaults.sql ch/tests/queries/0_stateless/00730_unicode_terminal_format.sql ch/tests/queries/0_stateless/03020_order_by_SimpleAggregateFunction.sql ch/tests/queries/0_stateless/02370_extractAll_regress.sql ch/tests/queries/0_stateless/02267_jsonlines_ndjson_format.sql ch/tests/queries/0_stateless/02861_interpolate_alias_precedence.sql ch/tests/queries/0_stateless/00306_insert_values_and_expressions.sql ch/tests/queries/0_stateless/01943_non_deterministic_order_key.sql ch/tests/queries/0_stateless/02185_range_hashed_dictionary_open_ranges.sql ch/tests/queries/0_stateless/00459_group_array_insert_at.sql ch/tests/queries/0_stateless/03215_parquet_index.sql ch/tests/queries/0_stateless/01603_rename_overwrite_bug.sql ch/tests/queries/0_stateless/01420_format_row.gen.sql ch/tests/queries/0_stateless/02439_merge_selecting_partitions.sql ch/tests/queries/0_stateless/03004_force_null_for_omitted.sql ch/tests/queries/0_stateless/01854_dictionary_range_hashed_min_max_attr.sql ch/tests/queries/0_stateless/01213_alter_rename_nested.sql ch/tests/queries/0_stateless/02536_system_sync_file_cache.sql ch/tests/queries/0_stateless/02013_bloom_filter_hasAll.sql ch/tests/queries/0_stateless/01721_constraints_constant_expressions.sql ch/tests/queries/0_stateless/03205_column_type_check.sql ch/tests/queries/0_stateless/02377_majority_insert_quorum_zookeeper_long.sql ch/tests/queries/0_stateless/02966_topk_counts_approx_count_sum.sql ch/tests/queries/0_stateless/03246_json_tuple_decompress_race.sql ch/tests/queries/0_stateless/02735_array_map_array_of_tuples.sql ch/tests/queries/0_stateless/02932_group_by_null_fuzzer.sql ch/tests/queries/0_stateless/02810_initcap.sql ch/tests/queries/0_stateless/00510_materizlized_view_and_deduplication_zookeeper.sql ch/tests/queries/0_stateless/02674_and_consistency.sql ch/tests/queries/0_stateless/00666_uniq_complex_types.sql ch/tests/queries/0_stateless/03212_optimize_with_constraints_logical_error.sql ch/tests/queries/0_stateless/00584_view_union_all.sql ch/tests/queries/0_stateless/01655_window_functions_bug.sql ch/tests/queries/0_stateless/01391_limit_overflow.sql ch/tests/queries/0_stateless/02493_analyzer_table_functions_untuple.sql ch/tests/queries/0_stateless/00692_if_exception_code.sql ch/tests/queries/0_stateless/02990_parts_splitter_invalid_ranges.sql ch/tests/queries/0_stateless/01710_projection_detach_part.sql ch/tests/queries/0_stateless/01300_polygon_convex_hull.sql ch/tests/queries/0_stateless/03099_analyzer_multi_join.sql ch/tests/queries/0_stateless/01076_array_join_prewhere_const_folding.sql ch/tests/queries/0_stateless/01870_buffer_flush.sql ch/tests/queries/0_stateless/01825_type_json_17.sql ch/tests/queries/0_stateless/02343_group_by_use_nulls_distributed.sql ch/tests/queries/0_stateless/02575_merge_prewhere_default_expression.sql ch/tests/queries/0_stateless/02763_jit_compare_functions_nan.sql ch/tests/queries/0_stateless/01785_pmj_lc_bug.sql ch/tests/queries/0_stateless/02163_operators.sql ch/tests/queries/0_stateless/01293_create_role.sql ch/tests/queries/0_stateless/02986_leftpad_fixedstring.sql ch/tests/queries/0_stateless/02292_hash_array_tuples.sql ch/tests/queries/0_stateless/00604_shard_remote_and_columns_with_defaults.sql ch/tests/queries/0_stateless/01104_distributed_one_test.sql ch/tests/queries/0_stateless/02474_unhex_in_fix_string.sql ch/tests/queries/0_stateless/02014_dict_get_nullable_key.sql ch/tests/queries/0_stateless/02807_lower_utf8_msan.sql ch/tests/queries/0_stateless/00327_summing_composite_nested.sql ch/tests/queries/0_stateless/02463_julian_day_ubsan.sql ch/tests/queries/0_stateless/02735_parquet_encoder.sql ch/tests/queries/0_stateless/02814_order_by_tuple_window_function.sql ch/tests/queries/0_stateless/00904_array_with_constant_2.sql ch/tests/queries/0_stateless/01596_null_as_default_nullable.sql ch/tests/queries/0_stateless/00026_shard_something_distributed.sql ch/tests/queries/0_stateless/00617_array_in.sql ch/tests/queries/0_stateless/00513_fractional_time_zones.sql ch/tests/queries/0_stateless/01388_multi_if_optimization.sql ch/tests/queries/0_stateless/02354_window_expression_with_aggregation_expression.sql ch/tests/queries/0_stateless/02366_kql_func_string.sql ch/tests/queries/0_stateless/00614_array_nullable.sql ch/tests/queries/0_stateless/02494_query_cache_sparse_columns.sql ch/tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks_with_storage_set.sql ch/tests/queries/0_stateless/01412_optimize_deduplicate_bug.sql ch/tests/queries/0_stateless/00098_b_union_all.sql ch/tests/queries/0_stateless/02270_client_name.sql ch/tests/queries/0_stateless/02999_scalar_subqueries_bug_1.sql ch/tests/queries/0_stateless/02865_array_join_with_max_block_size.sql ch/tests/queries/0_stateless/01638_div_mod_ambiguities.sql ch/tests/queries/0_stateless/01429_join_on_error_messages.sql ch/tests/queries/0_stateless/01558_ttest.sql ch/tests/queries/0_stateless/02400_memory_accounting_on_error.sql ch/tests/queries/0_stateless/00098_4_union_all.sql ch/tests/queries/0_stateless/02514_tsv_zero_started_number.sql ch/tests/queries/0_stateless/00800_versatile_storage_join.sql ch/tests/queries/0_stateless/02690_subquery_identifiers.sql ch/tests/queries/0_stateless/01164_alter_memory_database.sql ch/tests/queries/0_stateless/03150_dynamic_type_mv_insert.sql ch/tests/queries/0_stateless/01686_rocksdb.sql ch/tests/queries/0_stateless/00192_least_greatest.sql ch/tests/queries/0_stateless/01668_avg_weighted_ubsan.sql ch/tests/queries/0_stateless/00456_alter_nullable.sql ch/tests/queries/0_stateless/01670_distributed_bytes_to_throw_insert.sql ch/tests/queries/0_stateless/00498_array_functions_concat_slice_push_pop.sql ch/tests/queries/0_stateless/01698_map_populate_overflow.sql ch/tests/queries/0_stateless/00548_slice_of_nested.sql ch/tests/queries/0_stateless/00112_shard_totals_after_having.sql ch/tests/queries/0_stateless/01390_remove_injective_in_uniq.sql ch/tests/queries/0_stateless/02483_substitute_udf_create.sql ch/tests/queries/0_stateless/00609_distributed_with_case_when_then.sql ch/tests/queries/0_stateless/02304_grouping_sets_with_rollup_cube.sql ch/tests/queries/0_stateless/02360_small_notation_h_for_hour_interval.sql ch/tests/queries/0_stateless/00689_join_table_function.sql ch/tests/queries/0_stateless/02285_hex_bin_support_more_types.sql ch/tests/queries/0_stateless/02989_group_by_tuple.sql ch/tests/queries/0_stateless/00346_if_tuple.sql ch/tests/queries/0_stateless/02895_cast_operator_bug.sql ch/tests/queries/0_stateless/02882_replicated_fetch_checksums_doesnt_match.sql ch/tests/queries/0_stateless/00581_limit_on_result_and_subquery_and_insert.sql ch/tests/queries/0_stateless/03040_dynamic_type_alters_2_compact_merge_tree.sql ch/tests/queries/0_stateless/02564_analyzer_cross_to_inner.sql ch/tests/queries/0_stateless/03143_group_by_constant_secondary.sql ch/tests/queries/0_stateless/02245_format_string_stack_overflow.sql ch/tests/queries/0_stateless/00495_reading_const_zero_column.sql ch/tests/queries/0_stateless/03321_join_on_is_null_lowcardinality.sql ch/tests/queries/0_stateless/03130_generateSnowflakeId.sql ch/tests/queries/0_stateless/02264_format_insert_compression.sql ch/tests/queries/0_stateless/01352_add_datetime_bad_get.sql ch/tests/queries/0_stateless/02047_alias_for_table_and_database_name.sql ch/tests/queries/0_stateless/01894_jit_aggregation_function_max_long.sql ch/tests/queries/0_stateless/00258_materializing_tuples.sql ch/tests/queries/0_stateless/01091_num_threads.sql ch/tests/queries/0_stateless/01656_test_hex_mysql_dialect.sql ch/tests/queries/0_stateless/01602_show_create_view.sql ch/tests/queries/0_stateless/02989_replicated_merge_tree_invalid_metadata_version.sql ch/tests/queries/0_stateless/00732_quorum_insert_have_data_before_quorum_zookeeper_long.sql ch/tests/queries/0_stateless/01556_accurate_cast_or_null.sql ch/tests/queries/0_stateless/02149_issue_32487.sql ch/tests/queries/0_stateless/02124_comparison_betwwen_decimal_and_float.sql ch/tests/queries/0_stateless/02916_set_formatting.sql ch/tests/queries/0_stateless/01582_deterministic_function_with_predicate.sql ch/tests/queries/0_stateless/03149_analyzer_window_redefinition.sql ch/tests/queries/0_stateless/01660_join_or_any.sql ch/tests/queries/0_stateless/02662_sparse_columns_mutations_2.sql ch/tests/queries/0_stateless/02267_empty_arrays_read_reverse.sql ch/tests/queries/0_stateless/00674_has_array_enum.sql ch/tests/queries/0_stateless/02516_projections_with_rollup.sql ch/tests/queries/0_stateless/03209_parallel_replicas_order_by_all.sql ch/tests/queries/0_stateless/02902_topKGeneric_deserialization_memory.sql ch/tests/queries/0_stateless/01359_geodistance_loop.sql ch/tests/queries/0_stateless/02476_analyzer_join_with_unused_columns.sql ch/tests/queries/0_stateless/02494_zero_copy_and_projection_and_mutation_work_together.sql ch/tests/queries/0_stateless/03121_analyzer_filed_redefenition_in_subquery.sql ch/tests/queries/0_stateless/00839_bitmask_negative.sql ch/tests/queries/0_stateless/00700_to_decimal_or_something.sql ch/tests/queries/0_stateless/01766_todatetime64_no_timezone_arg.sql ch/tests/queries/0_stateless/01711_decimal_multiplication.sql ch/tests/queries/0_stateless/01083_cross_to_inner_with_like.sql ch/tests/queries/0_stateless/00967_insert_into_distributed_different_types.sql ch/tests/queries/0_stateless/02918_fuzzjson_table_function.sql ch/tests/queries/0_stateless/02494_query_cache_squash_partial_results.sql ch/tests/queries/0_stateless/03215_key_condition_bug.sql ch/tests/queries/0_stateless/02260_alter_compact_part_drop_nested_column.gen.sql ch/tests/queries/0_stateless/01313_parse_date_time_best_effort_null_zero.sql ch/tests/queries/0_stateless/01326_fixed_string_comparison_denny_crane.sql ch/tests/queries/0_stateless/01070_h3_hex_area_m2.sql ch/tests/queries/0_stateless/01913_exact_rows_before_limit.sql ch/tests/queries/0_stateless/03095_merge_and_buffer_tables.sql ch/tests/queries/0_stateless/01663_quantile_weighted_overflow.sql ch/tests/queries/0_stateless/02963_single_value_destructor.sql ch/tests/queries/0_stateless/01069_insert_float_as_nullable_unit8.sql ch/tests/queries/0_stateless/02884_async_insert_skip_settings.sql ch/tests/queries/0_stateless/01412_row_from_totals.sql ch/tests/queries/0_stateless/01622_defaults_for_file_engine.sql ch/tests/queries/0_stateless/01925_test_storage_merge_aliases.sql ch/tests/queries/0_stateless/02932_idna.sql ch/tests/queries/0_stateless/01517_select_final_distributed.sql ch/tests/queries/0_stateless/02834_nulls_first_sort.sql ch/tests/queries/0_stateless/00586_removing_unused_columns_from_subquery.sql ch/tests/queries/0_stateless/02714_local_object_storage.sql ch/tests/queries/0_stateless/02365_multisearch_random_tests.sql ch/tests/queries/0_stateless/00562_rewrite_select_expression_with_union.sql ch/tests/queries/0_stateless/00903_array_with_constant_function.sql ch/tests/queries/0_stateless/02799_transform_empty_arrays.sql ch/tests/queries/0_stateless/02378_analyzer_projection_names.sql ch/tests/queries/0_stateless/01891_partition_hash.sql ch/tests/queries/0_stateless/02513_date_string_comparison.sql ch/tests/queries/0_stateless/02842_move_pk_to_end_of_prewhere.sql ch/tests/queries/0_stateless/01182_materialized_view_different_structure.sql ch/tests/queries/0_stateless/01674_where_prewhere_array_crash.sql ch/tests/queries/0_stateless/01825_type_json_10.sql ch/tests/queries/0_stateless/00804_test_custom_compression_codes_log_storages.sql ch/tests/queries/0_stateless/02181_dictionary_attach_detach.sql ch/tests/queries/0_stateless/00761_lower_utf8_bug.sql ch/tests/queries/0_stateless/03248_with_fill_string_crash.sql ch/tests/queries/0_stateless/02674_trivial_count_analyzer.sql ch/tests/queries/0_stateless/01916_low_cardinality_interval.sql ch/tests/queries/0_stateless/01891_partition_hash_no_long_int.sql ch/tests/queries/0_stateless/01356_initialize_aggregation.sql ch/tests/queries/0_stateless/02244_column_names_in_shcmea_inference.sql ch/tests/queries/0_stateless/01536_fuzz_cast.sql ch/tests/queries/0_stateless/00979_yandex_consistent_hash_fpe.sql ch/tests/queries/0_stateless/03035_morton_encode_no_rows.sql ch/tests/queries/0_stateless/00409_shard_limit_by.sql ch/tests/queries/0_stateless/02418_tautological_if_index.sql ch/tests/queries/0_stateless/02041_conversion_between_date32_and_datetime64.sql ch/tests/queries/0_stateless/01441_low_cardinality_array_index.sql ch/tests/queries/0_stateless/02789_object_type_invalid_num_of_rows.sql ch/tests/queries/0_stateless/00107_totals_after_having.sql ch/tests/queries/0_stateless/01523_date_time_compare_with_date_literal.sql ch/tests/queries/0_stateless/00872_t64_bit_codec.sql ch/tests/queries/0_stateless/02222_allow_experimental_projection_optimization__enable_global_with_statement.sql ch/tests/queries/0_stateless/02537_distributed_loosing_files_after_exception.gen.sql ch/tests/queries/0_stateless/01323_redundant_functions_in_order_by.sql ch/tests/queries/0_stateless/02860_distributed_flush_on_detach.sql ch/tests/queries/0_stateless/01683_flat_dictionary.sql ch/tests/queries/0_stateless/01715_table_function_view_fix.sql ch/tests/queries/0_stateless/01097_one_more_range_reader_test.sql ch/tests/queries/0_stateless/02426_pod_array_overflow_2.sql ch/tests/queries/0_stateless/02494_query_cache_eligible_queries.sql ch/tests/queries/0_stateless/01480_binary_operator_monotonicity.sql ch/tests/queries/0_stateless/02123_MySQLWire_regression.sql ch/tests/queries/0_stateless/01013_totals_without_aggregation.sql ch/tests/queries/0_stateless/00712_prewhere_with_sampling_and_alias.sql ch/tests/queries/0_stateless/01425_decimal_parse_big_negative_exponent.sql ch/tests/queries/0_stateless/03209_json_type_horizontal_merges.gen.sql ch/tests/queries/0_stateless/01070_exception_code_in_query_log_table.sql ch/tests/queries/0_stateless/01908_with_unknown_column.sql ch/tests/queries/0_stateless/02809_has_subsequence.sql ch/tests/queries/0_stateless/02732_transform_fuzz.sql ch/tests/queries/0_stateless/00363_defaults.sql ch/tests/queries/0_stateless/00532_topk_generic.sql ch/tests/queries/0_stateless/01901_test_attach_partition_from.sql ch/tests/queries/0_stateless/02319_lightweight_delete_on_merge_tree.sql ch/tests/queries/0_stateless/03174_merge_join_bug.sql ch/tests/queries/0_stateless/01071_prohibition_secondary_index_with_old_format_merge_tree.sql ch/tests/queries/0_stateless/01088_array_slice_of_aggregate_functions.sql ch/tests/queries/0_stateless/00542_access_to_temporary_table_in_readonly_mode.sql ch/tests/queries/0_stateless/01359_codeql.sql ch/tests/queries/0_stateless/02919_alter_temporary_table_with_nondefault_engine.sql ch/tests/queries/0_stateless/02933_compare_with_bool_as_string.sql ch/tests/queries/0_stateless/01011_group_uniq_array_memsan.sql ch/tests/queries/0_stateless/02339_analyzer_matcher_basic.sql ch/tests/queries/0_stateless/02495_s3_filter_by_file.sql ch/tests/queries/0_stateless/00034_fixed_string_to_number.sql ch/tests/queries/0_stateless/03047_group_by_field_identified_aggregation.sql ch/tests/queries/0_stateless/02233_optimize_aggregation_in_order_prefix_with_merge.sql ch/tests/queries/0_stateless/01621_summap_check_types.sql ch/tests/queries/0_stateless/03207_json_read_subcolumns_1_memory.sql ch/tests/queries/0_stateless/00397_tsv_format_synonym.sql ch/tests/queries/0_stateless/03123_analyzer_dist_join_CTE.sql ch/tests/queries/0_stateless/02910_rocksdb_optimize.sql ch/tests/queries/0_stateless/02891_empty_tuple.sql ch/tests/queries/0_stateless/03199_join_with_materialized_column.sql ch/tests/queries/0_stateless/00677_shard_any_heavy_merge.sql ch/tests/queries/0_stateless/01582_distinct_subquery_groupby.sql ch/tests/queries/0_stateless/02319_dict_get_check_arguments_size.sql ch/tests/queries/0_stateless/01010_pmj_right_table_memory_limits.sql ch/tests/queries/0_stateless/01377_supertype_low_cardinality.sql ch/tests/queries/0_stateless/01155_rename_move_materialized_view.sql ch/tests/queries/0_stateless/01585_fuzz_bits_with_bugfix.sql ch/tests/queries/0_stateless/03000_minmax_index_first.sql ch/tests/queries/0_stateless/03206_projection_merge_special_mergetree.sql ch/tests/queries/0_stateless/02205_map_populate_series_non_const.sql ch/tests/queries/0_stateless/02785_left_anti_join_bug.sql ch/tests/queries/0_stateless/02478_analyzer_table_expression_aliases.sql ch/tests/queries/0_stateless/03211_nested_json_merges_small.gen.sql ch/tests/queries/0_stateless/01634_summap_nullable.sql ch/tests/queries/0_stateless/01543_parse_datetime_besteffort_or_null_empty_string.sql ch/tests/queries/0_stateless/00452_left_array_join_and_nullable.sql ch/tests/queries/0_stateless/01252_weird_time_zone.sql ch/tests/queries/0_stateless/01920_not_chain_format.sql ch/tests/queries/0_stateless/00544_insert_with_select.sql ch/tests/queries/0_stateless/01281_parseDateTime64BestEffort.sql ch/tests/queries/0_stateless/03001_max_parallel_replicas_zero_value.sql ch/tests/queries/0_stateless/00549_join_use_nulls.sql ch/tests/queries/0_stateless/00240_replace_substring_loop.sql ch/tests/queries/0_stateless/02725_sleep_max_time.sql ch/tests/queries/0_stateless/00502_custom_partitioning_replicated_zookeeper_long.sql ch/tests/queries/0_stateless/00500_point_in_polygon_non_const_poly.sql ch/tests/queries/0_stateless/01832_memory_write_suffix.sql ch/tests/queries/0_stateless/00753_quantile_format.sql ch/tests/queries/0_stateless/01710_force_use_projection.sql ch/tests/queries/0_stateless/00714_alter_uuid.sql ch/tests/queries/0_stateless/01585_use_index_for_global_in_with_null.sql ch/tests/queries/0_stateless/02515_generate_ulid.sql ch/tests/queries/0_stateless/02475_positive_modulo.sql ch/tests/queries/0_stateless/03128_merge_tree_index_lazy_load.sql ch/tests/queries/0_stateless/01611_constant_folding_subqueries.sql ch/tests/queries/0_stateless/03246_range_literal_replacement_works.sql ch/tests/queries/0_stateless/00745_compile_scalar_subquery.sql ch/tests/queries/0_stateless/02013_emptystring_cast.sql ch/tests/queries/0_stateless/01132_max_rows_to_read.sql ch/tests/queries/0_stateless/01018_optimize_read_in_order_with_in_subquery.sql ch/tests/queries/0_stateless/02133_classification.sql ch/tests/queries/0_stateless/00309_formats_case_insensitive.sql ch/tests/queries/0_stateless/01292_create_user.sql ch/tests/queries/0_stateless/02474_create_user_query_fuzzer_bug.sql ch/tests/queries/0_stateless/00569_parse_date_time_best_effort.sql ch/tests/queries/0_stateless/03007_column_nullable_uninitialzed_value.sql ch/tests/queries/0_stateless/01423_if_nullable_cond.sql ch/tests/queries/0_stateless/01848_partition_value_column.sql ch/tests/queries/0_stateless/02156_storage_merge_prewhere_2.sql ch/tests/queries/0_stateless/00559_filter_array_generic.sql ch/tests/queries/0_stateless/01825_new_type_json_2.sql ch/tests/queries/0_stateless/02494_query_cache_passive_usage.sql ch/tests/queries/0_stateless/02191_parse_date_time_best_effort_more_cases.sql ch/tests/queries/0_stateless/01016_macros.sql ch/tests/queries/0_stateless/00284_external_aggregation.sql ch/tests/queries/0_stateless/01144_join_rewrite_with_ambiguous_column_and_view.sql ch/tests/queries/0_stateless/01296_codecs_bad_arguments.sql ch/tests/queries/0_stateless/01012_reset_running_accumulate.sql ch/tests/queries/0_stateless/01017_uniqCombined_memory_usage.sql ch/tests/queries/0_stateless/02884_duplicate_index_name.sql ch/tests/queries/0_stateless/02676_distinct_reading_in_order_analyzer.sql ch/tests/queries/0_stateless/02005_log_formatted_queries.sql ch/tests/queries/0_stateless/03203_system_numbers_limit_and_offset_simple.sql ch/tests/queries/0_stateless/01803_const_nullable_map.sql ch/tests/queries/0_stateless/03243_compatibility_setting_with_alias.sql ch/tests/queries/0_stateless/03008_filter_projections_non_deterministoc_functions.sql ch/tests/queries/0_stateless/01456_low_cardinality_sorting_bugfix.sql ch/tests/queries/0_stateless/00981_no_virtual_columns.sql ch/tests/queries/0_stateless/03167_parametrized_view_with_cte.sql ch/tests/queries/0_stateless/02018_multiple_with_fill_for_the_same_column.sql ch/tests/queries/0_stateless/02176_dict_get_has_implicit_key_cast.sql ch/tests/queries/0_stateless/01353_low_cardinality_join_types.sql ch/tests/queries/0_stateless/00934_is_valid_utf8.sql ch/tests/queries/0_stateless/02013_json_function_null_column.sql ch/tests/queries/0_stateless/01278_random_string_utf8.sql ch/tests/queries/0_stateless/02516_projections_and_context.sql ch/tests/queries/0_stateless/01271_show_privileges.sql ch/tests/queries/0_stateless/00966_invalid_json_must_not_parse.sql ch/tests/queries/0_stateless/02996_nullable_arrayReduce.sql ch/tests/queries/0_stateless/02880_indexHint__partition_id.sql ch/tests/queries/0_stateless/01073_grant_and_revoke.sql ch/tests/queries/0_stateless/00352_external_sorting_and_constants.sql ch/tests/queries/0_stateless/02568_array_map_const_low_cardinality.sql ch/tests/queries/0_stateless/02868_operator_is_not_distinct_from_priority.sql ch/tests/queries/0_stateless/02844_distributed_virtual_columns.sql ch/tests/queries/0_stateless/02890_partition_prune_in_extra_columns.sql ch/tests/queries/0_stateless/02892_SummingMergeTree_Nested.sql ch/tests/queries/0_stateless/03111_inner_join_group_by.sql ch/tests/queries/0_stateless/02475_analyzer_join_tree_subquery.sql ch/tests/queries/0_stateless/00433_ifnull.sql ch/tests/queries/0_stateless/01043_h3_edge_length_m.sql ch/tests/queries/0_stateless/00905_compile_expressions_compare_big_dates.sql ch/tests/queries/0_stateless/01455_time_zones.sql ch/tests/queries/0_stateless/02534_s3_cluster_insert_select_schema_inference.sql ch/tests/queries/0_stateless/02575_map_hashing_msan.sql ch/tests/queries/0_stateless/01677_bit_float.sql ch/tests/queries/0_stateless/00718_format_datetime.sql ch/tests/queries/0_stateless/03274_dynamic_column_sizes_vertical_merge.sql ch/tests/queries/0_stateless/00877_memory_limit_for_new_delete.sql ch/tests/queries/0_stateless/00936_substring_utf8_non_const.sql ch/tests/queries/0_stateless/00466_comments_in_keyword.sql ch/tests/queries/0_stateless/03036_recursive_cte_postgres_2.sql ch/tests/queries/0_stateless/03055_analyzer_subquery_group_array.sql ch/tests/queries/0_stateless/03274_grace_hash_max_joined_block_size_rows_bug.sql ch/tests/queries/0_stateless/03147_parquet_memory_tracking.sql ch/tests/queries/0_stateless/02762_replicated_database_no_args.sql ch/tests/queries/0_stateless/00906_low_cardinality_const_argument.sql ch/tests/queries/0_stateless/02910_replicated_merge_parameters_must_consistent.sql ch/tests/queries/0_stateless/01410_full_join_and_null_predicates.sql ch/tests/queries/0_stateless/02842_largestTriangleThreeBuckets_aggregate_function.sql ch/tests/queries/0_stateless/00976_max_execution_speed.sql ch/tests/queries/0_stateless/00983_summing_merge_tree_not_an_identifier.sql ch/tests/queries/0_stateless/02001_select_with_filter.sql ch/tests/queries/0_stateless/01091_query_profiler_does_not_hang.sql ch/tests/queries/0_stateless/02699_polygons_sym_difference_total.sql ch/tests/queries/0_stateless/02131_used_row_policies_in_query_log.sql ch/tests/queries/0_stateless/01670_test_repeat_mysql_dialect.sql ch/tests/queries/0_stateless/00223_shard_distributed_aggregation_memory_efficient.sql ch/tests/queries/0_stateless/00119_storage_join.sql ch/tests/queries/0_stateless/02572_system_logs_materialized_views_ignore_errors.sql ch/tests/queries/0_stateless/01833_test_collation_alvarotuso.sql ch/tests/queries/0_stateless/00615_nullable_alter_optimize.sql ch/tests/queries/0_stateless/02269_to_start_of_interval_overflow.sql ch/tests/queries/0_stateless/02845_domain_rfc_support_ipv6.sql ch/tests/queries/0_stateless/02874_parse_json_as_json_each_row_on_no_metadata.sql ch/tests/queries/0_stateless/02531_storage_join_null_44940.sql ch/tests/queries/0_stateless/01891_echo.sql ch/tests/queries/0_stateless/02366_kql_native_interval_format.gen.sql ch/tests/queries/0_stateless/01391_join_on_dict_crash.sql ch/tests/queries/0_stateless/02343_analyzer_lambdas_issue_36677.sql ch/tests/queries/0_stateless/02493_analyzer_uniq_injective_functions_elimination.sql ch/tests/queries/0_stateless/02126_alter_table_alter_column.sql ch/tests/queries/0_stateless/02375_system_schema_inference_cache.sql ch/tests/queries/0_stateless/01890_cross_join_explain_crash.sql ch/tests/queries/0_stateless/00810_in_operators_segfault.sql ch/tests/queries/0_stateless/02220_array_join_format.sql ch/tests/queries/0_stateless/00193_parallel_replicas.sql ch/tests/queries/0_stateless/01533_distinct_depends_on_max_threads.sql ch/tests/queries/0_stateless/00162_shard_global_join.sql ch/tests/queries/0_stateless/02863_decode_html_component.sql ch/tests/queries/0_stateless/02840_grace_hash_join_structure_mismatch.sql ch/tests/queries/0_stateless/02315_pmj_union_ubsan_35857.sql ch/tests/queries/0_stateless/01721_join_implicit_cast_long.gen.sql ch/tests/queries/0_stateless/02111_global_context_temporary_tables.sql ch/tests/queries/0_stateless/00401_merge_and_stripelog.sql ch/tests/queries/0_stateless/00712_prewhere_with_final.sql ch/tests/queries/0_stateless/01926_date_date_time_supertype.sql ch/tests/queries/0_stateless/01666_gcd_ubsan.sql ch/tests/queries/0_stateless/01759_optimize_skip_unused_shards_zero_shards.sql ch/tests/queries/0_stateless/01323_too_many_threads_bug.sql ch/tests/queries/0_stateless/03032_numbers_zeros.sql ch/tests/queries/0_stateless/00494_shard_alias_substitution_bug.sql ch/tests/queries/0_stateless/02184_nested_tuple.sql ch/tests/queries/0_stateless/03038_nested_dynamic_merges_wide_vertical.sql ch/tests/queries/0_stateless/02943_variant_element.sql ch/tests/queries/0_stateless/02232_functions_to_subcolumns_alias.sql ch/tests/queries/0_stateless/01271_optimize_arithmetic_operations_in_aggr_func_with_alias.sql ch/tests/queries/0_stateless/01356_view_threads.sql ch/tests/queries/0_stateless/00640_endsWith.sql ch/tests/queries/0_stateless/02481_fix_parameters_parsing.sql ch/tests/queries/0_stateless/01602_runningConcurrency.sql ch/tests/queries/0_stateless/01643_merge_tree_fsync_smoke.sql ch/tests/queries/0_stateless/01760_polygon_dictionaries.sql ch/tests/queries/0_stateless/02480_suspicious_lowcard_in_key.sql ch/tests/queries/0_stateless/02494_query_cache_normalize_ast.sql ch/tests/queries/0_stateless/02176_optimize_aggregation_in_order_empty.sql ch/tests/queries/0_stateless/02267_special_operator_parse_alias_check.sql ch/tests/queries/0_stateless/01790_dist_INSERT_block_structure_mismatch_types_and_names.sql ch/tests/queries/0_stateless/01527_bad_aggregation_in_lambda.sql ch/tests/queries/0_stateless/01330_array_join_in_higher_order_function.sql ch/tests/queries/0_stateless/01596_setting_limit_offset.sql ch/tests/queries/0_stateless/02283_array_norm.sql ch/tests/queries/0_stateless/02167_columns_with_dots_default_values.sql ch/tests/queries/0_stateless/02910_prefetch_unexpceted_exception.sql ch/tests/queries/0_stateless/01631_date_overflow_as_partition_key.sql ch/tests/queries/0_stateless/01661_test_toDayOfWeek_mysql_compatibility.sql ch/tests/queries/0_stateless/02714_date_date32_in.sql ch/tests/queries/0_stateless/02267_join_dup_columns_issue36199.sql ch/tests/queries/0_stateless/02129_add_column_add_ttl.sql ch/tests/queries/0_stateless/02731_replace_partition_from_temporary_table.sql ch/tests/queries/0_stateless/02961_drop_tables.sql ch/tests/queries/0_stateless/02711_soundex_function.sql ch/tests/queries/0_stateless/01532_having_with_totals.sql ch/tests/queries/0_stateless/01280_unicode_whitespaces_lexer.sql ch/tests/queries/0_stateless/02113_base64encode_trailing_bytes.sql ch/tests/queries/0_stateless/02597_column_update_and_replication.sql ch/tests/queries/0_stateless/02560_quantile_min_max.sql ch/tests/queries/0_stateless/01477_lc_in_merge_join_left_key.gen.sql ch/tests/queries/0_stateless/02841_with_clause_resolve.sql ch/tests/queries/0_stateless/02474_extract_fixedstring_from_json.sql ch/tests/queries/0_stateless/02814_currentDatabase_for_table_functions.sql ch/tests/queries/0_stateless/01441_array_combinator.sql ch/tests/queries/0_stateless/02375_pretty_formats.gen.sql ch/tests/queries/0_stateless/01736_null_as_default.sql ch/tests/queries/0_stateless/03035_dynamic_sorting.sql ch/tests/queries/0_stateless/02008_tuple_to_name_value_pairs.sql ch/tests/queries/0_stateless/02482_value_block_assert.sql ch/tests/queries/0_stateless/00746_compile_non_deterministic_function.sql ch/tests/queries/0_stateless/01671_merge_join_and_constants.sql ch/tests/queries/0_stateless/02931_alter_materialized_view_query_inconsistent.sql ch/tests/queries/0_stateless/03015_with_fill_invalid_expression.sql ch/tests/queries/0_stateless/01910_view_dictionary.sql ch/tests/queries/0_stateless/01117_comma_and_others_join_mix.sql ch/tests/queries/0_stateless/02294_fp_seconds_profile.sql ch/tests/queries/0_stateless/01296_pipeline_stuck.sql ch/tests/queries/0_stateless/02960_validate_database_engines.sql ch/tests/queries/0_stateless/02949_ttl_group_by_bug.sql ch/tests/queries/0_stateless/03086_analyzer_window_func_part_of_group_by.sql ch/tests/queries/0_stateless/02233_with_total_empty_chunk.sql ch/tests/queries/0_stateless/02517_wrong_total_structure_crash.sql ch/tests/queries/0_stateless/01817_storage_buffer_parameters.sql ch/tests/queries/0_stateless/01710_projections_in_distributed_query.sql ch/tests/queries/0_stateless/01527_dist_sharding_key_dictGet_reload.sql ch/tests/queries/0_stateless/01715_background_checker_blather_zookeeper_long.sql ch/tests/queries/0_stateless/02227_union_match_by_name.sql ch/tests/queries/0_stateless/03168_read_in_order_buffering_2.sql ch/tests/queries/0_stateless/02266_auto_add_nullable.sql ch/tests/queries/0_stateless/02007_join_use_nulls.sql ch/tests/queries/0_stateless/02240_filesystem_cache_bypass_cache_threshold.sql ch/tests/queries/0_stateless/01475_read_subcolumns_3.sql ch/tests/queries/0_stateless/03167_transactions_are_really_disabled.sql ch/tests/queries/0_stateless/02518_delete_on_materialized_view.sql ch/tests/queries/0_stateless/01785_dictionary_element_count.sql ch/tests/queries/0_stateless/00353_join_by_tuple.sql ch/tests/queries/0_stateless/03159_dynamic_type_all_types.sql ch/tests/queries/0_stateless/01471_top_k_range_check.sql ch/tests/queries/0_stateless/01358_union_threads_bug.sql ch/tests/queries/0_stateless/01943_log_column_sizes.sql ch/tests/queries/0_stateless/00189_time_zones_long.sql ch/tests/queries/0_stateless/02788_fix_logical_error_in_sorting.sql ch/tests/queries/0_stateless/02990_optimize_uniq_to_count_alias.sql ch/tests/queries/0_stateless/01586_storage_join_low_cardinality_key.sql ch/tests/queries/0_stateless/02461_join_lc_issue_42380.sql ch/tests/queries/0_stateless/00996_limit_with_ties.sql ch/tests/queries/0_stateless/01854_s2_cap_union.sql ch/tests/queries/0_stateless/02131_materialize_column_cast.sql ch/tests/queries/0_stateless/01622_byte_size.sql ch/tests/queries/0_stateless/00023_agg_select_agg_subquery.sql ch/tests/queries/0_stateless/00032_fixed_string_to_string.sql ch/tests/queries/0_stateless/00055_join_two_numbers.sql ch/tests/queries/0_stateless/03009_consecutive_keys_nullable.sql ch/tests/queries/0_stateless/02180_insert_into_values_settings.sql ch/tests/queries/0_stateless/02154_default_keyword_insert.sql ch/tests/queries/0_stateless/02875_parallel_replicas_remote.sql ch/tests/queries/0_stateless/02310_uuid_v7.sql ch/tests/queries/0_stateless/00910_zookeeper_test_alter_compression_codecs_long.sql ch/tests/queries/0_stateless/00688_low_cardinality_serialization.sql ch/tests/queries/0_stateless/01835_alias_to_primary_key_cyfdecyf.sql ch/tests/queries/0_stateless/00974_query_profiler.sql ch/tests/queries/0_stateless/02428_delete_with_settings.sql ch/tests/queries/0_stateless/02731_formats_s3.sql ch/tests/queries/0_stateless/01284_port.gen.sql ch/tests/queries/0_stateless/02052_last_granula_adjust_logical_error.gen.sql ch/tests/queries/0_stateless/02162_range_hashed_dictionary_ddl_expression.sql ch/tests/queries/0_stateless/02441_alter_delete_and_drop_column.sql ch/tests/queries/0_stateless/02461_welch_t_test_fuzz.sql ch/tests/queries/0_stateless/03227_test_sample_n.sql ch/tests/queries/0_stateless/02415_all_new_functions_must_be_documented.sql ch/tests/queries/0_stateless/01592_toUnixTimestamp_Date.sql ch/tests/queries/0_stateless/01386_negative_float_constant_key_condition.sql ch/tests/queries/0_stateless/03144_aggregate_states_with_different_types.sql ch/tests/queries/0_stateless/00662_has_nullable.sql ch/tests/queries/0_stateless/02000_default_from_default_empty_column.sql ch/tests/queries/0_stateless/00180_attach_materialized_view.sql ch/tests/queries/0_stateless/00461_default_value_of_argument_type.sql ch/tests/queries/0_stateless/03093_bug37909_query_does_not_finish.sql ch/tests/queries/0_stateless/03033_from_unixtimestamp_joda_by_int64.sql ch/tests/queries/0_stateless/00545_weird_aggregate_functions.sql ch/tests/queries/0_stateless/02098_date32_comparison.sql ch/tests/queries/0_stateless/02070_join_on_disk.sql ch/tests/queries/0_stateless/03198_json_extract_more_types.sql ch/tests/queries/0_stateless/03229_json_structure_comparison.sql ch/tests/queries/0_stateless/00233_position_function_sql_comparibilty.sql ch/tests/queries/0_stateless/01455_shard_leaf_max_rows_bytes_to_read.sql ch/tests/queries/0_stateless/01473_event_time_microseconds.sql ch/tests/queries/0_stateless/00236_replicated_drop_on_non_leader_zookeeper_long.sql ch/tests/queries/0_stateless/01825_new_type_json_order_by.sql ch/tests/queries/0_stateless/00562_in_subquery_merge_tree.sql ch/tests/queries/0_stateless/01774_tuple_null_in.sql ch/tests/queries/0_stateless/00014_select_from_table_with_nested.sql ch/tests/queries/0_stateless/03116_analyzer_explicit_alias_as_column_name.sql ch/tests/queries/0_stateless/03299_deep_nested_map_creation.sql ch/tests/queries/0_stateless/02496_from_unixtime_in_joda_syntax.sql ch/tests/queries/0_stateless/02905_show_setting_query.sql ch/tests/queries/0_stateless/01868_order_by_fill_with_datetime64.sql ch/tests/queries/0_stateless/02737_sql_auto_is_null.sql ch/tests/queries/0_stateless/01048_exists_query.sql ch/tests/queries/0_stateless/01881_join_on_conditions_hash.gen.sql ch/tests/queries/0_stateless/00399_group_uniq_array_date_datetime.sql ch/tests/queries/0_stateless/03217_json_merge_patch_stack_overflow.sql ch/tests/queries/0_stateless/00700_decimal_bounds.sql ch/tests/queries/0_stateless/01580_column_const_comparision.sql ch/tests/queries/0_stateless/00832_storage_file_lock.sql ch/tests/queries/0_stateless/03035_alias_column_bug_distributed.sql ch/tests/queries/0_stateless/01062_alter_on_mutataion_zookeeper_long.sql ch/tests/queries/0_stateless/03102_prefer_column_name_to_alias.sql ch/tests/queries/0_stateless/00504_mergetree_arrays_rw.sql ch/tests/queries/0_stateless/00720_combinations_of_aggregate_combinators.sql ch/tests/queries/0_stateless/01142_join_lc_and_nullable_in_key.sql ch/tests/queries/0_stateless/00553_buff_exists_materlized_column.sql ch/tests/queries/0_stateless/02267_insert_empty_data.sql ch/tests/queries/0_stateless/01070_alter_with_ttl.sql ch/tests/queries/0_stateless/02982_parallel_replicas_unexpected_cluster.sql ch/tests/queries/0_stateless/01016_null_part_minmax.sql ch/tests/queries/0_stateless/01600_multiple_left_join_with_aliases.sql ch/tests/queries/0_stateless/02834_add_sub_date_functions.sql ch/tests/queries/0_stateless/01504_compression_multiple_streams.sql ch/tests/queries/0_stateless/00619_union_highlite.sql ch/tests/queries/0_stateless/01502_bar_overflow.sql ch/tests/queries/0_stateless/00171_shard_array_of_tuple_remote.sql ch/tests/queries/0_stateless/01293_external_sorting_limit_bug.sql ch/tests/queries/0_stateless/01646_rewrite_sum_if.sql ch/tests/queries/0_stateless/02888_system_tables_with_inaccessible_table_function.sql ch/tests/queries/0_stateless/02175_distributed_join_current_database.sql ch/tests/queries/0_stateless/02179_bool_type.sql ch/tests/queries/0_stateless/00547_named_tuples.sql ch/tests/queries/0_stateless/00444_join_use_nulls.sql ch/tests/queries/0_stateless/01505_distributed_local_type_conversion_enum.sql ch/tests/queries/0_stateless/01881_create_as_tuple.sql ch/tests/queries/0_stateless/03008_index_small.sql ch/tests/queries/0_stateless/01037_zookeeper_check_table_empty_pk.sql ch/tests/queries/0_stateless/02875_parallel_replicas_cluster_all_replicas.sql ch/tests/queries/0_stateless/02245_make_datetime64.sql ch/tests/queries/0_stateless/02416_json_object_inference.sql ch/tests/queries/0_stateless/00200_shard_distinct_order_by_limit_distributed.sql ch/tests/queries/0_stateless/02493_max_streams_for_merge_tree_reading.sql ch/tests/queries/0_stateless/00458_merge_type_cast.sql ch/tests/queries/0_stateless/01652_ignore_and_low_cardinality.sql ch/tests/queries/0_stateless/01852_s2_get_neighbours.sql ch/tests/queries/0_stateless/00077_set_keys_fit_128_bits_many_blocks.sql ch/tests/queries/0_stateless/00688_low_cardinality_syntax.sql 2025-10-03 23:47:05 [New Thread 0x7fc422ded640 (LWP 929)] 2025-10-03 23:53:57 2025-10-03 23:53:57 Thread 14 "QueryPullPipeEx" received signal SIGABRT, Aborted. 2025-10-03 23:53:57 [Switching to Thread 0x7fc40f166640 (LWP 867)] 2025-10-03 23:53:57 0x00007fc8438ea9fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:53:57 #0 0x00007fc8438ea9fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:53:57 No symbol table info available. 2025-10-03 23:53:57 #1 0x00007fc843896476 in raise () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:53:57 No symbol table info available. 2025-10-03 23:53:57 #2 0x00007fc84387c7f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:53:57 No symbol table info available. 2025-10-03 23:53:57 #3 0x000055b6cf8eea91 in DB::abortOnFailedAssertion (description=..., trace=, trace_offset=trace_offset@entry=0, trace_size=21) at ./build_docker/./src/Common/Exception.cpp:48 2025-10-03 23:56:22 logger = @0x55b6f0231eb0: { = { = {_vptr$Configurable = 0x55b6e4a6cd88 }, = {_vptr$RefCountedObject = 0x55b6e4a6cdd0 , _counter = {> = {> = {__a_ = {> = {__a_value = 1}, }, static is_always_lock_free = }, }, }}, }, static ROOT = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x55b6ef96f217 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x55b6f0231edf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _pChannel = 0x55b6f0239780, _level = {> = {> = {__a_ = {> = {__a_value = 8}, }, static is_always_lock_free = }, }, }} 2025-10-03 23:56:22 #4 0x000055b6cf8ef033 in DB::handle_error_code (msg=..., code=code@entry=49, remote=, trace=...) at ./build_docker/./src/Common/Exception.cpp:71 2025-10-03 23:56:22 No locals. 2025-10-03 23:56:22 #5 0x000055b6cf8efd57 in DB::Exception::Exception (this=0x7fc63c049640, msg_masked=..., code=49, remote_=) at ./build_docker/./src/Common/Exception.cpp:115 2025-10-03 23:56:22 No locals. 2025-10-03 23:56:22 #6 0x000055b6c2f89136 in DB::Exception::Exception(PreformattedMessage&&, int) () 2025-10-03 23:56:22 No symbol table info available. 2025-10-03 23:56:22 #7 0x000055b6c4933c4f in DB::Exception::Exception(int, FormatStringHelperImpl::type, std::__1::type_identity::type>, unsigned long&, unsigned long const&) () 2025-10-03 23:56:22 No symbol table info available. 2025-10-03 23:56:22 #8 0x000055b6ddf20c51 in DB::MergeTreeRangeReader::continueReadingChain (this=this@entry=0x7fc63c01ea20, result=..., num_rows=@0x7fc40f15e178: 10000) at ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1270 2025-10-03 23:56:22 columns = {__begin_ = 0x7fc63c045340, __end_ = 0x0, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x0}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }} 2025-10-03 23:56:22 started_ranges = @0x7fc40f15e288: {__begin_ = 0x7fc63c011120, __end_ = 0x7fc63c011138, __end_cap_ = {> = {__value_ = 0x7fc63c011138}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:56:22 rows_per_granule = @0x7fc40f15e2a0: {__begin_ = 0x7fc63c052090, __end_ = 0x7fc63c0520a0, __end_cap_ = {> = {__value_ = 0x7fc63c0520a0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:56:22 current_task_last_mark = 2025-10-03 23:56:22 next_range_to_start = 1 2025-10-03 23:56:22 size = 2 2025-10-03 23:56:22 #9 0x000055b6ddf1e08d in DB::MergeTreeRangeReader::read (this=0x7fc63c01ea20, max_rows=16384, ranges=...) at ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:981 2025-10-03 23:56:22 num_read_rows = 10000 2025-10-03 23:56:22 columns = {__begin_ = 0x7fc63c045340, __end_ = 0x7fc63c045350, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x7fc63c045350}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }} 2025-10-03 23:56:22 total_bytes = 2025-10-03 23:56:22 scope_exit974 = {static is_nullable = , function = {this = 0x7fc63c01ea20, read_result = @0x7fc40f15e220}} 2025-10-03 23:56:22 read_result = {columns = {__begin_ = 0x7fc63c01fe50, __end_ = 0x0, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x0}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }}, num_rows = 4081, additional_columns = {data = {__begin_ = 0x55f8698c78b0, __end_ = 0x55f8698c48d0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x55f8698c68e0}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1.40129846e-45}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = 32, bucket_num = 22008}}, started_ranges = {__begin_ = 0x60012, __end_ = 0x10204000f, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, rows_per_granule = {__begin_ = 0x55f6be7f3d50, __end_ = 0x55f8697ebb70, __end_cap_ = {> = {__value_ = 0x55f8698c6a20}, , 1, true>> = {> = { >> = {}, }, }, }}, total_rows_per_granule = 94525411060288, num_read_rows = 0, num_rows_to_skip_in_last_granule = 0, num_bytes_read = 0, final_filter = {const_description = {always_false = false, always_true = false}, column = {> = {px = 0x0}, }, data = 0x55f8698c6960, cached_count_bytes = 0}, can_return_prewhere_column_without_filtering = true, log = {__ptr_ = 0x55f8698c69a0, __cntrl_ = 0x130031}} 2025-10-03 23:56:22 #10 0x000055b6ddf5c74f in DB::MergeTreeReadTask::read (this=0x7fc63c01e9f0, params=...) at ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:162 2025-10-03 23:56:22 read_result = {columns = {__begin_ = 0x7fc63c01fe50, __end_ = 0x7fc63c01fe50, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x7fc63c01fe58}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }}, num_rows = 16384, additional_columns = {data = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = false, bucket_num = -1}}, started_ranges = {__begin_ = 0x7fc63c011120, __end_ = 0x7fc63c011138, __end_cap_ = {> = {__value_ = 0x7fc63c011138}, , 1, true>> = {> = { >> = {}, }, }, }}, rows_per_granule = {__begin_ = 0x7fc63c052090, __end_ = 0x7fc63c0520a0, __end_cap_ = {> = {__value_ = 0x7fc63c0520a0}, , 1, true>> = {> = { >> = {}, }, }, }}, total_rows_per_granule = 16384, num_read_rows = 16384, num_rows_to_skip_in_last_granule = 0, num_bytes_read = 0, final_filter = {const_description = {always_false = false, always_true = false}, column = {> = {px = 0x0}, }, data = 0x0, cached_count_bytes = 18446744073709551615}, can_return_prewhere_column_without_filtering = true, log = {__ptr_ = 0x7fc764c04b00, __cntrl_ = 0x0}} 2025-10-03 23:56:22 block = {data = {__begin_ = 0x0, __end_ = 0x7fc63c011120, __end_cap_ = {> = {__value_ = 0x7fc40f15e3f0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x55b6cf89740a }, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 140480043410416}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 140480043410448}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 8.59153646e+23}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = 80, bucket_num = 32708}} 2025-10-03 23:56:22 res = {block = {data = {__begin_ = 0xf6180, __end_ = 0xf0166700, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x7fc7655f45b8}, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 94244189580656}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x3c9b94e88fc14d30}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 140494375962040}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = -2.38811584e+28}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = 51, bucket_num = 21942}}, row_count = 1, num_read_rows = 140498103669049, num_read_bytes = 0} 2025-10-03 23:56:22 rows_to_read = 6 2025-10-03 23:56:22 sample_block = 2025-10-03 23:56:22 num_read_rows = 2025-10-03 23:56:22 num_read_bytes = 2025-10-03 23:56:22 num_filtered_rows = 2025-10-03 23:56:22 recommended_rows = 2025-10-03 23:56:22 #11 0x000055b6df2243f4 in DB::MergeTreeInOrderSelectAlgorithm::readFromTask (this=, task=..., params=...) at ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53 2025-10-03 23:56:22 No locals. 2025-10-03 23:56:22 #12 0x000055b6ddf5714c in DB::MergeTreeSelectProcessor::read (this=0x7fc766b9b740) at ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:193 2025-10-03 23:56:22 res = {block = {data = {__begin_ = 0xf6180, __end_ = 0xf0166700, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x7fc7655f45b8}, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 94244189580656}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x3c9b94e88fc14d30}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 140494375962040}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = -2.38811584e+28}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = 51, bucket_num = 21942}}, row_count = 1, num_read_rows = 140498103669049, num_read_bytes = 0} 2025-10-03 23:56:22 e = 2025-10-03 23:56:22 #13 0x000055b6df250475 in DB::MergeTreeSource::tryGenerate (this=0x7fc7655f45b8) at ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225 2025-10-03 23:56:23 span = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f15e687 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, } 2025-10-03 23:56:23 #14 0x000055b6de7cc8fa in DB::ISource::work (this=0x7fc7655f45b8) at ./build_docker/./src/Processors/ISource.cpp:108 2025-10-03 23:56:23 chunk = {> = {> = {> = {> = {> = {> = {{__null_state_ = -38 '\332', __val_ = {columns = {__begin_ = 0xaff9a39741d73fda, __end_ = 0x9ddfea08eb382d69, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x0}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }}, num_rows = 140489387052944, chunk_infos = {records = {__begin_ = 0x4, __end_ = 0x55b6e4307719 , __end_cap_ = {::Rec*, 0, false>> = {__value_ = 0x1}, ::Rec>, 1, true>> = {::Rec>> = {::Rec> >> = {}, }, }, }}}}}, __engaged_ = 144}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:56:23 #15 0x000055b6de7f9920 in DB::executeJob (node=0x7fc76507c090, read_progress_callback=0x7fc76729f3a0) at ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:47 2025-10-03 23:56:23 exception = { = { = {_vptr$exception = 0x55b6e4307719 , static capacity = 32, frames = {0x1, 0x0, 0x7fc40f15e820, 0x55b6e4307b3a , 0x8600000008, 0x0, 0x860de75921, 0x1, 0x0, 0x55b6da686ba5 , 0x7, 0xffffffffffff92b8, 0x630f15e970, 0x1000, 0x0, 0x8ebc6399ecabda5f, 0x7fc40f15e9b8, 0x55b6cf955a9e , 0x7fc40f15e9b8, 0x55b6e42d3a09 , 0x7fc40f15e8a0, 0x55b6cfc3ce70 ::lock()+48>, 0x0, 0x7fc40f15e980, 0x7fc40f15e950, 0x55b6de7faae5 &, int)+197>, 0x7fc76773f840, 0xffffffffffff92b8, 0x1000, 0x7fc63c000030, 0x0, 0x7fc76507c090}, size = 1006764352}, _msg = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc8438f9139 "H\205\300\017\204\016\002", __size_ = 2305843009213693951, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = "9\221\217C\310\177\000\000\377\377\377\377\377\377\377\037\000\000\000\000\000\000", __padding_ = 0x7fc40f15e8ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {140498103669049, 2305843009213693951, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _pNested = 0x0, _code = 253094208}, static enable_job_stack_trace = false, static can_use_thread_frame_pointers = false, static callback = {, std::__1::allocator > const&, int, bool, std::__1::vector > const&)>> = {}, , std::__1::allocator > const&, int, bool, std::__1::vector > const&)>> = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8fc6c8 , std::__1::allocator > const&, int, bool, std::__1::vector > const&)>::__call_empty(std::__1::__function::__policy_storage const*, std::__1::basic_string, std::__1::allocator > const&, int, bool, std::__1::vector > const&)>}, __policy_ = 0x55b6e4319280 }}, static thread_frame_pointers = {frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}}, remote = 196, message_format_string = {static npos = 18446744073709551615, __data = 0x7fc63c03fe90 "\220\300\ae\307\177", __size = 140494380677648}, message_format_string_args = {__begin_ = 0x7fc40f15e950, __end_ = 0x7fc765a739a0, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x7fc765a739a0}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }}, capture_thread_frame_pointers = {__begin_ = 0x0, __end_ = 0x7fc63c028f90, __end_cap_ = {*, 0, false>> = {__value_ = 0x55b6cf955fde }, >, 1, true>> = { >> = { > >> = {}, }, }, }}} 2025-10-03 23:56:23 is_source = 2025-10-03 23:56:23 read_progress = 2025-10-03 23:56:23 #16 DB::ExecutionThreadContext::executeTask (this=0x7fc63c028f90) at ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:96 2025-10-03 23:56:23 execution_time_watch = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {start_ns = 575758887424, stop_ns = 0, clock_type = 4, is_running = true}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:56:23 span = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }} 2025-10-03 23:56:23 #17 0x000055b6de7e7583 in DB::PipelineExecutor::executeStepImpl (this=this@entry=0x7fc765a73998, thread_num=thread_num@entry=0, yield_flag=yield_flag@entry=0x0) at ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273 2025-10-03 23:56:23 yield = false 2025-10-03 23:56:23 context = 2025-10-03 23:56:23 #18 0x000055b6de7e66f6 in DB::PipelineExecutor::executeSingleThread (this=0x7fc765a73998, thread_num=0) at ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:239 2025-10-03 23:56:23 No locals. 2025-10-03 23:56:23 #19 DB::PipelineExecutor::executeImpl (this=this@entry=0x7fc765a73998, num_threads=num_threads@entry=1, concurrency_control=) at ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:411 2025-10-03 23:56:23 slot = {__ptr_ = 0x7fc63c025700, __cntrl_ = 0x7fc63c0256d0} 2025-10-03 23:56:23 finished_flag = false 2025-10-03 23:56:23 scope_exit400 = {static is_nullable = , function = {finished_flag = @0x7fc40f15eaef, this = 0x7fc765a73998}} 2025-10-03 23:56:23 #20 0x000055b6de7e630a in DB::PipelineExecutor::execute (this=0x7fc765a73998, num_threads=1, concurrency_control=false) at ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:111 2025-10-03 23:56:23 span = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f15eb5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, } 2025-10-03 23:56:23 #21 0x000055b6de7fed6c in DB::threadFunction (data=..., thread_group=..., num_threads=1, concurrency_control=) at ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83 2025-10-03 23:56:23 scope_exit75 = {static is_nullable = false, function = {}} 2025-10-03 23:56:23 #22 DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0::operator()() const (this=0x7fc40f15eed0) at ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:109 2025-10-03 23:56:23 No locals. 2025-10-03 23:56:23 #23 std::__1::__invoke[abi:v15007](DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:56:23 No locals. 2025-10-03 23:56:23 #24 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB28PullingAsyncPipelineExecutor4pullERNS1_5ChunkEmE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:56:23 No locals. 2025-10-03 23:56:23 #25 std::__1::apply[abi:v15007]&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:56:23 No locals. 2025-10-03 23:56:23 #26 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:03 function = {thread_group = {__ptr_ = 0x7fc764d5a2f8, __cntrl_ = 0x7fc764d5a2e0}, this = 0x7fc76fff6ff0} 2025-10-03 23:57:03 thread_status = { = { = {}, }, thread_id = 867, os_thread_priority = 0, performance_counters = {counters = 0x7fc63c008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc63c008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x7fc764d5a340}, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc40f15ec18, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x7fc764d5a360}, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 936079, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x7fc764d5a2f8, __cntrl_ = 0x7fc764d5a2e0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x7fc766e32800, __cntrl_ = 0x7fc7652d1e40}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\212\000d\307\177\000\0008\216\000d\307\177\000", __large = 0x7fc764008ae0}, __invoker_ = {__call_ = 0x55b6de6bfbe8 ::__call_impl >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e482fa98 >(std::__1::integral_constant)::__policy_>}}, local_data = {profile_queue_ptr = {__ptr_ = 0x7fc765d84018, __cntrl_ = 0x7fc765d84000}, logs_queue_ptr = {__ptr_ = 0x7fc7655ac968, __cntrl_ = 0x7fc7655ac950}, client_logs_level = DB::LogsLevel::fatal, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc63c014860 "WITH [1., 0.] AS reference_vec SELECT 14 AND (1023 AND (0 AND 0) AND materialize(10) AND 0), id, vec FROM tab__fuzz_0 PREWHERE 9 AND 19 AND 19 ORDER BY L2Distance(vec, reference_vec) DESC NULLS FIRST"..., __size_ = 212, __cap_ = 224, __is_long_ = 1}, __s = {__data_ = "`H\001<\306\177\000\000\324\000\000\000\000\000\000\000\340\000\000\000\000\000", __padding_ = 0x7fc40f15edf7 "\200\354,f\377fő;\370\242\325d\307\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140489386969184, 212, 9223372036854776032}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 4292428966023015660, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\370\242\325d\307\177\000\000\320\353\264\360\266U\000", __large = 0x7fc764d5a2f8}, __invoker_ = {__call_ = 0x55b6dbe659e8 ::__call_impl, std::__1::function)::$_0, bool ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5cf8 , std::__1::function)::$_0, bool ()> >(std::__1::integral_constant)::__policy_>}}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc7667ff9b0 "9f378547-83a6-423a-8b6a-4ac016aa8356", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\260\371\177f\307\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fc40f15ee3f "\200h\221}#H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140494394882480, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528437518696}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7651a28d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc63c049340}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 575971674881, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\354\025\017\304\177\000\000\000\2650e\307\177\000", __large = 0x7fc40f15ec08}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:03 arguments = 2025-10-03 23:57:03 #27 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #28 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #29 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #30 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:03 __f = 2025-10-03 23:57:03 #31 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc40f15ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #32 std::__1::function::operator() (this=0x7fc40f15ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #33 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62800b4c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\2650e\307\177\000\0008\237,e\307\177\000", __large = 0x7fc76530b500}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f15efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575758585718, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:03 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f15f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:03 job_is_done = 2025-10-03 23:57:03 #34 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62800b538: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(class ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62800b548: 0x7fc62800b4c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #35 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #36 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62800b530) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62800b530}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:03 #37 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #38 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 2025-10-03 23:57:03 Thread 719 (Thread 0x7fc422ded640 (LWP 929) "ThreadPool"): 2025-10-03 23:57:03 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:03 ec = 2025-10-03 23:57:03 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc5d402f940) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:57:03 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:57:03 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:57:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\312::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc422de5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575638384987, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:03 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc422de607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:03 job_is_done = false 2025-10-03 23:57:03 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc5d402f068: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(class ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc5d402f078: 0x7fc5d402f940) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc5d402f060) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc5d402f060}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:03 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 2025-10-03 23:57:03 Thread 718 (Thread 0x7fc842f4b640 (LWP 153) "clickhouse-serv"): 2025-10-03 23:57:03 #0 0x00007fc84396881c in read () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #1 0x000055b6cf98b633 in DB::ReadBufferFromFileDescriptor::readImpl (this=this@entry=0x7fc842f43e40, to=0x7fc842f43840 "", min_bytes=min_bytes@entry=1, max_bytes=536, offset=0) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:75 2025-10-03 23:57:03 metric_increment = {what = , amount = 1} 2025-10-03 23:57:03 watch = {start_ns = 144219804678, stop_ns = 0, clock_type = 1, is_running = true} 2025-10-03 23:57:03 res = 0 2025-10-03 23:57:03 to_read = 536 2025-10-03 23:57:03 bytes_read = 0 2025-10-03 23:57:03 #2 0x000055b6cf98bf01 in DB::ReadBufferFromFileDescriptor::nextImpl (this=0x7fc842f43e40) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:124 2025-10-03 23:57:03 bytes_read = 2025-10-03 23:57:03 #3 0x000055b6c3709e51 in DB::ReadBuffer::next() () 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #4 0x000055b6cfdb9716 in DB::ReadBuffer::eof (this=0x7fc842f43e40) at ./src/IO/ReadBuffer.h:106 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #5 SignalListener::run (this=0x55b6f026ed00) at ./build_docker/./src/Common/SignalHandlers.cpp:273 2025-10-03 23:57:03 buf = '\000' 2025-10-03 23:57:03 in = { = {> = { = { = { = {pos = 0x7fc842f43840 "", bytes = 0, working_buffer = {begin_pos = 0x7fc842f43840 "", end_pos = 0x7fc842f43840 ""}, internal_buffer = {begin_pos = 0x7fc842f43840 "", end_pos = 0x7fc842f43a58 ""}, padded = false}, _vptr$ReadBuffer = 0x55b6e44cfa28 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 0, m_size = 0, m_data = 0x0, alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44cfad8 }, = {_vptr$WithFileSize = 0x55b6e44cfb00 }, file_size = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = 0}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = false, file_offset_of_buffer_end = 0, fd = 7, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}} 2025-10-03 23:57:03 signal_pipe = 2025-10-03 23:57:03 #6 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:57:03 sset = {__val = {20484, 0 }} 2025-10-03 23:57:03 pData = {_ptr = 0x55b6f0232640} 2025-10-03 23:57:03 pThreadImpl = 2025-10-03 23:57:03 exc = 2025-10-03 23:57:03 exc = 2025-10-03 23:57:03 #7 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #8 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 2025-10-03 23:57:03 Thread 717 (Thread 0x7fc776ba3640 (LWP 154) "TraceCollector"): 2025-10-03 23:57:03 #0 0x00007fc84396881c in read () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #1 0x000055b6cf98b633 in DB::ReadBufferFromFileDescriptor::readImpl (this=this@entry=0x7fc776b9b980, to=0x7fc770002210 "", min_bytes=min_bytes@entry=1, max_bytes=1048576, offset=2033031) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:75 2025-10-03 23:57:03 metric_increment = {what = , amount = 1} 2025-10-03 23:57:03 watch = {start_ns = 575837975744, stop_ns = 0, clock_type = 1, is_running = true} 2025-10-03 23:57:03 res = 0 2025-10-03 23:57:03 to_read = 1048576 2025-10-03 23:57:03 bytes_read = 0 2025-10-03 23:57:03 #2 0x000055b6cf98bf01 in DB::ReadBufferFromFileDescriptor::nextImpl (this=0x7fc776b9b980) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:124 2025-10-03 23:57:03 bytes_read = 2025-10-03 23:57:03 #3 0x000055b6c3709e51 in DB::ReadBuffer::next() () 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #4 0x000055b6cfd32fd9 in DB::ReadBuffer::eof (this=) at ./src/IO/ReadBuffer.h:106 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #5 DB::readChar (x=, buf=...) at ./src/IO/ReadHelpers.h:105 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #6 0x000055b6dbe6785c in DB::TraceCollector::run (this=this@entry=0x55b6f0b493e0) at ./build_docker/./src/Interpreters/TraceCollector.cpp:102 2025-10-03 23:57:03 trace_size = 33 '!' 2025-10-03 23:57:03 size = 3426414612 2025-10-03 23:57:03 event = {t = 710} 2025-10-03 23:57:03 increment = 0 2025-10-03 23:57:03 query_id_size = 52 '4' 2025-10-03 23:57:03 trace_type = DB::TraceType::MemoryPeak 2025-10-03 23:57:03 thread_id = 755 2025-10-03 23:57:03 ptr = 0 2025-10-03 23:57:03 trace = 2025-10-03 23:57:03 is_last = 0 '\000' 2025-10-03 23:57:03 query_id = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc7701142f0 "\024\001w\374\a", __size_ = 52, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\360B\021p\307\177\000\0004\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc776b9bbf7 "\200atus", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140494555398896, 52, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:57:03 in = { = {> = { = { = { = {pos = 0x7fc770002378 "4dd8-944f-67e5a0a446da::202510_42_57_2\037\367\224\223϶U", bytes = 2033031, working_buffer = {begin_pos = 0x7fc770002210 "", end_pos = 0x7fc770002378 "4dd8-944f-67e5a0a446da::202510_42_57_2\037\367\224\223϶U"}, internal_buffer = {begin_pos = 0x7fc770002210 "", end_pos = 0x7fc770102210 ""}, padded = true}, _vptr$ReadBuffer = 0x55b6e44cfa28 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 1048639, m_size = 1048576, m_data = 0x7fc770002210 "", alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44cfad8 }, = {_vptr$WithFileSize = 0x55b6e44cfb00 }, file_size = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = 140494667102976}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = false, file_offset_of_buffer_end = 2033031, fd = 6, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}} 2025-10-03 23:57:03 #7 0x000055b6dbe699d4 in std::__1::__invoke[abi:v15007](void (DB::TraceCollector::*&)(), DB::TraceCollector*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #8 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::TraceCollector::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #9 std::__1::apply[abi:v15007]&>(void (DB::TraceCollector::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::TraceCollector::*&&)(), DB::TraceCollector*&&)::{lambda()#1}::operator()() (this=0x55b6f0b4f840) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:03 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f0b4f840}} 2025-10-03 23:57:03 thread_status = { = { = {}, }, thread_id = 154, os_thread_priority = 0, performance_counters = {counters = 0x7fc770000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc770000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc776b9bc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 12586375}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 12586375}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 439424, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000p\307\177\000\000\270\374\264\360\266U\000", __large = 0x7fc770000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc776b9be37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\336\271v\307\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc776b9de70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc776b9be7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7700021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144288319041, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:03 function = 2025-10-03 23:57:03 arguments = 2025-10-03 23:57:03 #11 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc776b9bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #12 std::__1::function::operator() (this=0x7fc776b9bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #13 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f0b4fcb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\370\264\360\266U\000\000\031\000\000\000\000\000\000", __large = 0x55b6f0b4f840}, __invoker_ = {__call_ = 0x55b6dbe698e8 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::TraceCollector::*&&)(), DB::TraceCollector*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d58 ::ThreadFromGlobalPoolImpl(void (DB::TraceCollector::*&&)(), DB::TraceCollector*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc776b9bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144077025948, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:03 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc776b9c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:03 job_is_done = 2025-10-03 23:57:03 #14 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f0b4fd98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(class ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f0b4fda8: 0x55b6f0b4fcb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #15 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #16 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f0b4fd90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f0b4fd90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:03 #17 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 #18 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:03 No symbol table info available. 2025-10-03 23:57:03 2025-10-03 23:57:03 Thread 716 (Thread 0x7fc7763a2640 (LWP 155) "KeeperHandler"): 2025-10-03 23:57:03 #0 __syscall () at ./build_docker/./base/glibc-compatibility/musl/x86_64/syscall.s:14 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #1 0x000055b6e4307b3a in epoll_pwait (fd=47, ev=0x7fc77639a810, cnt=2, to=30000, sigs=0x0) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:27 2025-10-03 23:57:03 r = 2025-10-03 23:57:03 #2 epoll_wait (fd=47, ev=0x7fc77639a810, cnt=2, to=30000) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:36 2025-10-03 23:57:03 No locals. 2025-10-03 23:57:03 #3 0x000055b6de5ea258 in DB::SocketInterruptablePollWrapper::poll (this=this@entry=0x7fc7680091a0, remaining_time=..., in=...) at ./build_docker/./src/Server/KeeperTCPHandler.cpp:140 2025-10-03 23:57:03 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528428120403} 2025-10-03 23:57:03 evout = {{events = 1494064033, data = {ptr = 0x7639aaa8ffffffff, fd = -1, u32 = 4294967295, u64 = 8519027812974198783}}, {events = 32711, data = {ptr = 0xffffffff, fd = -1, u32 = 4294967295, u64 = 4294967295}}} 2025-10-03 23:57:03 socket_ready = false 2025-10-03 23:57:03 fd_ready = false 2025-10-03 23:57:03 rc = 2025-10-03 23:57:03 result = 2025-10-03 23:57:03 #4 0x000055b6de5d7371 in DB::KeeperTCPHandler::runImpl (this=0x7fc768008d20) at ./build_docker/./src/Server/KeeperTCPHandler.cpp:435 2025-10-03 23:57:03 result = 2025-10-03 23:57:03 use_compression = true 2025-10-03 23:57:03 header = 45 2025-10-03 23:57:03 response_callback = {my_responses = {__ptr_ = 0x7fc768008a50, __cntrl_ = 0x7fc7680086f0}, response_fd = 46} 2025-10-03 23:57:03 logging_stopwatch = {start_ns = 566360361130, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:57:03 operation_max_ms = {value = 1000, changed = false} 2025-10-03 23:57:03 log_long_operation = {logging_stopwatch = @0x7fc77639ab90, operation_max_ms = @0x7fc77639a8d0, this = 0x7fc768008d20} 2025-10-03 23:57:03 four_letter_cmd = 2025-10-03 23:57:03 response_fd = 2025-10-03 23:57:03 close_received = false 2025-10-03 23:57:03 e = 2025-10-03 23:57:03 e = 2025-10-03 23:57:03 ex = 2025-10-03 23:57:03 #5 0x000055b6e217f9f8 in Poco::Net::TCPServerConnection::start (this=) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 2025-10-03 23:57:03 exc = 2025-10-03 23:57:03 exc = 2025-10-03 23:57:03 #6 0x000055b6e2180b32 in Poco::Net::TCPServerDispatcher::run (this=0x55b6f1348710) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 2025-10-03 23:57:03 pConnection = {__ptr_ = {> = {__value_ = 0x7fc768008d20}, , 1, true>> = {> = {}, }, }} 2025-10-03 23:57:03 pCNf = 2025-10-03 23:57:03 pNf = {_ptr = 0x7fc61c008960} 2025-10-03 23:57:03 lock = {_mutex = @0x7fc61c008960} 2025-10-03 23:57:03 exc = 2025-10-03 23:57:03 exc = 2025-10-03 23:57:03 guard = {_ptr = 0x55b6f1348710} 2025-10-03 23:57:03 idleTime = 2025-10-03 23:57:03 #7 0x000055b6e20d4281 in Poco::PooledThread::run (this=0x55b6f02c41c0) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205 2025-10-03 23:57:03 lock = {_mutex = @0x55b6e20d115b} 2025-10-03 23:57:03 pTarget = 0x55b6f1348710 2025-10-03 23:57:03 exc = 2025-10-03 23:57:03 exc = 2025-10-03 23:57:04 thread_status = { = { = {}, }, thread_id = 155, os_thread_priority = 0, performance_counters = {counters = 0x7fc768000b70, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc768000b70}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc77639ad78, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 4207308}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 4207308}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13041, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc77639af57 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc77639af9f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7680021b0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144288319041, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "i-8\353\b\352ߝ{\277\374͏\265", , __large = 0x9ddfea08eb382d69}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:04 #8 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:57:04 sset = {__val = {20484, 0 }} 2025-10-03 23:57:04 pData = {_ptr = 0x55b6f02392b0} 2025-10-03 23:57:04 pThreadImpl = 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 2025-10-03 23:57:04 Thread 715 (Thread 0x7fc76ffff640 (LWP 156) "TCPHandler"): 2025-10-03 23:57:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc3fc01bde0, __m=0x189, __ts=0x7fc76fff6c70) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc3fc01bde0, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:57:04 ts = {tv_sec = 1759528437, tv_nsec = 618591770} 2025-10-03 23:57:04 ts_sec_max = 9223372036854775807 2025-10-03 23:57:04 ec = 2025-10-03 23:57:04 d = 2025-10-03 23:57:04 s = 2025-10-03 23:57:04 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x7fc3fc01bdb8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:57:04 __c_now = {__d_ = {__rep_ = 575975896886}} 2025-10-03 23:57:04 __now_count_ns = 2025-10-03 23:57:04 __d_ns_count = 2025-10-03 23:57:04 #5 0x000055b6de820c88 in std::__1::condition_variable::__do_timed_wait (this=0x7fc3fc01bdb8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #6 std::__1::condition_variable::wait_until > > (this=0x7fc3fc01bdb8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:57:04 __t_ns = {__d_ = {__rep_ = 576075896436}} 2025-10-03 23:57:04 __now = 2025-10-03 23:57:04 #7 std::__1::condition_variable::wait_until >, ConcurrentBoundedQueue::popImpl(DB::Chunk&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, ConcurrentBoundedQueue::popImpl(DB::Chunk&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x7fc3fc01bdb8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #8 0x000055b6de8207bd in std::__1::condition_variable::wait_for[abi:v15007], ConcurrentBoundedQueue::popImpl(DB::Chunk&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, ConcurrentBoundedQueue::popImpl(DB::Chunk&, std::__1::optional)::{lambda()#1}) (this=0x7fc3fc01bdb8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #9 ConcurrentBoundedQueue::popImpl (this=0x7fc3fc01bd30, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:73 2025-10-03 23:57:04 wait_result = 2025-10-03 23:57:04 queue_lock = {__m_ = 0x7fc3fc01bd60, __owns_ = true} 2025-10-03 23:57:04 predicate = {this = 0x7fc3fc01bd30} 2025-10-03 23:57:04 #10 0x000055b6de81e03b in ConcurrentBoundedQueue::tryPop (x=..., this=, milliseconds=) at ./src/Common/ConcurrentBoundedQueue.h:159 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #11 DB::LazyOutputFormat::getChunk (this=0x7fc3fc01baf8, milliseconds=100) at ./build_docker/./src/Processors/Formats/LazyOutputFormat.cpp:18 2025-10-03 23:57:04 chunk = {columns = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x0}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }}, num_rows = 0, chunk_infos = {records = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {::Rec*, 0, false>> = {__value_ = 0x0}, ::Rec>, 1, true>> = {::Rec>> = {::Rec> >> = {}, }, }, }}}} 2025-10-03 23:57:04 #12 0x000055b6de7fd782 in DB::PullingAsyncPipelineExecutor::pull (this=0x7fc76fff6ff0, chunk=..., milliseconds=100) at ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:129 2025-10-03 23:57:04 is_execution_finished = 2025-10-03 23:57:04 #13 0x000055b6de7fdcba in DB::PullingAsyncPipelineExecutor::pull (this=0x7fc3fc01bde0, block=..., milliseconds=0) at ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:138 2025-10-03 23:57:04 chunk = {columns = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x0}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }}, num_rows = 0, chunk_infos = {records = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {::Rec*, 0, false>> = {__value_ = 0x0}, ::Rec>, 1, true>> = {::Rec>> = {::Rec> >> = {}, }, }, }}}} 2025-10-03 23:57:04 #14 0x000055b6de69fa6e in DB::TCPHandler::processOrdinaryQuery (this=this@entry=0x7fc764008ae0) at ./build_docker/./src/Server/TCPHandler.cpp:1108 2025-10-03 23:57:04 executor = {pipeline = @0x7fc764008e48, lazy_format = {__ptr_ = 0x7fc3fc01baf8, __cntrl_ = 0x7fc3fc01bae0}, data = {__ptr_ = {> = {__value_ = 0x7fc765606190}, , 1, true>> = {> = {}, }, }}} 2025-10-03 23:57:04 scope_exit1105 = {static is_nullable = , function = {out_lock = @0x7fc76fff70c8}} 2025-10-03 23:57:04 block = {data = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = false, bucket_num = -1}} 2025-10-03 23:57:04 query_thread_metric_increment = {what = , amount = 1} 2025-10-03 23:57:04 out_lock = {__m_ = 0x7fc764008cf8, __owns_ = false} 2025-10-03 23:57:04 pipeline = 2025-10-03 23:57:04 #15 0x000055b6de6878bf in DB::TCPHandler::runImpl (this=this@entry=0x7fc764008ae0) at ./build_docker/./src/Server/TCPHandler.cpp:591 2025-10-03 23:57:04 client_logs_level = 2025-10-03 23:57:04 finish_or_cancel = 2025-10-03 23:57:04 query_scope = {> = {> = {> = {> = {> = {> = {{__null_state_ = 1 '\001', __val_ = { = { = {}, }, log_peak_memory_usage_in_destructor = true}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:04 exception = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }} 2025-10-03 23:57:04 query_duration_already_logged = false 2025-10-03 23:57:04 thread_trace_context = {__ptr_ = {> = {__value_ = 0x7fc765806b60}, , 1, true>> = {> = {}, }, }} 2025-10-03 23:57:04 network_error = false 2025-10-03 23:57:04 e = 2025-10-03 23:57:04 e = 2025-10-03 23:57:04 e = 2025-10-03 23:57:04 e = 2025-10-03 23:57:04 e = 2025-10-03 23:57:04 user_expired = false 2025-10-03 23:57:04 log_query_duration = {this = 0x7fc764008ae0, query_duration_already_logged = @0x7fc76fff7a8f} 2025-10-03 23:57:04 e = 2025-10-03 23:57:04 #16 0x000055b6de6be7f6 in DB::TCPHandler::run (this=0x7fc764008ae0) at ./build_docker/./src/Server/TCPHandler.cpp:2515 2025-10-03 23:57:04 e = 2025-10-03 23:57:04 #17 0x000055b6e217f9f8 in Poco::Net::TCPServerConnection::start (this=) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 #18 0x000055b6e2180b32 in Poco::Net::TCPServerDispatcher::run (this=0x55b6f3f16ba0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 2025-10-03 23:57:04 pConnection = {__ptr_ = {> = {__value_ = 0x7fc764008ae0}, , 1, true>> = {> = {}, }, }} 2025-10-03 23:57:04 pCNf = 2025-10-03 23:57:04 pNf = {_ptr = 0x7fc620008960} 2025-10-03 23:57:04 lock = {_mutex = @0x7fc620008960} 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 guard = {_ptr = 0x55b6f3f16ba0} 2025-10-03 23:57:04 idleTime = 2025-10-03 23:57:04 #19 0x000055b6e20d4281 in Poco::PooledThread::run (this=0x55b6f0b50c70) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205 2025-10-03 23:57:04 lock = {_mutex = @0x0} 2025-10-03 23:57:04 pTarget = 0x55b6f3f16ba0 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 thread_status = { = { = {}, }, thread_id = 156, os_thread_priority = 0, performance_counters = {counters = 0x7fc764000b70, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc764000b70}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x7fc764d5a340}, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc76fff7d78, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x7fc764d5a360}, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 120570, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 338}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 10744}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 338}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 10744}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x7fc764d5a2f8, __cntrl_ = 0x7fc764d5a2e0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x7fc766e32800, __cntrl_ = 0x7fc7652d1e40}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\212\000d\307\177\000\0008\216\000d\307\177\000", __large = 0x7fc764008ae0}, __invoker_ = {__call_ = 0x55b6de6bfbe8 ::__call_impl >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e482fa98 >(std::__1::integral_constant)::__policy_>}}, local_data = {profile_queue_ptr = {__ptr_ = 0x7fc765d84018, __cntrl_ = 0x7fc765d84000}, logs_queue_ptr = {__ptr_ = 0x7fc7655ac968, __cntrl_ = 0x7fc7655ac950}, client_logs_level = DB::LogsLevel::fatal, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc7676b15f0 "WITH [1., 0.] AS reference_vec SELECT 14 AND (1023 AND (0 AND 0) AND materialize(10) AND 0), id, vec FROM tab__fuzz_0 PREWHERE 9 AND 19 AND 19 ORDER BY L2Distance(vec, reference_vec) DESC NULLS FIRST"..., __size_ = 212, __cap_ = 224, __is_long_ = 1}, __s = {__data_ = "\360\025kg\307\177\000\000\324\000\000\000\000\000\000\000\340\000\000\000\000\000", __padding_ = 0x7fc76fff7f57 "\200\354,f\377fő;\370\242\325d\307\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140494410290672, 212, 9223372036854776032}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 4292428966023015660, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\370\242\325d\307\177\000\000\320\353\264\360\266U\000", __large = 0x7fc764d5a2f8}, __invoker_ = {__call_ = 0x55b6dbe659e8 ::__call_impl, std::__1::function)::$_0, bool ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5cf8 , std::__1::function)::$_0, bool ()> >(std::__1::integral_constant)::__policy_>}}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc764bd1d20 "9f378547-83a6-423a-8b6a-4ac016aa8356", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = " \035\275d\307\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fc76fff7f9f "\200\265\202}#H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140494365334816, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528437514933}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7640021b0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc764216390}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144288319041, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 426115381, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "h}\377o\307\177\000\000@\036-e\307\177\000", __large = 0x7fc76fff7d68}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:04 #20 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:57:04 sset = {__val = {20484, 0 }} 2025-10-03 23:57:04 pData = {_ptr = 0x55b6f0b30470} 2025-10-03 23:57:04 pThreadImpl = 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 2025-10-03 23:57:04 Thread 714 (Thread 0x7fc76f7fe640 (LWP 157) "clickhouse-serv"): 2025-10-03 23:57:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #2 0x000055b6e202e894 in Poco::EventImpl::waitImpl (this=0x55b6f0b51138) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #3 0x000055b6e20d4141 in Poco::Event::wait (this=0x55b6f0b51138) at ./base/poco/Foundation/include/Poco/Event.h:92 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #4 Poco::PooledThread::run (this=0x55b6f0b51030) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:197 2025-10-03 23:57:04 thread_status = { = { = {}, }, thread_id = 157, os_thread_priority = 0, performance_counters = {counters = 0x7fc75c000b70, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc75c000b70}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc76f7f6d78, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76f7f6f57 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76f7f6f9f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc75c0021b0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144288319041, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:04 #5 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:57:04 sset = {__val = {20484, 0 }} 2025-10-03 23:57:04 pData = {_ptr = 0x55b6f0b512a0} 2025-10-03 23:57:04 pThreadImpl = 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 exc = 2025-10-03 23:57:04 #6 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #7 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 2025-10-03 23:57:04 Thread 713 (Thread 0x7fc76effd640 (LWP 158) "BgBufSchPool"): 2025-10-03 23:57:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:04 ec = 2025-10-03 23:57:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:04 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356220) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:04 thread_status = { = { = {}, }, thread_id = 158, os_thread_priority = 0, performance_counters = {counters = 0x7fc754000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc754000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc76eff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377n\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76eff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377n\307\177\000\000\036,\243϶U\000", __large = 0x7fc76eff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76eff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7540021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:04 function = {this = 0x55b6f1363650} 2025-10-03 23:57:04 arguments = 2025-10-03 23:57:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356220) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:04 __f = 0x55b6f1356220 2025-10-03 23:57:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc76eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #16 std::__1::function::operator() (this=0x7fc76eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1375ca0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " b5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1356220}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76eff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144483300525, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76eff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_is_done = 2025-10-03 23:57:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13561f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356208: 0x55b6f1375ca0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13561f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13561f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 2025-10-03 23:57:04 Thread 712 (Thread 0x7fc76e7fc640 (LWP 159) "BgBufSchPool"): 2025-10-03 23:57:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:04 ec = 2025-10-03 23:57:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:04 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1357030) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:04 thread_status = { = { = {}, }, thread_id = 159, os_thread_priority = 0, performance_counters = {counters = 0x7fc760000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc760000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc76e7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177n\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76e7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177n\307\177\000\000\036,\243϶U\000", __large = 0x7fc76e7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76e7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7600021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:04 function = {this = 0x55b6f1363650} 2025-10-03 23:57:04 arguments = 2025-10-03 23:57:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1357030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:04 __f = 0x55b6f1357030 2025-10-03 23:57:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc76e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #16 std::__1::function::operator() (this=0x7fc76e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1375e00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0p5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1357030}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76e7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144483270358, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76e7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_is_done = 2025-10-03 23:57:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356898: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13568a8: 0x55b6f1375e00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356890) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356890}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 2025-10-03 23:57:04 Thread 711 (Thread 0x7fc76dffb640 (LWP 160) "BgBufSchPool"): 2025-10-03 23:57:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:04 ec = 2025-10-03 23:57:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:04 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f0b88c90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:04 thread_status = { = { = {}, }, thread_id = 160, os_thread_priority = 0, performance_counters = {counters = 0x7fc758000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc758000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc76dff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377m\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76dff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377m\307\177\000\000\036,\243϶U\000", __large = 0x7fc76dff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76dff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7580021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:04 function = {this = 0x55b6f1363650} 2025-10-03 23:57:04 arguments = 2025-10-03 23:57:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f0b88c90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:04 __f = 0x55b6f0b88c90 2025-10-03 23:57:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc76dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #16 std::__1::function::operator() (this=0x7fc76dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1375f60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\214\270\360\266U\000\000p\3253\361\266U\000", __large = 0x55b6f0b88c90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76dff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144483356229, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76dff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_is_done = 2025-10-03 23:57:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356018: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356028: 0x55b6f1375f60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356010) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356010}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 2025-10-03 23:57:04 Thread 710 (Thread 0x7fc76d7fa640 (LWP 161) "BgBufSchPool"): 2025-10-03 23:57:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:04 ec = 2025-10-03 23:57:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:04 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1355ed0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:04 thread_status = { = { = {}, }, thread_id = 161, os_thread_priority = 0, performance_counters = {counters = 0x7fc750000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc750000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc76d7f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177m\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76d7f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177m\307\177\000\000\036,\243϶U\000", __large = 0x7fc76d7f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76d7f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7500021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:04 function = {this = 0x55b6f1363650} 2025-10-03 23:57:04 arguments = 2025-10-03 23:57:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1355ed0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:04 __f = 0x55b6f1355ed0 2025-10-03 23:57:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc76d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #16 std::__1::function::operator() (this=0x7fc76d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1377020) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320^5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1355ed0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76d7f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144483326794, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76d7f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_is_done = 2025-10-03 23:57:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f0bab9d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f0bab9e8: 0x55b6f1377020) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f0bab9d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f0bab9d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 2025-10-03 23:57:04 Thread 709 (Thread 0x7fc76cff9640 (LWP 162) "BgBufSchPool"): 2025-10-03 23:57:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:04 ec = 2025-10-03 23:57:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:04 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1377090) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:04 thread_status = { = { = {}, }, thread_id = 162, os_thread_priority = 0, performance_counters = {counters = 0x7fc748000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc748000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc76cff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377l\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76cff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377l\307\177\000\000\036,\243϶U\000", __large = 0x7fc76cff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76cff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7480021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:04 function = {this = 0x55b6f1363650} 2025-10-03 23:57:04 arguments = 2025-10-03 23:57:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1377090) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:04 __f = 0x55b6f1377090 2025-10-03 23:57:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc76cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #16 std::__1::function::operator() (this=0x7fc76cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1356ed0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220p7\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1377090}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76cff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144483841840, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc76cff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_is_done = 2025-10-03 23:57:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356ea8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356eb8: 0x55b6f1356ed0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356ea0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356ea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 2025-10-03 23:57:04 Thread 708 (Thread 0x7fc74ffff640 (LWP 163) "BgBufSchPool"): 2025-10-03 23:57:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:04 No symbol table info available. 2025-10-03 23:57:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:04 ec = 2025-10-03 23:57:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:04 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134e510) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:04 thread_status = { = { = {}, }, thread_id = 163, os_thread_priority = 0, performance_counters = {counters = 0x7fc740000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc740000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc74fff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377O\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74fff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377O\307\177\000\000\036,\243϶U\000", __large = 0x7fc74fff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74fff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7400021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:04 function = {this = 0x55b6f1363650} 2025-10-03 23:57:04 arguments = 2025-10-03 23:57:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134e510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:04 __f = 0x55b6f134e510 2025-10-03 23:57:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc74fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #16 std::__1::function::operator() (this=0x7fc74fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:04 No locals. 2025-10-03 23:57:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1356640) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\3454\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f134e510}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74fff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144483877095, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74fff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356568: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356578: 0x55b6f1356640) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356560) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 707 (Thread 0x7fc74f7fe640 (LWP 164) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356600) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 164, os_thread_priority = 0, performance_counters = {counters = 0x7fc738000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc738000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc74f7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177O\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74f7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177O\307\177\000\000\036,\243϶U\000", __large = 0x7fc74f7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74f7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7380021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356600) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1356600 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc74f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc74f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1356480) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000f5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1356600}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74f7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144483908033, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74f7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356328: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356338: 0x55b6f1356480) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356320) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 706 (Thread 0x7fc74effd640 (LWP 165) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356b00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 165, os_thread_priority = 0, performance_counters = {counters = 0x7fc73c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc73c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc74eff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377N\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74eff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377N\307\177\000\000\036,\243϶U\000", __large = 0x7fc74eff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74eff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc73c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356b00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1356b00 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc74eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc74eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13561c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000k5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1356b00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74eff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144483967275, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74eff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1357138: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1357148: 0x55b6f13561c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1357130) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1357130}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 705 (Thread 0x7fc74e7fc640 (LWP 166) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356140) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 166, os_thread_priority = 0, performance_counters = {counters = 0x7fc730000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc730000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc74e7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177N\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74e7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177N\307\177\000\000\036,\243϶U\000", __large = 0x7fc74e7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74e7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7300021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356140) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1356140 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc74e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc74e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1356dc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@a5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1356140}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74e7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144484333932, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74e7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356d28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356d38: 0x55b6f1356dc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356d20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 704 (Thread 0x7fc74dffb640 (LWP 167) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1375d10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 167, os_thread_priority = 0, performance_counters = {counters = 0x7fc734000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc734000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc74dff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377M\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74dff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377M\307\177\000\000\036,\243϶U\000", __large = 0x7fc74dff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74dff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7340021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1375d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1375d10 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc74dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc74dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1356c40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020]7\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1375d10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74dff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144484364500, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74dff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356828: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356838: 0x55b6f1356c40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356820) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356820}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 703 (Thread 0x7fc74d7fa640 (LWP 168) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1376150) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 168, os_thread_priority = 0, performance_counters = {counters = 0x7fc728000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc728000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc74d7f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177M\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74d7f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177M\307\177\000\000\036,\243϶U\000", __large = 0x7fc74d7f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74d7f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7280021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1376150) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1376150 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc74d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc74d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1375ef0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "Pa7\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1376150}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74d7f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144484392192, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74d7f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1375d98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1375da8: 0x55b6f1375ef0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1375d90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1375d90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 702 (Thread 0x7fc74cff9640 (LWP 169) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1355e90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 169, os_thread_priority = 0, performance_counters = {counters = 0x7fc720000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc720000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc74cff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377L\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74cff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377L\307\177\000\000\036,\243϶U\000", __large = 0x7fc74cff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74cff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7200021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1355e90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1355e90 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc74cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc74cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13573d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220^5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1355e90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74cff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144484462784, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc74cff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13564b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13564c8: 0x55b6f13573d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13564b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13564b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 701 (Thread 0x7fc747fff640 (LWP 170) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356440) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 170, os_thread_priority = 0, performance_counters = {counters = 0x7fc72c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc72c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc747ff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377G\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc747ff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377G\307\177\000\000\036,\243϶U\000", __large = 0x7fc747ff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc747ff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc72c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356440) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1356440 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc747ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc747ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1356d50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@d5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1356440}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc747ff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144484648272, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc747ff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356f08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356f18: 0x55b6f1356d50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356f00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356f00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 700 (Thread 0x7fc7477fe640 (LWP 171) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356900) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 171, os_thread_priority = 0, performance_counters = {counters = 0x7fc710000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc710000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc7477f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177G\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7477f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177G\307\177\000\000\036,\243϶U\000", __large = 0x7fc7477f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7477f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7100021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356900) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1356900 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc7477f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc7477f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1356e30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000i5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1356900}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7477f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144484690191, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7477f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356cb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356cc8: 0x55b6f1356e30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356cb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356cb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 699 (Thread 0x7fc746ffd640 (LWP 172) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1375e30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 172, os_thread_priority = 0, performance_counters = {counters = 0x7fc718000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc718000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc746ff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377F\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc746ff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377F\307\177\000\000\036,\243϶U\000", __large = 0x7fc746ff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc746ff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7180021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1375e30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1375e30 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc746ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc746ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13566b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0^7\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1375e30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc746ff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144484722100, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc746ff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13565d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13565e8: 0x55b6f13566b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13565d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13565d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 2025-10-03 23:57:05 Thread 698 (Thread 0x7fc7467fc640 (LWP 173) "BgBufSchPool"): 2025-10-03 23:57:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:05 No symbol table info available. 2025-10-03 23:57:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363680, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #3 std::__1::condition_variable::wait (this=0x55b6f1363680, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:05 ec = 2025-10-03 23:57:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1363658, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:05 tasks_lock = {__m_ = 0x55b6f1363688, __owns_ = true} 2025-10-03 23:57:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356520) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:05 thread_status = { = { = {}, }, thread_id = 173, os_thread_priority = 0, performance_counters = {counters = 0x7fc714000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc714000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc7467f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177F\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7467f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177F\307\177\000\000\036,\243϶U\000", __large = 0x7fc7467f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7467f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7140021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:05 function = {this = 0x55b6f1363650} 2025-10-03 23:57:05 arguments = 2025-10-03 23:57:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356520) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:05 __f = 0x55b6f1356520 2025-10-03 23:57:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc7467f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #16 std::__1::function::operator() (this=0x7fc7467f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1356350) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " e5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f1356520}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7467f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144484922696, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7467f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:05 job_is_done = 2025-10-03 23:57:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13571a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13571b8: 0x55b6f1356350) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:05 No locals. 2025-10-03 23:57:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13571a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13571a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:06 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 2025-10-03 23:57:06 Thread 697 (Thread 0x7fc745ffb640 (LWP 174) "BgBufSchPool/D"): 2025-10-03 23:57:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1363720, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #3 std::__1::condition_variable::wait (this=0x55b6f1363720, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:06 ec = 2025-10-03 23:57:06 #4 0x000055b6da2edcad in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x55b6f1363650) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:334 2025-10-03 23:57:06 min_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528006245758} 2025-10-03 23:57:06 current_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 94243655086663} 2025-10-03 23:57:06 lock = {__m_ = 0x55b6f1363728, __owns_ = true} 2025-10-03 23:57:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:06 found = false 2025-10-03 23:57:06 #5 0x000055b6da2eeda6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:172 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #6 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #7 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #8 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x55b6f13562e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:06 thread_status = { = { = {}, }, thread_id = 174, os_thread_priority = 0, performance_counters = {counters = 0x7fc708000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc708000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc745ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377E\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc745ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377E\307\177\000\000\036,\243϶U\000", __large = 0x7fc745ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc745ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7080021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:06 function = {this = 0x55b6f1363650} 2025-10-03 23:57:06 arguments = 2025-10-03 23:57:06 #10 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13562e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:06 __f = 0x55b6f13562e0 2025-10-03 23:57:06 #14 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc745ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #15 std::__1::function::operator() (this=0x7fc745ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f133a790) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340b5\361\266U\000\000p\3253\361\266U\000", __large = 0x55b6f13562e0}, __invoker_ = {__call_ = 0x55b6da2eed08 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbef8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc745ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144484967971, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc745ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_is_done = 2025-10-03 23:57:06 #17 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f133a7e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f133a7f8: 0x55b6f133a790) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #18 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f133a7e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f133a7e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:06 #20 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #21 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 2025-10-03 23:57:06 Thread 696 (Thread 0x7fc7457fa640 (LWP 175) "BgSchPool"): 2025-10-03 23:57:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:06 ec = 2025-10-03 23:57:06 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:06 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:06 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356590) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:06 thread_status = { = { = {}, }, thread_id = 175, os_thread_priority = 0, performance_counters = {counters = 0x7fc70c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc70c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc7457f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11016, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177E\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7457f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177E\307\177\000\000\036,\243϶U\000", __large = 0x7fc7457f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7457f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc70c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:06 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:06 arguments = 2025-10-03 23:57:06 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:06 __f = 0x55b6f1356590 2025-10-03 23:57:06 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc7457f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #16 std::__1::function::operator() (this=0x7fc7457f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f133a960) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220e5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1356590}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7457f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485078759, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7457f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_is_done = 2025-10-03 23:57:06 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1357328: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1357338: 0x55b6f133a960) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1357320) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1357320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:06 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 2025-10-03 23:57:06 Thread 695 (Thread 0x7fc744ff9640 (LWP 176) "BgSchPool"): 2025-10-03 23:57:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:06 ec = 2025-10-03 23:57:06 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:06 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:06 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356f30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:06 thread_status = { = { = {}, }, thread_id = 176, os_thread_priority = 0, performance_counters = {counters = 0x7fc700000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc700000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc744ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9544, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377D\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc744ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377D\307\177\000\000\036,\243϶U\000", __large = 0x7fc744ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc744ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7000021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:06 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:06 arguments = 2025-10-03 23:57:06 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356f30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:06 __f = 0x55b6f1356f30 2025-10-03 23:57:06 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc744ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #16 std::__1::function::operator() (this=0x7fc744ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13760e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0o5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1356f30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc744ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485138231, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc744ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_is_done = 2025-10-03 23:57:06 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13564e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13564f8: 0x55b6f13760e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13564e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13564e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:06 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 2025-10-03 23:57:06 Thread 694 (Thread 0x7fc727fff640 (LWP 177) "BgSchPool"): 2025-10-03 23:57:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:06 ec = 2025-10-03 23:57:06 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:06 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:06 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356b80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:06 thread_status = { = { = {}, }, thread_id = 177, os_thread_priority = 0, performance_counters = {counters = 0x7fc704000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc704000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc727ff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10752, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377'\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc727ff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377'\307\177\000\000\036,\243϶U\000", __large = 0x7fc727ff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc727ff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7040021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:06 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:06 arguments = 2025-10-03 23:57:06 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356b80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:06 __f = 0x55b6f1356b80 2025-10-03 23:57:06 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc727ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #16 std::__1::function::operator() (this=0x7fc727ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1357000) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200k5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1356b80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc727ff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485228841, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc727ff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_is_done = 2025-10-03 23:57:06 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356df8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356e08: 0x55b6f1357000) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356df0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356df0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:06 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 2025-10-03 23:57:06 Thread 693 (Thread 0x7fc7277fe640 (LWP 178) "BgSchPool"): 2025-10-03 23:57:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:06 ec = 2025-10-03 23:57:06 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:06 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:06 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1375cd0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:06 thread_status = { = { = {}, }, thread_id = 178, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc7277f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7944, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177'\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7277f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177'\307\177\000\000\036,\243϶U\000", __large = 0x7fc7277f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7277f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:06 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:06 arguments = 2025-10-03 23:57:06 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1375cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:06 __f = 0x55b6f1375cd0 2025-10-03 23:57:06 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc7277f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #16 std::__1::function::operator() (this=0x7fc7277f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f135c4f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\\7\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1375cd0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7277f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485361860, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7277f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_is_done = 2025-10-03 23:57:06 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f135c548: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f135c558: 0x55b6f135c4f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f135c540) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f135c540}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:06 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 2025-10-03 23:57:06 Thread 692 (Thread 0x7fc726ffd640 (LWP 179) "BgSchPool"): 2025-10-03 23:57:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:06 ec = 2025-10-03 23:57:06 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:06 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:06 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1375d50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:06 thread_status = { = { = {}, }, thread_id = 179, os_thread_priority = 0, performance_counters = {counters = 0x7fc6fc000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6fc000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc726ff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377&\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc726ff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377&\307\177\000\000\036,\243϶U\000", __large = 0x7fc726ff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc726ff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6fc0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:06 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:06 arguments = 2025-10-03 23:57:06 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1375d50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:06 __f = 0x55b6f1375d50 2025-10-03 23:57:06 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc726ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #16 std::__1::function::operator() (this=0x7fc726ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1357400) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P]7\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1375d50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc726ff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485450256, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc726ff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_is_done = 2025-10-03 23:57:06 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1375dc8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1375dd8: 0x55b6f1357400) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1375dc0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1375dc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:06 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 2025-10-03 23:57:06 Thread 691 (Thread 0x7fc7267fc640 (LWP 180) "BgSchPool"): 2025-10-03 23:57:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:06 ec = 2025-10-03 23:57:06 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:06 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:06 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356ce0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:06 thread_status = { = { = {}, }, thread_id = 180, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc7267f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10112, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177&\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7267f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177&\307\177\000\000\036,\243϶U\000", __large = 0x7fc7267f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7267f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:06 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:06 arguments = 2025-10-03 23:57:06 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356ce0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:06 __f = 0x55b6f1356ce0 2025-10-03 23:57:06 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc7267f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #16 std::__1::function::operator() (this=0x7fc7267f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f133abb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340l5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1356ce0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7267f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485533532, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7267f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_is_done = 2025-10-03 23:57:06 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f133ac08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f133ac18: 0x55b6f133abb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f133ac00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f133ac00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:06 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 2025-10-03 23:57:06 Thread 690 (Thread 0x7fc725ffb640 (LWP 181) "BgSchPool"): 2025-10-03 23:57:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:06 ec = 2025-10-03 23:57:06 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:06 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:06 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356b40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:06 thread_status = { = { = {}, }, thread_id = 181, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc725ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9616, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377%\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc725ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377%\307\177\000\000\036,\243϶U\000", __large = 0x7fc725ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc725ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:06 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:06 arguments = 2025-10-03 23:57:06 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356b40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:06 __f = 0x55b6f1356b40 2025-10-03 23:57:06 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc725ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #16 std::__1::function::operator() (this=0x7fc725ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f133ae10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@k5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1356b40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc725ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485720352, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc725ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_is_done = 2025-10-03 23:57:06 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f133ae68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f133ae78: 0x55b6f133ae10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f133ae60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f133ae60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:06 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 2025-10-03 23:57:06 Thread 689 (Thread 0x7fc7257fa640 (LWP 182) "BgSchPool"): 2025-10-03 23:57:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:06 No symbol table info available. 2025-10-03 23:57:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:06 ec = 2025-10-03 23:57:06 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:06 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:06 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13770d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:06 thread_status = { = { = {}, }, thread_id = 182, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc7257f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177%\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7257f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177%\307\177\000\000\036,\243϶U\000", __large = 0x7fc7257f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7257f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:06 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:06 arguments = 2025-10-03 23:57:06 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13770d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:06 __f = 0x55b6f13770d0 2025-10-03 23:57:06 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc7257f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #16 std::__1::function::operator() (this=0x7fc7257f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:06 No locals. 2025-10-03 23:57:06 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f133b070) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320p7\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13770d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7257f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485750098, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc7257f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:06 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f133b0c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f133b0d8: 0x55b6f133b070) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f133b0c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f133b0c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 688 (Thread 0x7fc724ff9640 (LWP 183) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1376f60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 183, os_thread_priority = 0, performance_counters = {counters = 0x7fc6dc000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6dc000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc724ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10408, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377$\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc724ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377$\307\177\000\000\036,\243϶U\000", __large = 0x7fc724ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc724ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6dc0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1376f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f1376f60 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc724ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc724ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f133b2d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`o7\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1376f60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc724ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485776447, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc724ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f133b328: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f133b338: 0x55b6f133b2d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f133b320) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f133b320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 687 (Thread 0x7fc71ffff640 (LWP 184) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356d80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 184, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ec000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ec000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc71fff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12768, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377\037\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71fff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377\037\307\177\000\000\036,\243϶U\000", __large = 0x7fc71fff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71fff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ec0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356d80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f1356d80 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc71fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc71fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f133b530) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200m5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1356d80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71fff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485858702, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71fff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f133b588: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f133b598: 0x55b6f133b530) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f133b580) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f133b580}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 686 (Thread 0x7fc71f7fe640 (LWP 185) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f133b960) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 185, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc71f7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8336, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177\037\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71f7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177\037\307\177\000\000\036,\243϶U\000", __large = 0x7fc71f7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71f7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144696318144, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f133b960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f133b960 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc71f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc71f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f133b790) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\2713\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f133b960}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71f7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144485890030, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71f7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f133b7e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f133b7f8: 0x55b6f133b790) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f133b7e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f133b7e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 685 (Thread 0x7fc71effd640 (LWP 186) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f135c750) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 186, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc71eff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377\036\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71eff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377\036\307\177\000\000\036,\243϶U\000", __large = 0x7fc71eff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71eff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f135c750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f135c750 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc71eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc71eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f133ba30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\3075\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f135c750}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71eff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486094183, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71eff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f133bac8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f133bad8: 0x55b6f133ba30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f133bac0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f133bac0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 684 (Thread 0x7fc71e7fc640 (LWP 187) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356ac0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 187, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc71e7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9664, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177\036\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71e7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177\036\307\177\000\000\036,\243϶U\000", __large = 0x7fc71e7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71e7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356ac0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f1356ac0 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc71e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc71e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1355ca0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300j5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1356ac0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71e7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486311460, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71e7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356a98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356aa8: 0x55b6f1355ca0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356a90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356a90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 683 (Thread 0x7fc71dffb640 (LWP 188) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13450c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 188, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc71dff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377\035\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71dff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377\035\307\177\000\000\036,\243϶U\000", __large = 0x7fc71dff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71dff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13450c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f13450c0 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc71dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc71dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1344eb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300P4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13450c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71dff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486345123, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71dff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1344f48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1344f58: 0x55b6f1344eb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1344f40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1344f40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 682 (Thread 0x7fc71d7fa640 (LWP 189) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13453a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 189, os_thread_priority = 0, performance_counters = {counters = 0x7fc6cc000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6cc000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc71d7f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177\035\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71d7f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177\035\307\177\000\000\036,\243϶U\000", __large = 0x7fc71d7f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71d7f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6cc0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13453a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f13453a0 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc71d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc71d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1345190) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240S4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13453a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71d7f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486437367, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71d7f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1345228: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1345238: 0x55b6f1345190) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1345220) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1345220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 681 (Thread 0x7fc71cff9640 (LWP 190) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1345680) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 190, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc71cff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377\034\307\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71cff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377\034\307\177\000\000\036,\243϶U\000", __large = 0x7fc71cff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71cff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1345680) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f1345680 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc71cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc71cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1345470) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200V4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1345680}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71cff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486516776, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc71cff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1345508: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1345518: 0x55b6f1345470) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1345500) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1345500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 680 (Thread 0x7fc6d3fff640 (LWP 191) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1345960) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 191, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6d3ff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10088, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377\323\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d3ff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377\323\306\177\000\000\036,\243϶U\000", __large = 0x7fc6d3ff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d3ff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1345960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f1345960 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6d3ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc6d3ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1345750) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`Y4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1345960}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d3ff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486722090, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d3ff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_is_done = 2025-10-03 23:57:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13457e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13457f8: 0x55b6f1345750) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13457e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13457e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 2025-10-03 23:57:07 Thread 679 (Thread 0x7fc6d37fe640 (LWP 192) "BgSchPool"): 2025-10-03 23:57:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:07 No symbol table info available. 2025-10-03 23:57:07 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:07 ec = 2025-10-03 23:57:07 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:07 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:07 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:07 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1345c40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:07 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:07 thread_status = { = { = {}, }, thread_id = 192, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6d37f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12928, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177\323\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d37f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177\323\306\177\000\000\036,\243϶U\000", __large = 0x7fc6d37f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d37f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:07 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:07 arguments = 2025-10-03 23:57:07 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1345c40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:07 __f = 0x55b6f1345c40 2025-10-03 23:57:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6d37f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #16 std::__1::function::operator() (this=0x7fc6d37f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:07 No locals. 2025-10-03 23:57:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1345a30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\\4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1345c40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d37f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486753249, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d37f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1345ac8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1345ad8: 0x55b6f1345a30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1345ac0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1345ac0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 2025-10-03 23:57:08 Thread 678 (Thread 0x7fc6d2ffd640 (LWP 193) "BgSchPool"): 2025-10-03 23:57:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:08 ec = 2025-10-03 23:57:08 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:08 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:08 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1345f20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:08 thread_status = { = { = {}, }, thread_id = 193, os_thread_priority = 0, performance_counters = {counters = 0x7fc6bc000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6bc000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6d2ff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377\322\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d2ff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377\322\306\177\000\000\036,\243϶U\000", __large = 0x7fc6d2ff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d2ff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6bc0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:08 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:08 arguments = 2025-10-03 23:57:08 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1345f20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:08 __f = 0x55b6f1345f20 2025-10-03 23:57:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6d2ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #16 std::__1::function::operator() (this=0x7fc6d2ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1345d10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " _4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1345f20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d2ff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486875658, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d2ff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1345da8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1345db8: 0x55b6f1345d10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1345da0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1345da0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 2025-10-03 23:57:08 Thread 677 (Thread 0x7fc6d27fc640 (LWP 194) "BgSchPool"): 2025-10-03 23:57:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:08 ec = 2025-10-03 23:57:08 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:08 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:08 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1346200) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:08 thread_status = { = { = {}, }, thread_id = 194, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6d27f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11728, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177\322\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d27f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177\322\306\177\000\000\036,\243϶U\000", __large = 0x7fc6d27f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d27f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:08 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:08 arguments = 2025-10-03 23:57:08 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1346200) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:08 __f = 0x55b6f1346200 2025-10-03 23:57:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6d27f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #16 std::__1::function::operator() (this=0x7fc6d27f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1345ff0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000b4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1346200}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d27f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486905705, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d27f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1346088: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1346098: 0x55b6f1345ff0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1346080) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1346080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 2025-10-03 23:57:08 Thread 676 (Thread 0x7fc6d1ffb640 (LWP 195) "BgSchPool"): 2025-10-03 23:57:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:08 ec = 2025-10-03 23:57:08 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:08 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:08 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13464e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:08 thread_status = { = { = {}, }, thread_id = 195, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6d1ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9096, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377\321\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d1ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377\321\306\177\000\000\036,\243϶U\000", __large = 0x7fc6d1ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d1ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:08 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:08 arguments = 2025-10-03 23:57:08 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13464e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:08 __f = 0x55b6f13464e0 2025-10-03 23:57:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6d1ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #16 std::__1::function::operator() (this=0x7fc6d1ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13462d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340d4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13464e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d1ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486935410, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d1ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1346368: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1346378: 0x55b6f13462d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1346360) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1346360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 2025-10-03 23:57:08 Thread 675 (Thread 0x7fc6d17fa640 (LWP 196) "BgSchPool"): 2025-10-03 23:57:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:08 ec = 2025-10-03 23:57:08 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:08 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:08 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1346aa0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:08 thread_status = { = { = {}, }, thread_id = 196, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ac000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ac000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6d17f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11776, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177\321\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d17f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177\321\306\177\000\000\036,\243϶U\000", __large = 0x7fc6d17f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d17f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ac0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:08 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:08 arguments = 2025-10-03 23:57:08 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1346aa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:08 __f = 0x55b6f1346aa0 2025-10-03 23:57:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6d17f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #16 std::__1::function::operator() (this=0x7fc6d17f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13465b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240j4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1346aa0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d17f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487063551, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d17f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1346648: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1346658: 0x55b6f13465b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1346640) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1346640}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 2025-10-03 23:57:08 Thread 674 (Thread 0x7fc6d0ff9640 (LWP 197) "BgSchPool"): 2025-10-03 23:57:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:08 ec = 2025-10-03 23:57:08 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:08 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:08 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13467c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:08 thread_status = { = { = {}, }, thread_id = 197, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6d0ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377\320\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d0ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377\320\306\177\000\000\036,\243϶U\000", __large = 0x7fc6d0ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d0ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:08 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:08 arguments = 2025-10-03 23:57:08 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13467c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:08 __f = 0x55b6f13467c0 2025-10-03 23:57:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6d0ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #16 std::__1::function::operator() (this=0x7fc6d0ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1346890) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300g4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13467c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d0ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144486977840, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6d0ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1346928: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1346938: 0x55b6f1346890) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1346920) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1346920}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 2025-10-03 23:57:08 Thread 673 (Thread 0x7fc6c7fff640 (LWP 198) "BgSchPool"): 2025-10-03 23:57:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:08 ec = 2025-10-03 23:57:08 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:08 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:08 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1346d80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:08 thread_status = { = { = {}, }, thread_id = 198, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6c7ff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377\307\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c7ff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377\307\306\177\000\000\036,\243϶U\000", __large = 0x7fc6c7ff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c7ff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:08 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:08 arguments = 2025-10-03 23:57:08 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1346d80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:08 __f = 0x55b6f1346d80 2025-10-03 23:57:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6c7ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #16 std::__1::function::operator() (this=0x7fc6c7ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1346b70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200m4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1346d80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c7ff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487180701, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c7ff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1346c08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1346c18: 0x55b6f1346b70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1346c00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1346c00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 2025-10-03 23:57:08 Thread 672 (Thread 0x7fc6c77fe640 (LWP 199) "BgSchPool"): 2025-10-03 23:57:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:08 ec = 2025-10-03 23:57:08 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:08 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:08 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1347060) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:08 thread_status = { = { = {}, }, thread_id = 199, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6c77f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177\307\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c77f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177\307\306\177\000\000\036,\243϶U\000", __large = 0x7fc6c77f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c77f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:08 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:08 arguments = 2025-10-03 23:57:08 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1347060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:08 __f = 0x55b6f1347060 2025-10-03 23:57:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6c77f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #16 std::__1::function::operator() (this=0x7fc6c77f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1346e50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`p4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1347060}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c77f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487330992, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c77f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1346ee8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1346ef8: 0x55b6f1346e50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1346ee0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1346ee0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 2025-10-03 23:57:08 Thread 671 (Thread 0x7fc6c6ffd640 (LWP 200) "BgSchPool"): 2025-10-03 23:57:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:08 ec = 2025-10-03 23:57:08 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:08 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:08 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1347340) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:08 thread_status = { = { = {}, }, thread_id = 200, os_thread_priority = 0, performance_counters = {counters = 0x7fc698000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc698000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6c6ff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377\306\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c6ff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377\306\306\177\000\000\036,\243϶U\000", __large = 0x7fc6c6ff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c6ff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6980021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:08 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:08 arguments = 2025-10-03 23:57:08 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1347340) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:08 __f = 0x55b6f1347340 2025-10-03 23:57:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6c6ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #16 std::__1::function::operator() (this=0x7fc6c6ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1347130) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@s4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1347340}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c6ff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487373332, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c6ff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13471c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13471d8: 0x55b6f1347130) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13471c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13471c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 2025-10-03 23:57:08 Thread 670 (Thread 0x7fc6c67fc640 (LWP 201) "BgSchPool"): 2025-10-03 23:57:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:08 No symbol table info available. 2025-10-03 23:57:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:08 ec = 2025-10-03 23:57:08 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:08 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:08 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:08 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13571f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:08 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:08 thread_status = { = { = {}, }, thread_id = 201, os_thread_priority = 0, performance_counters = {counters = 0x7fc69c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc69c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6c67f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177\306\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c67f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177\306\306\177\000\000\036,\243϶U\000", __large = 0x7fc6c67f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c67f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc69c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:08 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:08 arguments = 2025-10-03 23:57:08 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13571f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:08 __f = 0x55b6f13571f0 2025-10-03 23:57:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6c67f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #16 std::__1::function::operator() (this=0x7fc6c67f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1347410) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360q5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13571f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c67f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487412295, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c67f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:08 job_is_done = 2025-10-03 23:57:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13474a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13474b8: 0x55b6f1347410) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:08 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13474a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13474a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 669 (Thread 0x7fc6c5ffb640 (LWP 202) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1352d10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 202, os_thread_priority = 0, performance_counters = {counters = 0x7fc690000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc690000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6c5ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377\305\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c5ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377\305\306\177\000\000\036,\243϶U\000", __large = 0x7fc6c5ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c5ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6900021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1352d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f1352d10 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6c5ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc6c5ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1357100) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020-5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1352d10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c5ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487547378, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c5ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_is_done = 2025-10-03 23:57:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1375fd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1375fe8: 0x55b6f1357100) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1375fd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1375fd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 668 (Thread 0x7fc6c57fa640 (LWP 203) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1352ff0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 203, os_thread_priority = 0, performance_counters = {counters = 0x7fc694000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc694000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6c57f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177\305\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c57f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177\305\306\177\000\000\036,\243϶U\000", __large = 0x7fc6c57f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c57f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6940021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1352ff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f1352ff0 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6c57f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc6c57f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1352de0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360/5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1352ff0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c57f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487585420, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c57f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_is_done = 2025-10-03 23:57:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1352e78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1352e88: 0x55b6f1352de0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1352e70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1352e70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 667 (Thread 0x7fc6c4ff9640 (LWP 204) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13532d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 204, os_thread_priority = 0, performance_counters = {counters = 0x7fc688000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc688000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6c4ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377\304\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c4ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377\304\306\177\000\000\036,\243϶U\000", __large = 0x7fc6c4ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c4ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6880021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13532d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f13532d0 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6c4ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc6c4ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13530c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\32025\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13532d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c4ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487618161, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6c4ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_is_done = 2025-10-03 23:57:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1353158: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1353168: 0x55b6f13530c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1353150) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1353150}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 666 (Thread 0x7fc68ffff640 (LWP 205) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13535b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 205, os_thread_priority = 0, performance_counters = {counters = 0x7fc680000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc680000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc68fff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7856, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377\217\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68fff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377\217\306\177\000\000\036,\243϶U\000", __large = 0x7fc68fff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68fff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6800021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13535b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f13535b0 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc68fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc68fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13533a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\26055\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13535b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68fff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487795995, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68fff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_is_done = 2025-10-03 23:57:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1353438: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1353448: 0x55b6f13533a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1353430) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1353430}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 665 (Thread 0x7fc68f7fe640 (LWP 206) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1353890) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 206, os_thread_priority = 0, performance_counters = {counters = 0x7fc684000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc684000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc68f7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177\217\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68f7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177\217\306\177\000\000\036,\243϶U\000", __large = 0x7fc68f7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68f7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6840021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1353890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f1353890 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc68f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc68f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1353680) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\22085\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1353890}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68f7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487836971, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68f7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_is_done = 2025-10-03 23:57:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1353718: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1353728: 0x55b6f1353680) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1353710) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1353710}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 664 (Thread 0x7fc68effd640 (LWP 207) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1353b70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 207, os_thread_priority = 0, performance_counters = {counters = 0x7fc678000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc678000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc68eff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11448, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377\216\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68eff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377\216\306\177\000\000\036,\243϶U\000", __large = 0x7fc68eff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68eff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6780021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1353b70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f1353b70 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc68eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc68eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1353960) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p;5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1353b70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68eff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144487974339, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68eff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_is_done = 2025-10-03 23:57:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13539f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1353a08: 0x55b6f1353960) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13539f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13539f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 663 (Thread 0x7fc68e7fc640 (LWP 208) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1353e50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 208, os_thread_priority = 0, performance_counters = {counters = 0x7fc67c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc67c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc68e7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8384, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177\216\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68e7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177\216\306\177\000\000\036,\243϶U\000", __large = 0x7fc68e7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68e7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc67c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1353e50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f1353e50 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc68e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc68e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1353c40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P>5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1353e50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68e7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488010025, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68e7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_is_done = 2025-10-03 23:57:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1353cd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1353ce8: 0x55b6f1353c40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1353cd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1353cd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 662 (Thread 0x7fc68dffb640 (LWP 209) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1354130) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 209, os_thread_priority = 0, performance_counters = {counters = 0x7fc670000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc670000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc68dff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11848, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377\215\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68dff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377\215\306\177\000\000\036,\243϶U\000", __large = 0x7fc68dff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68dff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6700021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1354130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f1354130 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc68dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc68dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1353f20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0A5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1354130}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68dff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488170036, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68dff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_is_done = 2025-10-03 23:57:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1353fb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1353fc8: 0x55b6f1353f20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1353fb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1353fb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 661 (Thread 0x7fc68d7fa640 (LWP 210) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1354410) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 210, os_thread_priority = 0, performance_counters = {counters = 0x7fc674000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc674000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc68d7f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177\215\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68d7f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177\215\306\177\000\000\036,\243϶U\000", __large = 0x7fc68d7f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68d7f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6740021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1354410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f1354410 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc68d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc68d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1354200) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020D5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1354410}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68d7f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488206013, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68d7f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_is_done = 2025-10-03 23:57:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1354298: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13542a8: 0x55b6f1354200) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1354290) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1354290}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 2025-10-03 23:57:09 Thread 660 (Thread 0x7fc68cff9640 (LWP 211) "BgSchPool"): 2025-10-03 23:57:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:09 No symbol table info available. 2025-10-03 23:57:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:09 ec = 2025-10-03 23:57:09 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:09 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:09 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:09 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13549d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:09 thread_status = { = { = {}, }, thread_id = 211, os_thread_priority = 0, performance_counters = {counters = 0x7fc660000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc660000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc68cff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10688, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377\214\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68cff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377\214\306\177\000\000\036,\243϶U\000", __large = 0x7fc68cff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68cff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6600021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:09 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:09 arguments = 2025-10-03 23:57:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13549d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:09 __f = 0x55b6f13549d0 2025-10-03 23:57:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc68cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #16 std::__1::function::operator() (this=0x7fc68cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:09 No locals. 2025-10-03 23:57:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13544e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320I5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13549d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68cff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488334985, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc68cff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1354578: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1354588: 0x55b6f13544e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1354570) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1354570}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:10 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 2025-10-03 23:57:10 Thread 659 (Thread 0x7fc66ffff640 (LWP 212) "BgSchPool"): 2025-10-03 23:57:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:10 ec = 2025-10-03 23:57:10 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:10 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:10 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13546f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:10 thread_status = { = { = {}, }, thread_id = 212, os_thread_priority = 0, performance_counters = {counters = 0x7fc668000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc668000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc66fff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9096, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377o\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66fff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377o\306\177\000\000\036,\243϶U\000", __large = 0x7fc66fff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66fff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6680021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:10 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:10 arguments = 2025-10-03 23:57:10 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13546f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:10 __f = 0x55b6f13546f0 2025-10-03 23:57:10 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc66fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #16 std::__1::function::operator() (this=0x7fc66fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13547c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360F5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13546f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66fff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488239536, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66fff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1354858: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1354868: 0x55b6f13547c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1354850) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1354850}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:10 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 2025-10-03 23:57:10 Thread 658 (Thread 0x7fc66f7fe640 (LWP 213) "BgSchPool"): 2025-10-03 23:57:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:10 ec = 2025-10-03 23:57:10 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:10 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:10 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1354cb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:10 thread_status = { = { = {}, }, thread_id = 213, os_thread_priority = 0, performance_counters = {counters = 0x7fc664000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc664000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc66f7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177o\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66f7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177o\306\177\000\000\036,\243϶U\000", __large = 0x7fc66f7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66f7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6640021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:10 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:10 arguments = 2025-10-03 23:57:10 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1354cb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:10 __f = 0x55b6f1354cb0 2025-10-03 23:57:10 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc66f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #16 std::__1::function::operator() (this=0x7fc66f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1354aa0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260L5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1354cb0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66f7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488594231, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66f7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1354b38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1354b48: 0x55b6f1354aa0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1354b30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1354b30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:10 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 2025-10-03 23:57:10 Thread 657 (Thread 0x7fc66effd640 (LWP 214) "BgSchPool"): 2025-10-03 23:57:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:10 ec = 2025-10-03 23:57:10 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:10 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:10 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1354f90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:10 thread_status = { = { = {}, }, thread_id = 214, os_thread_priority = 0, performance_counters = {counters = 0x7fc658000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc658000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc66eff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377n\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66eff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377n\306\177\000\000\036,\243϶U\000", __large = 0x7fc66eff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66eff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6580021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:10 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:10 arguments = 2025-10-03 23:57:10 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1354f90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:10 __f = 0x55b6f1354f90 2025-10-03 23:57:10 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc66eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #16 std::__1::function::operator() (this=0x7fc66eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1354d80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220O5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1354f90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66eff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488659744, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66eff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1354e18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1354e28: 0x55b6f1354d80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1354e10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1354e10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:10 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 2025-10-03 23:57:10 Thread 656 (Thread 0x7fc66e7fc640 (LWP 215) "BgSchPool"): 2025-10-03 23:57:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:10 ec = 2025-10-03 23:57:10 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:10 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:10 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1355270) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:10 thread_status = { = { = {}, }, thread_id = 215, os_thread_priority = 0, performance_counters = {counters = 0x7fc65c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc65c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc66e7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177n\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66e7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177n\306\177\000\000\036,\243϶U\000", __large = 0x7fc66e7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66e7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc65c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:10 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:10 arguments = 2025-10-03 23:57:10 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1355270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:10 __f = 0x55b6f1355270 2025-10-03 23:57:10 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc66e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #16 std::__1::function::operator() (this=0x7fc66e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1355060) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "pR5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1355270}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66e7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488755323, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66e7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13550f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1355108: 0x55b6f1355060) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13550f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13550f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:10 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 2025-10-03 23:57:10 Thread 655 (Thread 0x7fc66dffb640 (LWP 216) "BgSchPool"): 2025-10-03 23:57:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:10 ec = 2025-10-03 23:57:10 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:10 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:10 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1355550) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:10 thread_status = { = { = {}, }, thread_id = 216, os_thread_priority = 0, performance_counters = {counters = 0x7fc650000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc650000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc66dff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377m\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66dff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377m\306\177\000\000\036,\243϶U\000", __large = 0x7fc66dff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66dff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6500021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:10 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:10 arguments = 2025-10-03 23:57:10 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1355550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:10 __f = 0x55b6f1355550 2025-10-03 23:57:10 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc66dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #16 std::__1::function::operator() (this=0x7fc66dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1355340) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "PU5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1355550}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66dff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488852476, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66dff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13553d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13553e8: 0x55b6f1355340) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13553d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13553d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:10 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 2025-10-03 23:57:10 Thread 654 (Thread 0x7fc66d7fa640 (LWP 217) "BgSchPool"): 2025-10-03 23:57:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:10 ec = 2025-10-03 23:57:10 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:10 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:10 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134a6b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:10 thread_status = { = { = {}, }, thread_id = 217, os_thread_priority = 0, performance_counters = {counters = 0x7fc648000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc648000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc66d7f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16960, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177m\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66d7f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177m\306\177\000\000\036,\243϶U\000", __large = 0x7fc66d7f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66d7f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6480021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:10 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:10 arguments = 2025-10-03 23:57:10 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134a6b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:10 __f = 0x55b6f134a6b0 2025-10-03 23:57:10 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc66d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #16 std::__1::function::operator() (this=0x7fc66d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1355620) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\2464\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134a6b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66d7f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488883103, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66d7f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13563c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13563d8: 0x55b6f1355620) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13563c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13563c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:10 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 2025-10-03 23:57:10 Thread 653 (Thread 0x7fc66cff9640 (LWP 218) "BgSchPool"): 2025-10-03 23:57:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:10 ec = 2025-10-03 23:57:10 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:10 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:10 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134a990) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:10 thread_status = { = { = {}, }, thread_id = 218, os_thread_priority = 0, performance_counters = {counters = 0x7fc640000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc640000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc66cff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377l\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66cff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377l\306\177\000\000\036,\243϶U\000", __large = 0x7fc66cff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66cff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6400021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:10 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:10 arguments = 2025-10-03 23:57:10 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134a990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:10 __f = 0x55b6f134a990 2025-10-03 23:57:10 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc66cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #16 std::__1::function::operator() (this=0x7fc66cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134a780) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\2514\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134a990}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66cff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144488910665, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc66cff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134a818: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134a828: 0x55b6f134a780) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134a810) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134a810}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:10 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 2025-10-03 23:57:10 Thread 652 (Thread 0x7fc657fff640 (LWP 219) "BgSchPool"): 2025-10-03 23:57:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:10 ec = 2025-10-03 23:57:10 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:10 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:10 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134ac70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:10 thread_status = { = { = {}, }, thread_id = 219, os_thread_priority = 0, performance_counters = {counters = 0x7fc644000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc644000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc657ff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11344, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377W\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc657ff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377W\306\177\000\000\036,\243϶U\000", __large = 0x7fc657ff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc657ff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6440021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:10 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:10 arguments = 2025-10-03 23:57:10 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134ac70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:10 __f = 0x55b6f134ac70 2025-10-03 23:57:10 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc657ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #16 std::__1::function::operator() (this=0x7fc657ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134aa60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\2544\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134ac70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc657ff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489037913, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc657ff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134aaf8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134ab08: 0x55b6f134aa60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134aaf0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134aaf0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:10 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 2025-10-03 23:57:10 Thread 651 (Thread 0x7fc6577fe640 (LWP 220) "BgSchPool"): 2025-10-03 23:57:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:10 No symbol table info available. 2025-10-03 23:57:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:10 ec = 2025-10-03 23:57:10 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:10 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:10 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:10 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134af50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:10 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:10 thread_status = { = { = {}, }, thread_id = 220, os_thread_priority = 0, performance_counters = {counters = 0x7fc638000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc638000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6577f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9408, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177W\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6577f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177W\306\177\000\000\036,\243϶U\000", __large = 0x7fc6577f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6577f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6380021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:10 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:10 arguments = 2025-10-03 23:57:10 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134af50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:10 __f = 0x55b6f134af50 2025-10-03 23:57:10 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6577f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #16 std::__1::function::operator() (this=0x7fc6577f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134ad40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\2574\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134af50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6577f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489239651, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6577f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:10 job_is_done = 2025-10-03 23:57:10 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134add8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134ade8: 0x55b6f134ad40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:10 No locals. 2025-10-03 23:57:10 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134add0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134add0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:11 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 2025-10-03 23:57:11 Thread 650 (Thread 0x7fc656ffd640 (LWP 221) "BgSchPool"): 2025-10-03 23:57:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:11 ec = 2025-10-03 23:57:11 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:11 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:11 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134b510) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:11 thread_status = { = { = {}, }, thread_id = 221, os_thread_priority = 0, performance_counters = {counters = 0x7fc63c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc63c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc656ff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377V\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc656ff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377V\306\177\000\000\036,\243϶U\000", __large = 0x7fc656ff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc656ff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc63c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:11 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:11 arguments = 2025-10-03 23:57:11 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134b510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:11 __f = 0x55b6f134b510 2025-10-03 23:57:11 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc656ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #16 std::__1::function::operator() (this=0x7fc656ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134b020) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\2654\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134b510}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc656ff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489299534, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc656ff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_is_done = 2025-10-03 23:57:11 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134b0b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134b0c8: 0x55b6f134b020) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134b0b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134b0b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:11 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 2025-10-03 23:57:11 Thread 649 (Thread 0x7fc6567fc640 (LWP 222) "BgSchPool"): 2025-10-03 23:57:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:11 ec = 2025-10-03 23:57:11 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:11 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:11 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134b230) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:11 thread_status = { = { = {}, }, thread_id = 222, os_thread_priority = 0, performance_counters = {counters = 0x7fc64c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc64c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6567f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177V\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6567f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177V\306\177\000\000\036,\243϶U\000", __large = 0x7fc6567f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6567f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc64c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:11 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:11 arguments = 2025-10-03 23:57:11 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134b230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:11 __f = 0x55b6f134b230 2025-10-03 23:57:11 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6567f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #16 std::__1::function::operator() (this=0x7fc6567f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134b300) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\2624\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134b230}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6567f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489268545, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6567f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_is_done = 2025-10-03 23:57:11 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134b398: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134b3a8: 0x55b6f134b300) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134b390) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134b390}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:11 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 2025-10-03 23:57:11 Thread 648 (Thread 0x7fc655ffb640 (LWP 223) "BgSchPool"): 2025-10-03 23:57:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d94, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #3 std::__1::condition_variable::wait (this=0x55b6f1357d94, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:11 ec = 2025-10-03 23:57:11 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:11 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:11 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134b7f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:11 thread_status = { = { = {}, }, thread_id = 223, os_thread_priority = 0, performance_counters = {counters = 0x7fc630000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc630000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc655ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377U\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc655ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377U\306\177\000\000\036,\243϶U\000", __large = 0x7fc655ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc655ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6300021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:11 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:11 arguments = 2025-10-03 23:57:11 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134b7f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:11 __f = 0x55b6f134b7f0 2025-10-03 23:57:11 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc655ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #16 std::__1::function::operator() (this=0x7fc655ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134b5e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\2674\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134b7f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc655ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489377079, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc655ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_is_done = 2025-10-03 23:57:11 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134b678: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134b688: 0x55b6f134b5e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134b670) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134b670}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:11 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 2025-10-03 23:57:11 Thread 647 (Thread 0x7fc6557fa640 (LWP 224) "BgSchPool"): 2025-10-03 23:57:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:11 ec = 2025-10-03 23:57:11 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:11 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:11 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134bad0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:11 thread_status = { = { = {}, }, thread_id = 224, os_thread_priority = 0, performance_counters = {counters = 0x7fc628000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc628000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6557f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8544, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177U\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6557f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177U\306\177\000\000\036,\243϶U\000", __large = 0x7fc6557f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6557f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6280021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:11 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:11 arguments = 2025-10-03 23:57:11 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134bad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:11 __f = 0x55b6f134bad0 2025-10-03 23:57:11 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6557f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #16 std::__1::function::operator() (this=0x7fc6557f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134b8c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "к4\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134bad0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6557f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489592293, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6557f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_is_done = 2025-10-03 23:57:11 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134b958: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134b968: 0x55b6f134b8c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134b950) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134b950}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:11 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 2025-10-03 23:57:11 Thread 646 (Thread 0x7fc654ff9640 (LWP 225) "BgSchPool"): 2025-10-03 23:57:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:11 ec = 2025-10-03 23:57:11 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:11 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:11 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134bdb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:11 thread_status = { = { = {}, }, thread_id = 225, os_thread_priority = 0, performance_counters = {counters = 0x7fc62c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc62c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc654ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377T\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc654ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377T\306\177\000\000\036,\243϶U\000", __large = 0x7fc654ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc654ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc62c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:11 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:11 arguments = 2025-10-03 23:57:11 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134bdb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:11 __f = 0x55b6f134bdb0 2025-10-03 23:57:11 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc654ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #16 std::__1::function::operator() (this=0x7fc654ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134bba0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\2754\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134bdb0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc654ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489620095, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc654ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_is_done = 2025-10-03 23:57:11 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134bc38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134bc48: 0x55b6f134bba0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134bc30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134bc30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:11 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 2025-10-03 23:57:11 Thread 645 (Thread 0x7fc637fff640 (LWP 226) "BgSchPool"): 2025-10-03 23:57:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:11 ec = 2025-10-03 23:57:11 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:11 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:11 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134c090) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:11 thread_status = { = { = {}, }, thread_id = 226, os_thread_priority = 0, performance_counters = {counters = 0x7fc620000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc620000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc637ff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\3777\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc637ff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\3777\306\177\000\000\036,\243϶U\000", __large = 0x7fc637ff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc637ff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6200021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:11 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:11 arguments = 2025-10-03 23:57:11 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134c090) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:11 __f = 0x55b6f134c090 2025-10-03 23:57:11 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc637ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #16 std::__1::function::operator() (this=0x7fc637ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134be80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\3004\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134c090}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc637ff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489752343, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc637ff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_is_done = 2025-10-03 23:57:11 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134bf18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134bf28: 0x55b6f134be80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134bf10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134bf10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:11 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 2025-10-03 23:57:11 Thread 644 (Thread 0x7fc6377fe640 (LWP 227) "BgSchPool"): 2025-10-03 23:57:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:11 ec = 2025-10-03 23:57:11 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:11 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:11 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134c370) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:11 thread_status = { = { = {}, }, thread_id = 227, os_thread_priority = 0, performance_counters = {counters = 0x7fc624000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc624000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6377f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11744, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\1777\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6377f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\1777\306\177\000\000\036,\243϶U\000", __large = 0x7fc6377f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6377f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6240021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:11 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:11 arguments = 2025-10-03 23:57:11 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134c370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:11 __f = 0x55b6f134c370 2025-10-03 23:57:11 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6377f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #16 std::__1::function::operator() (this=0x7fc6377f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134c160) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\3034\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134c370}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6377f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489790985, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6377f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_is_done = 2025-10-03 23:57:11 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134c1f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134c208: 0x55b6f134c160) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134c1f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134c1f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:11 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 2025-10-03 23:57:11 Thread 643 (Thread 0x7fc636ffd640 (LWP 228) "BgSchPool"): 2025-10-03 23:57:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:11 ec = 2025-10-03 23:57:11 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:11 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:11 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134c650) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:11 thread_status = { = { = {}, }, thread_id = 228, os_thread_priority = 0, performance_counters = {counters = 0x7fc618000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc618000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc636ff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\3776\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc636ff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\3776\306\177\000\000\036,\243϶U\000", __large = 0x7fc636ff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc636ff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6180021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144700318135, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:11 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:11 arguments = 2025-10-03 23:57:11 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134c650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:11 __f = 0x55b6f134c650 2025-10-03 23:57:11 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc636ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #16 std::__1::function::operator() (this=0x7fc636ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134c440) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\3064\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134c650}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc636ff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144489855326, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc636ff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_is_done = 2025-10-03 23:57:11 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134c4d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134c4e8: 0x55b6f134c440) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134c4d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134c4d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:11 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 2025-10-03 23:57:11 Thread 642 (Thread 0x7fc6367fc640 (LWP 229) "BgSchPool"): 2025-10-03 23:57:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:11 No symbol table info available. 2025-10-03 23:57:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:11 ec = 2025-10-03 23:57:11 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:11 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:11 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:11 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134c930) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:11 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:11 thread_status = { = { = {}, }, thread_id = 229, os_thread_priority = 0, performance_counters = {counters = 0x7fc61c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc61c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6367f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\1776\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6367f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\1776\306\177\000\000\036,\243϶U\000", __large = 0x7fc6367f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6367f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc61c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:11 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:11 arguments = 2025-10-03 23:57:11 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134c930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:11 __f = 0x55b6f134c930 2025-10-03 23:57:11 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6367f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #16 std::__1::function::operator() (this=0x7fc6367f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:11 No locals. 2025-10-03 23:57:11 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134c720) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\3114\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134c930}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6367f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490026827, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6367f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:11 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134c7b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134c7c8: 0x55b6f134c720) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134c7b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134c7b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 641 (Thread 0x7fc635ffb640 (LWP 230) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134cc10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 230, os_thread_priority = 0, performance_counters = {counters = 0x7fc608000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc608000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc635ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\3775\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc635ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\3775\306\177\000\000\036,\243϶U\000", __large = 0x7fc635ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc635ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6080021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134cc10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f134cc10 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc635ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc635ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134ca00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\3144\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134cc10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc635ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490080628, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc635ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134ca98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134caa8: 0x55b6f134ca00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134ca90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134ca90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 640 (Thread 0x7fc6357fa640 (LWP 231) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f134cef0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 231, os_thread_priority = 0, performance_counters = {counters = 0x7fc610000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc610000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6357f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9304, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\1775\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6357f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\1775\306\177\000\000\036,\243϶U\000", __large = 0x7fc6357f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6357f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6100021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f134cef0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f134cef0 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6357f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc6357f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134cce0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\3164\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f134cef0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6357f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490112628, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6357f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f134cd78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f134cd88: 0x55b6f134cce0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f134cd70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f134cd70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 639 (Thread 0x7fc634ff9640 (LWP 232) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1367a30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 232, os_thread_priority = 0, performance_counters = {counters = 0x7fc60c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc60c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc634ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\3774\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc634ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\3774\306\177\000\000\036,\243϶U\000", __large = 0x7fc634ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc634ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc60c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1367a30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f1367a30 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc634ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc634ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f134cfc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0z6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1367a30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc634ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490234316, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc634ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13563f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356408: 0x55b6f134cfc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13563f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13563f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 638 (Thread 0x7fc617fff640 (LWP 233) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1367d10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 233, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc617ff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20432, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377\027\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc617ff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377\027\306\177\000\000\036,\243϶U\000", __large = 0x7fc617ff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc617ff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1367d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f1367d10 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc617ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc617ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1367b00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020}6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1367d10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc617ff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490345325, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc617ff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1367b98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1367ba8: 0x55b6f1367b00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1367b90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1367b90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 637 (Thread 0x7fc6177fe640 (LWP 234) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1367ff0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 234, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6177f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177\027\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6177f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177\027\306\177\000\000\036,\243϶U\000", __large = 0x7fc6177f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6177f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1367ff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f1367ff0 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6177f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc6177f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1367de0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\1776\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1367ff0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6177f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490479867, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6177f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1367e78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1367e88: 0x55b6f1367de0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1367e70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1367e70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 636 (Thread 0x7fc616ffd640 (LWP 235) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13682d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 235, os_thread_priority = 0, performance_counters = {counters = 0x7fc600000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc600000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc616ff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9568, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377\026\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc616ff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377\026\306\177\000\000\036,\243϶U\000", __large = 0x7fc616ff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc616ff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6000021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13682d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f13682d0 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc616ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc616ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13680c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "Ђ6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13682d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc616ff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490518400, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc616ff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1368158: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1368168: 0x55b6f13680c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1368150) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1368150}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 635 (Thread 0x7fc6167fc640 (LWP 236) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13685b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 236, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6167f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11280, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177\026\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6167f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177\026\306\177\000\000\036,\243϶U\000", __large = 0x7fc6167f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6167f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13685b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f13685b0 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6167f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc6167f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13683a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\2056\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13685b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6167f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490869147, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6167f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1368438: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1368448: 0x55b6f13683a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1368430) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1368430}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 634 (Thread 0x7fc615ffb640 (LWP 237) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1368890) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 237, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc615ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11112, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377\025\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc615ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377\025\306\177\000\000\036,\243϶U\000", __large = 0x7fc615ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc615ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1368890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f1368890 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc615ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc615ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1368680) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\2106\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1368890}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc615ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490908541, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc615ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1368718: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1368728: 0x55b6f1368680) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1368710) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1368710}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 633 (Thread 0x7fc6157fa640 (LWP 238) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1368b70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 238, os_thread_priority = 0, performance_counters = {counters = 0x7fc5ec000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5ec000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6157f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177\025\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6157f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177\025\306\177\000\000\036,\243϶U\000", __large = 0x7fc6157f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6157f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5ec0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1368b70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f1368b70 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6157f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc6157f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1368960) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\2136\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1368b70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6157f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144490978923, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6157f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_is_done = 2025-10-03 23:57:12 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13689f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1368a08: 0x55b6f1368960) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13689f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13689f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:12 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 2025-10-03 23:57:12 Thread 632 (Thread 0x7fc614ff9640 (LWP 239) "BgSchPool"): 2025-10-03 23:57:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:12 No symbol table info available. 2025-10-03 23:57:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:12 ec = 2025-10-03 23:57:12 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:12 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:12 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:12 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1368e50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:12 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:12 thread_status = { = { = {}, }, thread_id = 239, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc614ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377\024\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc614ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377\024\306\177\000\000\036,\243϶U\000", __large = 0x7fc614ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc614ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:12 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:12 arguments = 2025-10-03 23:57:12 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1368e50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:12 __f = 0x55b6f1368e50 2025-10-03 23:57:12 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc614ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #16 std::__1::function::operator() (this=0x7fc614ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:12 No locals. 2025-10-03 23:57:12 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1368c40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\2166\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1368e50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc614ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491098076, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc614ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1368cd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1368ce8: 0x55b6f1368c40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1368cd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1368cd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:13 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 2025-10-03 23:57:13 Thread 631 (Thread 0x7fc607fff640 (LWP 240) "BgSchPool"): 2025-10-03 23:57:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:13 ec = 2025-10-03 23:57:13 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:13 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:13 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1369130) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:13 thread_status = { = { = {}, }, thread_id = 240, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc607ff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16256, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377\a\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc607ff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377\a\306\177\000\000\036,\243϶U\000", __large = 0x7fc607ff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc607ff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:13 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:13 arguments = 2025-10-03 23:57:13 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1369130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:13 __f = 0x55b6f1369130 2025-10-03 23:57:13 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc607ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #16 std::__1::function::operator() (this=0x7fc607ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1368f20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\2216\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1369130}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc607ff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491138091, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc607ff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1368fb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1368fc8: 0x55b6f1368f20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1368fb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1368fb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:13 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 2025-10-03 23:57:13 Thread 630 (Thread 0x7fc6077fe640 (LWP 241) "BgSchPool"): 2025-10-03 23:57:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:13 ec = 2025-10-03 23:57:13 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:13 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:13 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1369410) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:13 thread_status = { = { = {}, }, thread_id = 241, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6077f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177\a\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6077f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177\a\306\177\000\000\036,\243϶U\000", __large = 0x7fc6077f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6077f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:13 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:13 arguments = 2025-10-03 23:57:13 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1369410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:13 __f = 0x55b6f1369410 2025-10-03 23:57:13 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6077f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #16 std::__1::function::operator() (this=0x7fc6077f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1369200) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\2246\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1369410}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6077f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491223241, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6077f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1369298: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13692a8: 0x55b6f1369200) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1369290) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1369290}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:13 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 2025-10-03 23:57:13 Thread 629 (Thread 0x7fc606ffd640 (LWP 242) "BgSchPool"): 2025-10-03 23:57:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:13 ec = 2025-10-03 23:57:13 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:13 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:13 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13696f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:13 thread_status = { = { = {}, }, thread_id = 242, os_thread_priority = 0, performance_counters = {counters = 0x7fc5dc000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5dc000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc606ff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377\006\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc606ff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377\006\306\177\000\000\036,\243϶U\000", __large = 0x7fc606ff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc606ff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5dc0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:13 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:13 arguments = 2025-10-03 23:57:13 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13696f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:13 __f = 0x55b6f13696f0 2025-10-03 23:57:13 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc606ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #16 std::__1::function::operator() (this=0x7fc606ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13694e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\2266\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13696f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc606ff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491444917, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc606ff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1369578: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1369588: 0x55b6f13694e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1369570) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1369570}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:13 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 2025-10-03 23:57:13 Thread 628 (Thread 0x7fc6067fc640 (LWP 243) "BgSchPool"): 2025-10-03 23:57:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:13 ec = 2025-10-03 23:57:13 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:13 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:13 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13699d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:13 thread_status = { = { = {}, }, thread_id = 243, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6067f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9752, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177\006\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6067f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177\006\306\177\000\000\036,\243϶U\000", __large = 0x7fc6067f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6067f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:13 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:13 arguments = 2025-10-03 23:57:13 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13699d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:13 __f = 0x55b6f13699d0 2025-10-03 23:57:13 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6067f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #16 std::__1::function::operator() (this=0x7fc6067f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13697c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "Й6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13699d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6067f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491479431, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6067f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1369858: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1369868: 0x55b6f13697c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1369850) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1369850}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:13 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 2025-10-03 23:57:13 Thread 627 (Thread 0x7fc605ffb640 (LWP 244) "BgSchPool"): 2025-10-03 23:57:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:13 ec = 2025-10-03 23:57:13 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:13 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:13 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1369f90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:13 thread_status = { = { = {}, }, thread_id = 244, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc605ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18816, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377\005\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc605ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377\005\306\177\000\000\036,\243϶U\000", __large = 0x7fc605ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc605ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:13 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:13 arguments = 2025-10-03 23:57:13 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1369f90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:13 __f = 0x55b6f1369f90 2025-10-03 23:57:13 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc605ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #16 std::__1::function::operator() (this=0x7fc605ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1369aa0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\2376\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1369f90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc605ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491646525, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc605ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1369b38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1369b48: 0x55b6f1369aa0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1369b30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1369b30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:13 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 2025-10-03 23:57:13 Thread 626 (Thread 0x7fc6057fa640 (LWP 245) "BgSchPool"): 2025-10-03 23:57:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:13 ec = 2025-10-03 23:57:13 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:13 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:13 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1369cb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:13 thread_status = { = { = {}, }, thread_id = 245, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc6057f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177\005\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6057f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177\005\306\177\000\000\036,\243϶U\000", __large = 0x7fc6057f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6057f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:13 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:13 arguments = 2025-10-03 23:57:13 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1369cb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:13 __f = 0x55b6f1369cb0 2025-10-03 23:57:13 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc6057f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #16 std::__1::function::operator() (this=0x7fc6057f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1369d80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\2346\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1369cb0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6057f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491620315, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc6057f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1369e18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1369e28: 0x55b6f1369d80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1369e10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1369e10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:13 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 2025-10-03 23:57:13 Thread 625 (Thread 0x7fc604ff9640 (LWP 246) "BgSchPool"): 2025-10-03 23:57:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:13 ec = 2025-10-03 23:57:13 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:13 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:13 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f136a270) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:13 thread_status = { = { = {}, }, thread_id = 246, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc604ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377\004\306\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc604ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377\004\306\177\000\000\036,\243϶U\000", __large = 0x7fc604ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc604ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:13 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:13 arguments = 2025-10-03 23:57:13 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f136a270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:13 __f = 0x55b6f136a270 2025-10-03 23:57:13 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc604ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #16 std::__1::function::operator() (this=0x7fc604ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f136a060) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\2426\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f136a270}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc604ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491675840, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc604ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f136a0f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f136a108: 0x55b6f136a060) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f136a0f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f136a0f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:13 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 2025-10-03 23:57:13 Thread 624 (Thread 0x7fc5fffff640 (LWP 247) "BgSchPool"): 2025-10-03 23:57:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:13 ec = 2025-10-03 23:57:13 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:13 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:13 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f136a550) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:13 thread_status = { = { = {}, }, thread_id = 247, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5ffff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377\377\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ffff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377\377\305\177\000\000\036,\243϶U\000", __large = 0x7fc5ffff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ffff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:13 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:13 arguments = 2025-10-03 23:57:13 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f136a550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:13 __f = 0x55b6f136a550 2025-10-03 23:57:13 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5ffff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #16 std::__1::function::operator() (this=0x7fc5ffff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f136a340) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\2456\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f136a550}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ffff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491877729, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ffff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f136a3d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f136a3e8: 0x55b6f136a340) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f136a3d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f136a3d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:13 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 2025-10-03 23:57:13 Thread 623 (Thread 0x7fc5ff7fe640 (LWP 248) "BgSchPool"): 2025-10-03 23:57:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:13 No symbol table info available. 2025-10-03 23:57:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:13 ec = 2025-10-03 23:57:13 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:13 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:13 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:13 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f136a830) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:13 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:13 thread_status = { = { = {}, }, thread_id = 248, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5ff7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 15296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177\377\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ff7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177\377\305\177\000\000\036,\243϶U\000", __large = 0x7fc5ff7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ff7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:13 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:13 arguments = 2025-10-03 23:57:13 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f136a830) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:13 __f = 0x55b6f136a830 2025-10-03 23:57:13 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5ff7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #16 std::__1::function::operator() (this=0x7fc5ff7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f136a620) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\2506\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f136a830}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ff7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491908005, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ff7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:13 job_is_done = 2025-10-03 23:57:13 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f136a6b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f136a6c8: 0x55b6f136a620) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:13 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:13 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f136a6b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f136a6b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 622 (Thread 0x7fc5feffd640 (LWP 249) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f136ab10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 249, os_thread_priority = 0, performance_counters = {counters = 0x7fc5bc000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5bc000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5feff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11504, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377\376\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5feff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377\376\305\177\000\000\036,\243϶U\000", __large = 0x7fc5feff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5feff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5bc0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f136ab10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f136ab10 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5feff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5feff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f136a900) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\2536\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f136ab10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5feff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144491939905, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5feff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:14 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f136a998: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f136a9a8: 0x55b6f136a900) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f136a990) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f136a990}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 621 (Thread 0x7fc5fe7fc640 (LWP 250) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f136adf0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 250, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5fe7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12368, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177\376\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fe7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177\376\305\177\000\000\036,\243϶U\000", __large = 0x7fc5fe7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fe7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f136adf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f136adf0 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5fe7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5fe7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f136abe0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\2556\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f136adf0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fe7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492087923, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fe7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:14 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f136ac78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f136ac88: 0x55b6f136abe0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f136ac70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f136ac70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 620 (Thread 0x7fc5fdffb640 (LWP 251) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f135fdc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 251, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5fdff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12168, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377\375\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fdff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377\375\305\177\000\000\036,\243϶U\000", __large = 0x7fc5fdff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fdff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f135fdc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f135fdc0 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5fdff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5fdff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f136aec0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\3755\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f135fdc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fdff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492123078, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fdff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:14 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f136af18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f136af28: 0x55b6f136aec0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f136af10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f136af10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 619 (Thread 0x7fc5fd7fa640 (LWP 252) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13600a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 252, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a8000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a8000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5fd7f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11112, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177\375\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fd7f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177\375\305\177\000\000\036,\243϶U\000", __large = 0x7fc5fd7f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fd7f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a80021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13600a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f13600a0 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5fd7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5fd7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f135fe90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\0006\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13600a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fd7f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492163424, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fd7f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:14 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f135ff28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f135ff38: 0x55b6f135fe90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f135ff20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f135ff20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 618 (Thread 0x7fc5fcff9640 (LWP 253) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1360380) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 253, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a4000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a4000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5fcff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11392, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377\374\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fcff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377\374\305\177\000\000\036,\243϶U\000", __large = 0x7fc5fcff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fcff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a40021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1360380) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f1360380 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5fcff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5fcff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1360170) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\0036\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1360380}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fcff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492208288, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5fcff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:14 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1360208: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1360218: 0x55b6f1360170) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1360200) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1360200}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 617 (Thread 0x7fc5cffff640 (LWP 254) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1360660) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 254, os_thread_priority = 0, performance_counters = {counters = 0x7fc59c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc59c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5cfff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377\317\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cfff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377\317\305\177\000\000\036,\243϶U\000", __large = 0x7fc5cfff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cfff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc59c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1360660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f1360660 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5cfff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5cfff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1360450) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\0066\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1360660}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cfff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492355925, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cfff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:14 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13604e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13604f8: 0x55b6f1360450) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13604e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13604e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 616 (Thread 0x7fc5cf7fe640 (LWP 255) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1360940) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 255, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a0000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a0000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5cf7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10288, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177\317\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cf7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177\317\305\177\000\000\036,\243϶U\000", __large = 0x7fc5cf7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cf7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a00021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1360940) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f1360940 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5cf7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5cf7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1360730) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\t6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1360940}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cf7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492390971, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cf7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:14 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13607c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13607d8: 0x55b6f1360730) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13607c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13607c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 615 (Thread 0x7fc5ceffd640 (LWP 256) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1360c20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 256, os_thread_priority = 0, performance_counters = {counters = 0x7fc594000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc594000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5ceff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377\316\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ceff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377\316\305\177\000\000\036,\243϶U\000", __large = 0x7fc5ceff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ceff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5940021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1360c20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f1360c20 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5ceff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5ceff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1360a10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \f6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1360c20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ceff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492421718, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ceff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:14 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1360aa8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1360ab8: 0x55b6f1360a10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1360aa0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1360aa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 614 (Thread 0x7fc5ce7fc640 (LWP 257) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1360f00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 257, os_thread_priority = 0, performance_counters = {counters = 0x7fc598000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc598000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5ce7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177\316\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ce7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177\316\305\177\000\000\036,\243϶U\000", __large = 0x7fc5ce7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ce7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5980021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1360f00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f1360f00 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5ce7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5ce7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1360cf0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\0176\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1360f00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ce7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492499595, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ce7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:14 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1360d88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1360d98: 0x55b6f1360cf0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1360d80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1360d80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:14 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 2025-10-03 23:57:14 Thread 613 (Thread 0x7fc5cdffb640 (LWP 258) "BgSchPool"): 2025-10-03 23:57:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:14 No symbol table info available. 2025-10-03 23:57:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:14 ec = 2025-10-03 23:57:14 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:14 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:14 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:14 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13611e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:14 thread_status = { = { = {}, }, thread_id = 258, os_thread_priority = 0, performance_counters = {counters = 0x7fc58c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc58c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5cdff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377\315\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cdff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377\315\305\177\000\000\036,\243϶U\000", __large = 0x7fc5cdff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cdff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc58c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:14 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:14 arguments = 2025-10-03 23:57:14 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13611e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:14 __f = 0x55b6f13611e0 2025-10-03 23:57:14 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5cdff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #16 std::__1::function::operator() (this=0x7fc5cdff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:14 No locals. 2025-10-03 23:57:14 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1360fd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\0216\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13611e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cdff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492588070, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cdff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:14 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1361068: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1361078: 0x55b6f1360fd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1361060) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1361060}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:15 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 2025-10-03 23:57:15 Thread 612 (Thread 0x7fc5cd7fa640 (LWP 259) "BgSchPool"): 2025-10-03 23:57:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:15 ec = 2025-10-03 23:57:15 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:15 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:15 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13614c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:15 thread_status = { = { = {}, }, thread_id = 259, os_thread_priority = 0, performance_counters = {counters = 0x7fc590000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc590000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5cd7f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177\315\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cd7f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177\315\305\177\000\000\036,\243϶U\000", __large = 0x7fc5cd7f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cd7f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5900021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:15 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:15 arguments = 2025-10-03 23:57:15 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13614c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:15 __f = 0x55b6f13614c0 2025-10-03 23:57:15 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5cd7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #16 std::__1::function::operator() (this=0x7fc5cd7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13612b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\0246\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13614c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cd7f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492706853, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5cd7f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1361348: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1361358: 0x55b6f13612b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1361340) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1361340}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:15 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 2025-10-03 23:57:15 Thread 611 (Thread 0x7fc5ccff9640 (LWP 260) "BgSchPool"): 2025-10-03 23:57:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:15 ec = 2025-10-03 23:57:15 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:15 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:15 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13617a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:15 thread_status = { = { = {}, }, thread_id = 260, os_thread_priority = 0, performance_counters = {counters = 0x7fc584000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc584000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5ccff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9632, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377\314\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ccff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377\314\305\177\000\000\036,\243϶U\000", __large = 0x7fc5ccff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ccff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5840021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:15 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:15 arguments = 2025-10-03 23:57:15 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13617a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:15 __f = 0x55b6f13617a0 2025-10-03 23:57:15 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5ccff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #16 std::__1::function::operator() (this=0x7fc5ccff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1361590) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\0276\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13617a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ccff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492734395, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ccff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1361628: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1361638: 0x55b6f1361590) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1361620) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1361620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:15 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 2025-10-03 23:57:15 Thread 610 (Thread 0x7fc5affff640 (LWP 261) "BgSchPool"): 2025-10-03 23:57:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:15 ec = 2025-10-03 23:57:15 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:15 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:15 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1361a80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:15 thread_status = { = { = {}, }, thread_id = 261, os_thread_priority = 0, performance_counters = {counters = 0x7fc57c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc57c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5afff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377\257\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5afff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377\257\305\177\000\000\036,\243϶U\000", __large = 0x7fc5afff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5afff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc57c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:15 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:15 arguments = 2025-10-03 23:57:15 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1361a80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:15 __f = 0x55b6f1361a80 2025-10-03 23:57:15 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5afff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #16 std::__1::function::operator() (this=0x7fc5afff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1361870) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\0326\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1361a80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5afff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492765443, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5afff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1361908: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1361918: 0x55b6f1361870) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1361900) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1361900}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:15 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 2025-10-03 23:57:15 Thread 609 (Thread 0x7fc5af7fe640 (LWP 262) "BgSchPool"): 2025-10-03 23:57:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:15 ec = 2025-10-03 23:57:15 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:15 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:15 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1362040) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:15 thread_status = { = { = {}, }, thread_id = 262, os_thread_priority = 0, performance_counters = {counters = 0x7fc580000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc580000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5af7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177\257\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5af7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177\257\305\177\000\000\036,\243϶U\000", __large = 0x7fc5af7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5af7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5800021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:15 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:15 arguments = 2025-10-03 23:57:15 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1362040) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:15 __f = 0x55b6f1362040 2025-10-03 23:57:15 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5af7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #16 std::__1::function::operator() (this=0x7fc5af7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1361b50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@ 6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1362040}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5af7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492892071, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5af7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1361be8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1361bf8: 0x55b6f1361b50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1361be0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1361be0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:15 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 2025-10-03 23:57:15 Thread 608 (Thread 0x7fc5aeffd640 (LWP 263) "BgSchPool"): 2025-10-03 23:57:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:15 ec = 2025-10-03 23:57:15 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:15 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:15 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1361d60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:15 thread_status = { = { = {}, }, thread_id = 263, os_thread_priority = 0, performance_counters = {counters = 0x7fc588000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc588000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5aeff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12384, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377\256\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5aeff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377\256\305\177\000\000\036,\243϶U\000", __large = 0x7fc5aeff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5aeff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5880021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:15 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:15 arguments = 2025-10-03 23:57:15 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1361d60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:15 __f = 0x55b6f1361d60 2025-10-03 23:57:15 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5aeff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #16 std::__1::function::operator() (this=0x7fc5aeff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1361e30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\0356\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1361d60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5aeff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144492854931, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5aeff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1361ec8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1361ed8: 0x55b6f1361e30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1361ec0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1361ec0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:15 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 2025-10-03 23:57:15 Thread 607 (Thread 0x7fc5ae7fc640 (LWP 264) "BgSchPool"): 2025-10-03 23:57:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:15 ec = 2025-10-03 23:57:15 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:15 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:15 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1362320) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:15 thread_status = { = { = {}, }, thread_id = 264, os_thread_priority = 0, performance_counters = {counters = 0x7fc574000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc574000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5ae7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177\256\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ae7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177\256\305\177\000\000\036,\243϶U\000", __large = 0x7fc5ae7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ae7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5740021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:15 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:15 arguments = 2025-10-03 23:57:15 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1362320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:15 __f = 0x55b6f1362320 2025-10-03 23:57:15 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5ae7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #16 std::__1::function::operator() (this=0x7fc5ae7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1362110) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " #6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1362320}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ae7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144493002928, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ae7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13621a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13621b8: 0x55b6f1362110) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13621a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13621a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:15 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 2025-10-03 23:57:15 Thread 606 (Thread 0x7fc5adffb640 (LWP 265) "BgSchPool"): 2025-10-03 23:57:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:15 ec = 2025-10-03 23:57:15 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:15 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:15 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1362600) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:15 thread_status = { = { = {}, }, thread_id = 265, os_thread_priority = 0, performance_counters = {counters = 0x7fc56c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc56c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5adff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17976, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377\255\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5adff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377\255\305\177\000\000\036,\243϶U\000", __large = 0x7fc5adff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5adff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc56c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:15 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:15 arguments = 2025-10-03 23:57:15 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1362600) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:15 __f = 0x55b6f1362600 2025-10-03 23:57:15 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5adff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #16 std::__1::function::operator() (this=0x7fc5adff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13623f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000&6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1362600}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5adff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144493157468, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5adff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1362488: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1362498: 0x55b6f13623f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1362480) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1362480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:15 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 2025-10-03 23:57:15 Thread 605 (Thread 0x7fc5ad7fa640 (LWP 266) "BgSchPool"): 2025-10-03 23:57:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:15 ec = 2025-10-03 23:57:15 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:15 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:15 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f13628e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:15 thread_status = { = { = {}, }, thread_id = 266, os_thread_priority = 0, performance_counters = {counters = 0x7fc570000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc570000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5ad7f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177\255\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ad7f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177\255\305\177\000\000\036,\243϶U\000", __large = 0x7fc5ad7f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ad7f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5700021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:15 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:15 arguments = 2025-10-03 23:57:15 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f13628e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:15 __f = 0x55b6f13628e0 2025-10-03 23:57:15 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5ad7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #16 std::__1::function::operator() (this=0x7fc5ad7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13626d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340(6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f13628e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ad7f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144493529736, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5ad7f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1362768: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1362778: 0x55b6f13626d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1362760) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1362760}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:15 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 2025-10-03 23:57:15 Thread 604 (Thread 0x7fc5acff9640 (LWP 267) "BgSchPool"): 2025-10-03 23:57:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:15 No symbol table info available. 2025-10-03 23:57:15 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:15 ec = 2025-10-03 23:57:15 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:15 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:15 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:15 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1362bc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:15 thread_status = { = { = {}, }, thread_id = 267, os_thread_priority = 0, performance_counters = {counters = 0x7fc564000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc564000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5acff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377\254\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5acff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377\254\305\177\000\000\036,\243϶U\000", __large = 0x7fc5acff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5acff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5640021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:15 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:15 arguments = 2025-10-03 23:57:15 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1362bc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:15 __f = 0x55b6f1362bc0 2025-10-03 23:57:15 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5acff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #16 std::__1::function::operator() (this=0x7fc5acff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f13629b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300+6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1362bc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5acff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144493631858, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5acff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:15 job_is_done = 2025-10-03 23:57:15 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1362a48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1362a58: 0x55b6f13629b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:15 No locals. 2025-10-03 23:57:15 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1362a40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1362a40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:16 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 2025-10-03 23:57:16 Thread 603 (Thread 0x7fc57bfff640 (LWP 268) "BgSchPool"): 2025-10-03 23:57:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:16 ec = 2025-10-03 23:57:16 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:16 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:16 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1362ea0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:16 thread_status = { = { = {}, }, thread_id = 268, os_thread_priority = 0, performance_counters = {counters = 0x7fc568000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc568000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc57bff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377{\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57bff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377{\305\177\000\000\036,\243϶U\000", __large = 0x7fc57bff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57bff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5680021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:16 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:16 arguments = 2025-10-03 23:57:16 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1362ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:16 __f = 0x55b6f1362ea0 2025-10-03 23:57:16 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc57bff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #16 std::__1::function::operator() (this=0x7fc57bff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1362c90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240.6\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1362ea0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57bff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144493733298, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57bff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_is_done = 2025-10-03 23:57:16 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1362d28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1362d38: 0x55b6f1362c90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1362d20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1362d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:16 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 2025-10-03 23:57:16 Thread 602 (Thread 0x7fc57b7fe640 (LWP 269) "BgSchPool"): 2025-10-03 23:57:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:16 ec = 2025-10-03 23:57:16 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:16 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:16 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1363180) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:16 thread_status = { = { = {}, }, thread_id = 269, os_thread_priority = 0, performance_counters = {counters = 0x7fc55c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc55c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc57b7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9064, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177{\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57b7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177{\305\177\000\000\036,\243϶U\000", __large = 0x7fc57b7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57b7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc55c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:16 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:16 arguments = 2025-10-03 23:57:16 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1363180) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:16 __f = 0x55b6f1363180 2025-10-03 23:57:16 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc57b7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #16 std::__1::function::operator() (this=0x7fc57b7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1362f70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\20016\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1363180}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57b7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144493809400, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57b7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_is_done = 2025-10-03 23:57:16 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1363008: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1363018: 0x55b6f1362f70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1363000) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1363000}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:16 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 2025-10-03 23:57:16 Thread 601 (Thread 0x7fc57affd640 (LWP 270) "BgSchPool"): 2025-10-03 23:57:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:16 ec = 2025-10-03 23:57:16 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:16 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:16 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1363460) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:16 thread_status = { = { = {}, }, thread_id = 270, os_thread_priority = 0, performance_counters = {counters = 0x7fc558000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc558000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc57aff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11784, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377z\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57aff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377z\305\177\000\000\036,\243϶U\000", __large = 0x7fc57aff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57aff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5580021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:16 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:16 arguments = 2025-10-03 23:57:16 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1363460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:16 __f = 0x55b6f1363460 2025-10-03 23:57:16 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc57aff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #16 std::__1::function::operator() (this=0x7fc57aff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1363250) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`46\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1363460}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57aff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144493902566, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57aff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_is_done = 2025-10-03 23:57:16 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13632e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13632f8: 0x55b6f1363250) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13632e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13632e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:16 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 2025-10-03 23:57:16 Thread 600 (Thread 0x7fc57a7fc640 (LWP 271) "BgSchPool"): 2025-10-03 23:57:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:16 ec = 2025-10-03 23:57:16 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:16 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:16 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1363610) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:16 thread_status = { = { = {}, }, thread_id = 271, os_thread_priority = 0, performance_counters = {counters = 0x7fc560000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc560000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc57a7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7512, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177z\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57a7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177z\305\177\000\000\036,\243϶U\000", __large = 0x7fc57a7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57a7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5600021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144704318126, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:16 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:16 arguments = 2025-10-03 23:57:16 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1363610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:16 __f = 0x55b6f1363610 2025-10-03 23:57:16 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc57a7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #16 std::__1::function::operator() (this=0x7fc57a7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1363530) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\02066\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1363610}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57a7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144493973849, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc57a7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_is_done = 2025-10-03 23:57:16 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13635c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13635d8: 0x55b6f1363530) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13635c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13635c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:16 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 2025-10-03 23:57:16 Thread 599 (Thread 0x7fc579ffb640 (LWP 272) "BgSchPool"): 2025-10-03 23:57:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:16 ec = 2025-10-03 23:57:16 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:16 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:16 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1356060) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:16 thread_status = { = { = {}, }, thread_id = 272, os_thread_priority = 0, performance_counters = {counters = 0x7fc550000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc550000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc579ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7408, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377y\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc579ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377y\305\177\000\000\036,\243϶U\000", __large = 0x7fc579ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc579ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5500021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:16 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:16 arguments = 2025-10-03 23:57:16 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1356060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:16 __f = 0x55b6f1356060 2025-10-03 23:57:16 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc579ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #16 std::__1::function::operator() (this=0x7fc579ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1377a50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "``5\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1356060}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc579ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144494122908, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc579ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_is_done = 2025-10-03 23:57:16 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f13562a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f13562b8: 0x55b6f1377a50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f13562a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f13562a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:16 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 2025-10-03 23:57:16 Thread 598 (Thread 0x7fc5797fa640 (LWP 273) "BgSchPool"): 2025-10-03 23:57:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:16 ec = 2025-10-03 23:57:16 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:16 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:16 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1375e70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:16 thread_status = { = { = {}, }, thread_id = 273, os_thread_priority = 0, performance_counters = {counters = 0x7fc554000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc554000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5797f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177y\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5797f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177y\305\177\000\000\036,\243϶U\000", __large = 0x7fc5797f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5797f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5540021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:16 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:16 arguments = 2025-10-03 23:57:16 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1375e70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:16 __f = 0x55b6f1375e70 2025-10-03 23:57:16 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5797f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #16 std::__1::function::operator() (this=0x7fc5797f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1376dd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p^7\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1375e70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5797f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144494193671, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5797f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_is_done = 2025-10-03 23:57:16 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1356c08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1356c18: 0x55b6f1376dd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1356c00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1356c00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:16 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 2025-10-03 23:57:16 Thread 597 (Thread 0x7fc578ff9640 (LWP 274) "BgSchPool"): 2025-10-03 23:57:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:16 ec = 2025-10-03 23:57:16 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:16 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:16 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1376e90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:16 thread_status = { = { = {}, }, thread_id = 274, os_thread_priority = 0, performance_counters = {counters = 0x7fc548000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc548000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc578ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8616, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377x\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc578ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377x\305\177\000\000\036,\243϶U\000", __large = 0x7fc578ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc578ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5480021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:16 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:16 arguments = 2025-10-03 23:57:16 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1376e90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:16 __f = 0x55b6f1376e90 2025-10-03 23:57:16 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc578ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #16 std::__1::function::operator() (this=0x7fc578ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1355fa0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220n7\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1376e90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc578ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144494301684, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc578ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_is_done = 2025-10-03 23:57:16 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1376e68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1376e78: 0x55b6f1355fa0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1376e60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1376e60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:16 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 2025-10-03 23:57:16 Thread 596 (Thread 0x7fc54ffff640 (LWP 275) "BgSchPool"): 2025-10-03 23:57:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:16 ec = 2025-10-03 23:57:16 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:16 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:16 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f141ced0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:16 thread_status = { = { = {}, }, thread_id = 275, os_thread_priority = 0, performance_counters = {counters = 0x7fc540000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc540000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc54fff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377O\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54fff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377O\305\177\000\000\036,\243϶U\000", __large = 0x7fc54fff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54fff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5400021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:16 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:16 arguments = 2025-10-03 23:57:16 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f141ced0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:16 __f = 0x55b6f141ced0 2025-10-03 23:57:16 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc54fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #16 std::__1::function::operator() (this=0x7fc54fff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141ccc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\316A\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f141ced0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54fff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144494349854, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54fff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_is_done = 2025-10-03 23:57:16 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f141cd58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f141cd68: 0x55b6f141ccc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f141cd50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f141cd50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:16 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 2025-10-03 23:57:16 Thread 595 (Thread 0x7fc54f7fe640 (LWP 276) "BgSchPool"): 2025-10-03 23:57:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:16 No symbol table info available. 2025-10-03 23:57:16 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:16 ec = 2025-10-03 23:57:16 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:16 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:16 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:16 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f141d1b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:16 thread_status = { = { = {}, }, thread_id = 276, os_thread_priority = 0, performance_counters = {counters = 0x7fc544000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc544000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc54f7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177O\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54f7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177O\305\177\000\000\036,\243϶U\000", __large = 0x7fc54f7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54f7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5440021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:16 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:16 arguments = 2025-10-03 23:57:16 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f141d1b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:16 __f = 0x55b6f141d1b0 2025-10-03 23:57:16 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc54f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #16 std::__1::function::operator() (this=0x7fc54f7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:16 No locals. 2025-10-03 23:57:16 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141cfa0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\321A\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f141d1b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54f7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144494486871, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54f7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:16 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f141d038: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f141d048: 0x55b6f141cfa0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f141d030) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f141d030}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 2025-10-03 23:57:17 Thread 594 (Thread 0x7fc54effd640 (LWP 277) "BgSchPool"): 2025-10-03 23:57:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:17 ec = 2025-10-03 23:57:17 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:17 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:17 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f141d490) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:17 thread_status = { = { = {}, }, thread_id = 277, os_thread_priority = 0, performance_counters = {counters = 0x7fc538000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc538000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc54eff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377N\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54eff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377N\305\177\000\000\036,\243϶U\000", __large = 0x7fc54eff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54eff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5380021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:17 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:17 arguments = 2025-10-03 23:57:17 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f141d490) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:17 __f = 0x55b6f141d490 2025-10-03 23:57:17 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc54eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #16 std::__1::function::operator() (this=0x7fc54eff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141d280) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\324A\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f141d490}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54eff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144494536494, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54eff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f141d318: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f141d328: 0x55b6f141d280) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f141d310) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f141d310}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 2025-10-03 23:57:17 Thread 593 (Thread 0x7fc54e7fc640 (LWP 278) "BgSchPool"): 2025-10-03 23:57:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:17 ec = 2025-10-03 23:57:17 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:17 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:17 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f141d770) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:17 thread_status = { = { = {}, }, thread_id = 278, os_thread_priority = 0, performance_counters = {counters = 0x7fc53c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc53c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc54e7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177N\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54e7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177N\305\177\000\000\036,\243϶U\000", __large = 0x7fc54e7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54e7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc53c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:17 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:17 arguments = 2025-10-03 23:57:17 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f141d770) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:17 __f = 0x55b6f141d770 2025-10-03 23:57:17 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc54e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #16 std::__1::function::operator() (this=0x7fc54e7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141d560) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\327A\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f141d770}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54e7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144494587880, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54e7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f141d5f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f141d608: 0x55b6f141d560) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f141d5f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f141d5f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 2025-10-03 23:57:17 Thread 592 (Thread 0x7fc54dffb640 (LWP 279) "BgSchPool"): 2025-10-03 23:57:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:17 ec = 2025-10-03 23:57:17 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:17 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:17 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f141da50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:17 thread_status = { = { = {}, }, thread_id = 279, os_thread_priority = 0, performance_counters = {counters = 0x7fc534000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc534000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc54dff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377M\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54dff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377M\305\177\000\000\036,\243϶U\000", __large = 0x7fc54dff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54dff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5340021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:17 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:17 arguments = 2025-10-03 23:57:17 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f141da50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:17 __f = 0x55b6f141da50 2025-10-03 23:57:17 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc54dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #16 std::__1::function::operator() (this=0x7fc54dff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141d840) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\332A\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f141da50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54dff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144494679583, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54dff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f141d8d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f141d8e8: 0x55b6f141d840) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f141d8d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f141d8d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 2025-10-03 23:57:17 Thread 591 (Thread 0x7fc54d7fa640 (LWP 280) "BgSchPool"): 2025-10-03 23:57:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:17 ec = 2025-10-03 23:57:17 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:17 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:17 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f141dd30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:17 thread_status = { = { = {}, }, thread_id = 280, os_thread_priority = 0, performance_counters = {counters = 0x7fc52c000b90, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc52c000b90}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc54d7f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177M\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54d7f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177M\305\177\000\000\036,\243϶U\000", __large = 0x7fc54d7f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54d7f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc52c0021d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:17 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:17 arguments = 2025-10-03 23:57:17 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f141dd30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:17 __f = 0x55b6f141dd30 2025-10-03 23:57:17 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc54d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #16 std::__1::function::operator() (this=0x7fc54d7f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141db20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\335A\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f141dd30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54d7f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495013579, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54d7f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f141dbb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f141dbc8: 0x55b6f141db20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f141dbb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f141dbb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 2025-10-03 23:57:17 Thread 590 (Thread 0x7fc54cff9640 (LWP 281) "BgSchPool"): 2025-10-03 23:57:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:17 ec = 2025-10-03 23:57:17 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:17 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:17 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f141e010) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:17 thread_status = { = { = {}, }, thread_id = 281, os_thread_priority = 0, performance_counters = {counters = 0x55b6f141e580, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x55b6f141e580}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc54cff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377L\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54cff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377L\305\177\000\000\036,\243϶U\000", __large = 0x7fc54cff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54cff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x55b6f141fbc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:17 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:17 arguments = 2025-10-03 23:57:17 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f141e010) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:17 __f = 0x55b6f141e010 2025-10-03 23:57:17 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc54cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #16 std::__1::function::operator() (this=0x7fc54cff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141de00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\340A\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f141e010}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54cff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495070145, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc54cff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f141de98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f141dea8: 0x55b6f141de00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f141de90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f141de90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 2025-10-03 23:57:17 Thread 589 (Thread 0x7fc533fff640 (LWP 282) "BgSchPool"): 2025-10-03 23:57:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:17 ec = 2025-10-03 23:57:17 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:17 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:17 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f141fc20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:17 thread_status = { = { = {}, }, thread_id = 282, os_thread_priority = 0, performance_counters = {counters = 0x7fc53c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc53c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc533ff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\3773\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc533ff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\3773\305\177\000\000\036,\243϶U\000", __large = 0x7fc533ff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc533ff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc53c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:17 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:17 arguments = 2025-10-03 23:57:17 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f141fc20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:17 __f = 0x55b6f141fc20 2025-10-03 23:57:17 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc533ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #16 std::__1::function::operator() (this=0x7fc533ff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141e0e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \374A\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f141fc20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc533ff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495199718, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc533ff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f141e178: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f141e188: 0x55b6f141e0e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f141e170) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f141e170}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 2025-10-03 23:57:17 Thread 588 (Thread 0x7fc5337fe640 (LWP 283) "BgSchPool"): 2025-10-03 23:57:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:17 ec = 2025-10-03 23:57:17 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:17 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:17 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f141ff00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:17 thread_status = { = { = {}, }, thread_id = 283, os_thread_priority = 0, performance_counters = {counters = 0x7fc5380024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5380024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5337f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31544, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\1773\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5337f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\1773\305\177\000\000\036,\243϶U\000", __large = 0x7fc5337f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5337f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc538003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:17 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:17 arguments = 2025-10-03 23:57:17 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f141ff00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:17 __f = 0x55b6f141ff00 2025-10-03 23:57:17 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5337f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #16 std::__1::function::operator() (this=0x7fc5337f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141fcf0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\377A\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f141ff00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5337f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495256004, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5337f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f141fd88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f141fd98: 0x55b6f141fcf0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f141fd80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f141fd80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 2025-10-03 23:57:17 Thread 587 (Thread 0x7fc532ffd640 (LWP 284) "BgSchPool"): 2025-10-03 23:57:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:17 ec = 2025-10-03 23:57:17 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:17 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:17 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14201e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:17 thread_status = { = { = {}, }, thread_id = 284, os_thread_priority = 0, performance_counters = {counters = 0x7fc5340024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5340024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc532ff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17944, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\3772\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc532ff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\3772\305\177\000\000\036,\243϶U\000", __large = 0x7fc532ff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc532ff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc534003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:17 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:17 arguments = 2025-10-03 23:57:17 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14201e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:17 __f = 0x55b6f14201e0 2025-10-03 23:57:17 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc532ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #16 std::__1::function::operator() (this=0x7fc532ff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f141ffd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\001B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14201e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc532ff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495316847, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc532ff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1420068: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1420078: 0x55b6f141ffd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1420060) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1420060}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 2025-10-03 23:57:17 Thread 586 (Thread 0x7fc5327fc640 (LWP 285) "BgSchPool"): 2025-10-03 23:57:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:17 No symbol table info available. 2025-10-03 23:57:17 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:17 ec = 2025-10-03 23:57:17 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:17 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:17 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:17 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14204c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:17 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:17 thread_status = { = { = {}, }, thread_id = 285, os_thread_priority = 0, performance_counters = {counters = 0x7fc5440024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5440024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5327f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\1772\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5327f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\1772\305\177\000\000\036,\243϶U\000", __large = 0x7fc5327f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5327f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc544003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:17 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:17 arguments = 2025-10-03 23:57:17 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14204c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:17 __f = 0x55b6f14204c0 2025-10-03 23:57:17 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5327f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #16 std::__1::function::operator() (this=0x7fc5327f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14202b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\004B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14204c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5327f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495361802, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5327f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:17 job_is_done = 2025-10-03 23:57:17 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1420348: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1420358: 0x55b6f14202b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:17 No locals. 2025-10-03 23:57:17 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1420340) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1420340}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:17 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 585 (Thread 0x7fc531ffb640 (LWP 286) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14207a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 286, os_thread_priority = 0, performance_counters = {counters = 0x7fc5400024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5400024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc531ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10176, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\3771\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc531ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\3771\305\177\000\000\036,\243϶U\000", __large = 0x7fc531ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc531ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc540003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14207a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f14207a0 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc531ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc531ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1420590) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\aB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14207a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc531ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495408780, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc531ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1420628: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1420638: 0x55b6f1420590) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1420620) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1420620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:18 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 584 (Thread 0x7fc5317fa640 (LWP 287) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1420a80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 287, os_thread_priority = 0, performance_counters = {counters = 0x7fc5480024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5480024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5317f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\1771\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5317f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\1771\305\177\000\000\036,\243϶U\000", __large = 0x7fc5317f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5317f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc548003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1420a80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f1420a80 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5317f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc5317f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1420870) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\nB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1420a80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5317f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495459515, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5317f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1420908: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1420918: 0x55b6f1420870) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1420900) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1420900}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:18 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 583 (Thread 0x7fc530ff9640 (LWP 288) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1420d60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 288, os_thread_priority = 0, performance_counters = {counters = 0x7fc5540024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5540024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc530ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8680, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\3770\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc530ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\3770\305\177\000\000\036,\243϶U\000", __large = 0x7fc530ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc530ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc554003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1420d60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f1420d60 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc530ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc530ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1420b50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\rB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1420d60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc530ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495512935, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc530ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1420be8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1420bf8: 0x55b6f1420b50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1420be0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1420be0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:18 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 582 (Thread 0x7fc52bfff640 (LWP 289) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1421040) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 289, os_thread_priority = 0, performance_counters = {counters = 0x7fc5500024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5500024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc52bff7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9016, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\377+\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52bff7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\377+\305\177\000\000\036,\243϶U\000", __large = 0x7fc52bff7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52bff7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc550003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1421040) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f1421040 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc52bff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc52bff7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1420e30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\020B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1421040}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52bff7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495568399, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52bff807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1420ec8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1420ed8: 0x55b6f1420e30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1420ec0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1420ec0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:18 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 581 (Thread 0x7fc52b7fe640 (LWP 290) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1421320) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 290, os_thread_priority = 0, performance_counters = {counters = 0x7fc5580024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5580024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc52b7f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\177+\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52b7f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\177+\305\177\000\000\036,\243϶U\000", __large = 0x7fc52b7f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52b7f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc558003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1421320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f1421320 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc52b7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc52b7f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1421110) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \023B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1421320}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52b7f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495615607, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52b7f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14211a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14211b8: 0x55b6f1421110) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14211a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14211a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:18 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 580 (Thread 0x7fc52affd640 (LWP 291) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1421600) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 291, os_thread_priority = 0, performance_counters = {counters = 0x7fc5600024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5600024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc52aff5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\377*\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52aff5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\377*\305\177\000\000\036,\243϶U\000", __large = 0x7fc52aff5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52aff5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc560003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1421600) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f1421600 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc52aff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc52aff5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14213f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\026B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1421600}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52aff5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495667164, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52aff607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1421488: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1421498: 0x55b6f14213f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1421480) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1421480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:18 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 579 (Thread 0x7fc52a7fc640 (LWP 292) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14218e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 292, os_thread_priority = 0, performance_counters = {counters = 0x7fc55c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc55c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc52a7f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\177*\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52a7f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\177*\305\177\000\000\036,\243϶U\000", __large = 0x7fc52a7f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52a7f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc55c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14218e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f14218e0 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc52a7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc52a7f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14216d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\030B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14218e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52a7f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495714083, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc52a7f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1421768: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1421778: 0x55b6f14216d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1421760) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1421760}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:18 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 578 (Thread 0x7fc529ffb640 (LWP 293) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1421bc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 293, os_thread_priority = 0, performance_counters = {counters = 0x7fc5680024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5680024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc529ff3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\377)\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc529ff3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\377)\305\177\000\000\036,\243϶U\000", __large = 0x7fc529ff3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc529ff3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc568003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1421bc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f1421bc0 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc529ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc529ff3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14219b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\033B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1421bc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc529ff3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495784444, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc529ff407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1421a48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1421a58: 0x55b6f14219b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1421a40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1421a40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:18 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 577 (Thread 0x7fc5297fa640 (LWP 294) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1421ea0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 294, os_thread_priority = 0, performance_counters = {counters = 0x7fc5640024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5640024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5297f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12368, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\177)\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5297f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\177)\305\177\000\000\036,\243϶U\000", __large = 0x7fc5297f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5297f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc564003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1421ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f1421ea0 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5297f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc5297f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1421c90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\036B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1421ea0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5297f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495838235, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5297f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1421d28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1421d38: 0x55b6f1421c90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1421d20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1421d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:18 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 2025-10-03 23:57:18 Thread 576 (Thread 0x7fc528ff9640 (LWP 295) "BgSchPool"): 2025-10-03 23:57:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:18 No symbol table info available. 2025-10-03 23:57:18 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:18 ec = 2025-10-03 23:57:18 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:18 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:18 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:18 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1422180) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:18 thread_status = { = { = {}, }, thread_id = 295, os_thread_priority = 0, performance_counters = {counters = 0x7fc5700024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5700024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc528ff1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 23968, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\377(\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc528ff1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\377(\305\177\000\000\036,\243϶U\000", __large = 0x7fc528ff1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc528ff1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc570003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:18 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:18 arguments = 2025-10-03 23:57:18 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1422180) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:18 __f = 0x55b6f1422180 2025-10-03 23:57:18 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc528ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #16 std::__1::function::operator() (this=0x7fc528ff1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1421f70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200!B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1422180}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc528ff1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495895893, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc528ff207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:18 job_is_done = 2025-10-03 23:57:18 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1422008: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1422018: 0x55b6f1421f70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:18 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:18 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1422000) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1422000}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 575 (Thread 0x7fc5287f8640 (LWP 296) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1422460) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 296, os_thread_priority = 0, performance_counters = {counters = 0x7fc5880024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5880024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5287f0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206\177(\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5287f0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016\177(\305\177\000\000\036,\243϶U\000", __large = 0x7fc5287f0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5287f0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc588003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1422460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f1422460 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5287f0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc5287f0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1422250) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`$B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1422460}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5287f0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144495947240, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5287f107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:19 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14222e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14222f8: 0x55b6f1422250) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14222e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14222e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 574 (Thread 0x7fc527ff7640 (LWP 297) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1422740) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 297, os_thread_priority = 0, performance_counters = {counters = 0x7fc56c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc56c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc527fefc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\377'\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc527fefe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\376'\305\177\000\000\036,\243϶U\000", __large = 0x7fc527fefec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc527fefe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc56c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1422740) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f1422740 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc527feff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc527feff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1422530) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@'B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1422740}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc527feffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496015167, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc527ff007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:19 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14225c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14225d8: 0x55b6f1422530) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14225c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14225c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 573 (Thread 0x7fc5277f6640 (LWP 298) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1422a20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 298, os_thread_priority = 0, performance_counters = {counters = 0x7fc57c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc57c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5277eec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10048, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@f\177'\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5277eee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356~'\305\177\000\000\036,\243϶U\000", __large = 0x7fc5277eeec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5277eee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc57c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1422a20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f1422a20 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5277eef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc5277eef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1422810) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " *B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1422a20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5277eefef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496063988, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5277ef07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:19 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14228a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14228b8: 0x55b6f1422810) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14228a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14228a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 572 (Thread 0x7fc526ff5640 (LWP 299) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1422d00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 299, os_thread_priority = 0, performance_counters = {counters = 0x7fc5740024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5740024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc526fedc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\377&\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc526fede47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\376&\305\177\000\000\036,\243϶U\000", __large = 0x7fc526fedec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc526fede8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc574003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1422d00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f1422d00 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc526fedf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc526fedf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1422af0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000-B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1422d00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc526fedfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496116497, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc526fee07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:19 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1422b88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1422b98: 0x55b6f1422af0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1422b80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1422b80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 571 (Thread 0x7fc5267f4640 (LWP 300) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1422fe0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 300, os_thread_priority = 0, performance_counters = {counters = 0x7fc5800024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5800024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5267ecc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11128, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@F\177&\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5267ece47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316~&\305\177\000\000\036,\243϶U\000", __large = 0x7fc5267ecec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5267ece8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc580003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1422fe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f1422fe0 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5267ecf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc5267ecf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1422dd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340/B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1422fe0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5267ecfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496167212, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5267ed07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:19 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1422e68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1422e78: 0x55b6f1422dd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1422e60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1422e60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 570 (Thread 0x7fc525ff3640 (LWP 301) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14232c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 301, os_thread_priority = 0, performance_counters = {counters = 0x7fc5840024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5840024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc525febc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\377%\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc525febe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\376%\305\177\000\000\036,\243϶U\000", __large = 0x7fc525febec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc525febe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc584003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14232c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f14232c0 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc525febf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc525febf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14230b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3002B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14232c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc525febfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496215593, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc525fec07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:19 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1423148: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1423158: 0x55b6f14230b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1423140) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1423140}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 569 (Thread 0x7fc5257f2640 (LWP 302) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14235a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 302, os_thread_priority = 0, performance_counters = {counters = 0x7fc5900024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5900024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5257eac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17464, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&\177%\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5257eae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256~%\305\177\000\000\036,\243϶U\000", __large = 0x7fc5257eaec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5257eae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc590003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14235a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f14235a0 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5257eaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc5257eaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1423390) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2405B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14235a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5257eafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496280194, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5257eb07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:19 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1423428: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1423438: 0x55b6f1423390) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1423420) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1423420}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 568 (Thread 0x7fc524ff1640 (LWP 303) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1423880) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 303, os_thread_priority = 0, performance_counters = {counters = 0x7fc58c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc58c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc524fe9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18216, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\377$\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc524fe9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\376$\305\177\000\000\036,\243϶U\000", __large = 0x7fc524fe9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc524fe9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc58c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1423880) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f1423880 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc524fe9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc524fe9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1423670) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2008B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1423880}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc524fe9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496327012, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc524fea07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:19 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1423708: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1423718: 0x55b6f1423670) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1423700) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1423700}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 567 (Thread 0x7fc5247f0640 (LWP 304) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1423b60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 304, os_thread_priority = 0, performance_counters = {counters = 0x7fc5980024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5980024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5247e8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006\177$\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5247e8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216~$\305\177\000\000\036,\243϶U\000", __large = 0x7fc5247e8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5247e8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc598003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1423b60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f1423b60 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5247e8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc5247e8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1423950) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`;B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1423b60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5247e8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496379410, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5247e907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:19 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14239e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14239f8: 0x55b6f1423950) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14239e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14239e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:19 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 2025-10-03 23:57:19 Thread 566 (Thread 0x7fc523fef640 (LWP 305) "BgSchPool"): 2025-10-03 23:57:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:19 No symbol table info available. 2025-10-03 23:57:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:19 ec = 2025-10-03 23:57:19 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:19 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:19 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:19 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1423e40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:19 thread_status = { = { = {}, }, thread_id = 305, os_thread_priority = 0, performance_counters = {counters = 0x7fc5940024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5940024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc523fe7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\376#\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc523fe7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\376#\305\177\000\000\036,\243϶U\000", __large = 0x7fc523fe7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc523fe7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc594003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:19 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:19 arguments = 2025-10-03 23:57:19 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1423e40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:19 __f = 0x55b6f1423e40 2025-10-03 23:57:19 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc523fe7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #16 std::__1::function::operator() (this=0x7fc523fe7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:19 No locals. 2025-10-03 23:57:19 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1423c30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@>B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1423e40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc523fe7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496434663, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc523fe807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:19 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1423cc8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1423cd8: 0x55b6f1423c30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1423cc0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1423cc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 2025-10-03 23:57:20 Thread 565 (Thread 0x7fc5237ee640 (LWP 306) "BgSchPool"): 2025-10-03 23:57:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:20 ec = 2025-10-03 23:57:20 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:20 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:20 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1424120) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:20 thread_status = { = { = {}, }, thread_id = 306, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5237e6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8040, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346~#\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5237e6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n~#\305\177\000\000\036,\243϶U\000", __large = 0x7fc5237e6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5237e6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:20 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:20 arguments = 2025-10-03 23:57:20 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1424120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:20 __f = 0x55b6f1424120 2025-10-03 23:57:20 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5237e6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #16 std::__1::function::operator() (this=0x7fc5237e6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1423f10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " AB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1424120}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5237e6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496488384, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5237e707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1423fa8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1423fb8: 0x55b6f1423f10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1423fa0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1423fa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 2025-10-03 23:57:20 Thread 564 (Thread 0x7fc522fed640 (LWP 307) "BgSchPool"): 2025-10-03 23:57:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:20 ec = 2025-10-03 23:57:20 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:20 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:20 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1424400) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:20 thread_status = { = { = {}, }, thread_id = 307, os_thread_priority = 0, performance_counters = {counters = 0x7fc59c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc59c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc522fe5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\376\"\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc522fe5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\376\"\305\177\000\000\036,\243϶U\000", __large = 0x7fc522fe5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc522fe5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc59c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:20 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:20 arguments = 2025-10-03 23:57:20 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1424400) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:20 __f = 0x55b6f1424400 2025-10-03 23:57:20 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc522fe5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #16 std::__1::function::operator() (this=0x7fc522fe5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14241f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000DB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1424400}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc522fe5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496539099, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc522fe607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1424288: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1424298: 0x55b6f14241f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1424280) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1424280}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 2025-10-03 23:57:20 Thread 563 (Thread 0x7fc5227ec640 (LWP 308) "BgSchPool"): 2025-10-03 23:57:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:20 ec = 2025-10-03 23:57:20 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:20 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:20 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14246e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:20 thread_status = { = { = {}, }, thread_id = 308, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5227e4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306~\"\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5227e4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N~\"\305\177\000\000\036,\243϶U\000", __large = 0x7fc5227e4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5227e4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:20 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:20 arguments = 2025-10-03 23:57:20 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14246e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:20 __f = 0x55b6f14246e0 2025-10-03 23:57:20 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5227e4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #16 std::__1::function::operator() (this=0x7fc5227e4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14244d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340FB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14246e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5227e4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496587350, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5227e507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1424568: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1424578: 0x55b6f14244d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1424560) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1424560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 2025-10-03 23:57:20 Thread 562 (Thread 0x7fc521feb640 (LWP 309) "BgSchPool"): 2025-10-03 23:57:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:20 ec = 2025-10-03 23:57:20 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:20 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:20 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14249c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:20 thread_status = { = { = {}, }, thread_id = 309, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc521fe3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 24744, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\376!\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc521fe3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\376!\305\177\000\000\036,\243϶U\000", __large = 0x7fc521fe3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc521fe3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:20 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:20 arguments = 2025-10-03 23:57:20 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14249c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:20 __f = 0x55b6f14249c0 2025-10-03 23:57:20 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc521fe3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #16 std::__1::function::operator() (this=0x7fc521fe3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14247b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300IB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14249c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc521fe3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496639137, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc521fe407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1424848: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1424858: 0x55b6f14247b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1424840) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1424840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 2025-10-03 23:57:20 Thread 561 (Thread 0x7fc5217ea640 (LWP 310) "BgSchPool"): 2025-10-03 23:57:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:20 ec = 2025-10-03 23:57:20 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:20 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:20 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1424ca0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:20 thread_status = { = { = {}, }, thread_id = 310, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5217e2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18384, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246~!\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5217e2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.~!\305\177\000\000\036,\243϶U\000", __large = 0x7fc5217e2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5217e2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:20 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:20 arguments = 2025-10-03 23:57:20 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1424ca0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:20 __f = 0x55b6f1424ca0 2025-10-03 23:57:20 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5217e2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #16 std::__1::function::operator() (this=0x7fc5217e2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1424a90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240LB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1424ca0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5217e2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496696264, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5217e307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1424b28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1424b38: 0x55b6f1424a90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1424b20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1424b20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 2025-10-03 23:57:20 Thread 560 (Thread 0x7fc520fe9640 (LWP 311) "BgSchPool"): 2025-10-03 23:57:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:20 ec = 2025-10-03 23:57:20 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:20 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:20 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1424f80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:20 thread_status = { = { = {}, }, thread_id = 311, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc520fe1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\376 \305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc520fe1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\376 \305\177\000\000\036,\243϶U\000", __large = 0x7fc520fe1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc520fe1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:20 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:20 arguments = 2025-10-03 23:57:20 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1424f80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:20 __f = 0x55b6f1424f80 2025-10-03 23:57:20 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc520fe1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #16 std::__1::function::operator() (this=0x7fc520fe1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1424d70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200OB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1424f80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc520fe1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496752049, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc520fe207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1424e08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1424e18: 0x55b6f1424d70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1424e00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1424e00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 2025-10-03 23:57:20 Thread 559 (Thread 0x7fc5207e8640 (LWP 312) "BgSchPool"): 2025-10-03 23:57:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:20 ec = 2025-10-03 23:57:20 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:20 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:20 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1425260) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:20 thread_status = { = { = {}, }, thread_id = 312, os_thread_priority = 0, performance_counters = {counters = 0x7fc5bc0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5bc0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5207e0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9608, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206~ \305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5207e0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016~ \305\177\000\000\036,\243϶U\000", __large = 0x7fc5207e0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5207e0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5bc003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:20 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:20 arguments = 2025-10-03 23:57:20 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1425260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:20 __f = 0x55b6f1425260 2025-10-03 23:57:20 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5207e0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #16 std::__1::function::operator() (this=0x7fc5207e0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1425050) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`RB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1425260}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5207e0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496800610, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5207e107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14250e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14250f8: 0x55b6f1425050) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14250e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14250e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 2025-10-03 23:57:20 Thread 558 (Thread 0x7fc51ffe7640 (LWP 313) "BgSchPool"): 2025-10-03 23:57:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:20 ec = 2025-10-03 23:57:20 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:20 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:20 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1425540) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:20 thread_status = { = { = {}, }, thread_id = 313, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51ffdfc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12384, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\376\037\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51ffdfe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\375\037\305\177\000\000\036,\243϶U\000", __large = 0x7fc51ffdfec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51ffdfe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:20 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:20 arguments = 2025-10-03 23:57:20 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1425540) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:20 __f = 0x55b6f1425540 2025-10-03 23:57:20 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51ffdff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #16 std::__1::function::operator() (this=0x7fc51ffdff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1425330) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@UB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1425540}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51ffdffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496845985, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51ffe007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14253c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14253d8: 0x55b6f1425330) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14253c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14253c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 2025-10-03 23:57:20 Thread 557 (Thread 0x7fc51f7e6640 (LWP 314) "BgSchPool"): 2025-10-03 23:57:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:20 No symbol table info available. 2025-10-03 23:57:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:20 ec = 2025-10-03 23:57:20 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:20 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:20 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:20 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1425820) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:20 thread_status = { = { = {}, }, thread_id = 314, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51f7dec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@f~\037\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51f7dee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356}\037\305\177\000\000\036,\243϶U\000", __large = 0x7fc51f7deec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51f7dee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:20 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:20 arguments = 2025-10-03 23:57:20 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1425820) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:20 __f = 0x55b6f1425820 2025-10-03 23:57:20 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51f7def78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #16 std::__1::function::operator() (this=0x7fc51f7def78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1425610) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " XB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1425820}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51f7defef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496900878, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51f7df07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:20 job_is_done = 2025-10-03 23:57:20 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14256a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14256b8: 0x55b6f1425610) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:20 No locals. 2025-10-03 23:57:20 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14256a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14256a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:20 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 2025-10-03 23:57:21 Thread 556 (Thread 0x7fc51efe5640 (LWP 315) "BgSchPool"): 2025-10-03 23:57:21 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:21 ec = 2025-10-03 23:57:21 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:21 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:21 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1425b00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:21 thread_status = { = { = {}, }, thread_id = 315, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51efddc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\376\036\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51efdde47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\375\036\305\177\000\000\036,\243϶U\000", __large = 0x7fc51efddec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51efdde8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:21 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:21 arguments = 2025-10-03 23:57:21 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1425b00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:21 __f = 0x55b6f1425b00 2025-10-03 23:57:21 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51efddf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #16 std::__1::function::operator() (this=0x7fc51efddf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14258f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000[B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1425b00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51efddfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144496974185, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:21 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51efde07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_is_done = 2025-10-03 23:57:21 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1425988: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1425998: 0x55b6f14258f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1425980) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1425980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:21 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 2025-10-03 23:57:21 Thread 555 (Thread 0x7fc51e7e4640 (LWP 316) "BgSchPool"): 2025-10-03 23:57:21 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:21 ec = 2025-10-03 23:57:21 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:21 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:21 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1425de0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:21 thread_status = { = { = {}, }, thread_id = 316, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51e7dcc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17416, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@F~\036\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51e7dce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316}\036\305\177\000\000\036,\243϶U\000", __large = 0x7fc51e7dcec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51e7dce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:21 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:21 arguments = 2025-10-03 23:57:21 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1425de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:21 __f = 0x55b6f1425de0 2025-10-03 23:57:21 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51e7dcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #16 std::__1::function::operator() (this=0x7fc51e7dcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1425bd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340]B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1425de0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51e7dcfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497022125, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:21 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51e7dd07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_is_done = 2025-10-03 23:57:21 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1425c68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1425c78: 0x55b6f1425bd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1425c60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1425c60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:21 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 2025-10-03 23:57:21 Thread 554 (Thread 0x7fc51dfe3640 (LWP 317) "BgSchPool"): 2025-10-03 23:57:21 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:21 ec = 2025-10-03 23:57:21 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:21 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:21 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14260c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:21 thread_status = { = { = {}, }, thread_id = 317, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51dfdbc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\376\035\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51dfdbe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\375\035\305\177\000\000\036,\243϶U\000", __large = 0x7fc51dfdbec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51dfdbe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:21 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:21 arguments = 2025-10-03 23:57:21 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14260c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:21 __f = 0x55b6f14260c0 2025-10-03 23:57:21 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51dfdbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #16 std::__1::function::operator() (this=0x7fc51dfdbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1425eb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300`B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14260c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51dfdbfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497071638, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:21 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51dfdc07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_is_done = 2025-10-03 23:57:21 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1425f48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1425f58: 0x55b6f1425eb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1425f40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1425f40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:21 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 2025-10-03 23:57:21 Thread 553 (Thread 0x7fc51d7e2640 (LWP 318) "BgSchPool"): 2025-10-03 23:57:21 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:21 ec = 2025-10-03 23:57:21 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:21 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:21 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14263a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:21 thread_status = { = { = {}, }, thread_id = 318, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51d7dac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&~\035\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51d7dae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256}\035\305\177\000\000\036,\243϶U\000", __large = 0x7fc51d7daec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51d7dae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:21 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:21 arguments = 2025-10-03 23:57:21 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14263a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:21 __f = 0x55b6f14263a0 2025-10-03 23:57:21 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51d7daf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #16 std::__1::function::operator() (this=0x7fc51d7daf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1426190) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240cB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14263a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51d7dafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497146398, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:21 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51d7db07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_is_done = 2025-10-03 23:57:21 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1426228: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1426238: 0x55b6f1426190) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1426220) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1426220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:21 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 2025-10-03 23:57:21 Thread 552 (Thread 0x7fc51cfe1640 (LWP 319) "BgSchPool"): 2025-10-03 23:57:21 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:21 ec = 2025-10-03 23:57:21 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:21 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:21 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1426680) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:21 thread_status = { = { = {}, }, thread_id = 319, os_thread_priority = 0, performance_counters = {counters = 0x7fc5dc0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5dc0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51cfd9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 33472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\376\034\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51cfd9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\375\034\305\177\000\000\036,\243϶U\000", __large = 0x7fc51cfd9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51cfd9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5dc003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:21 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:21 arguments = 2025-10-03 23:57:21 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1426680) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:21 __f = 0x55b6f1426680 2025-10-03 23:57:21 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51cfd9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #16 std::__1::function::operator() (this=0x7fc51cfd9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1426470) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200fB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1426680}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51cfd9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497194368, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:21 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51cfda07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_is_done = 2025-10-03 23:57:21 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1426508: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1426518: 0x55b6f1426470) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1426500) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1426500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:21 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 2025-10-03 23:57:21 Thread 551 (Thread 0x7fc51c7e0640 (LWP 320) "BgSchPool"): 2025-10-03 23:57:21 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:21 ec = 2025-10-03 23:57:21 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:21 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:21 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1426960) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:21 thread_status = { = { = {}, }, thread_id = 320, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51c7d8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10104, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006~\034\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51c7d8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216}\034\305\177\000\000\036,\243϶U\000", __large = 0x7fc51c7d8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51c7d8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:21 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:21 arguments = 2025-10-03 23:57:21 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1426960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:21 __f = 0x55b6f1426960 2025-10-03 23:57:21 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51c7d8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #16 std::__1::function::operator() (this=0x7fc51c7d8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1426750) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`iB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1426960}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51c7d8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497241336, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:21 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51c7d907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_is_done = 2025-10-03 23:57:21 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14267e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14267f8: 0x55b6f1426750) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14267e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14267e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:21 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 2025-10-03 23:57:21 Thread 550 (Thread 0x7fc51bfdf640 (LWP 321) "BgSchPool"): 2025-10-03 23:57:21 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:21 ec = 2025-10-03 23:57:21 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:21 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:21 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1426c40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:21 thread_status = { = { = {}, }, thread_id = 321, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51bfd7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10000, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\375\033\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51bfd7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\375\033\305\177\000\000\036,\243϶U\000", __large = 0x7fc51bfd7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51bfd7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:21 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:21 arguments = 2025-10-03 23:57:21 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1426c40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:21 __f = 0x55b6f1426c40 2025-10-03 23:57:21 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51bfd7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #16 std::__1::function::operator() (this=0x7fc51bfd7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1426a30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@lB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1426c40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51bfd7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497285679, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:21 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51bfd807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_is_done = 2025-10-03 23:57:21 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1426ac8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1426ad8: 0x55b6f1426a30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1426ac0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1426ac0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:21 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 2025-10-03 23:57:21 Thread 549 (Thread 0x7fc51b7de640 (LWP 322) "BgSchPool"): 2025-10-03 23:57:21 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:21 ec = 2025-10-03 23:57:21 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:21 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:21 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1426f20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:21 thread_status = { = { = {}, }, thread_id = 322, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51b7d6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11816, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346}\033\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51b7d6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n}\033\305\177\000\000\036,\243϶U\000", __large = 0x7fc51b7d6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51b7d6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:21 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:21 arguments = 2025-10-03 23:57:21 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1426f20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:21 __f = 0x55b6f1426f20 2025-10-03 23:57:21 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51b7d6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #16 std::__1::function::operator() (this=0x7fc51b7d6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1426d10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " oB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1426f20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51b7d6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497338178, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:21 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51b7d707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_is_done = 2025-10-03 23:57:21 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1426da8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1426db8: 0x55b6f1426d10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1426da0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:21 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1426da0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:21 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 2025-10-03 23:57:21 Thread 548 (Thread 0x7fc51afdd640 (LWP 323) "BgSchPool"): 2025-10-03 23:57:21 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:21 No symbol table info available. 2025-10-03 23:57:21 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:21 ec = 2025-10-03 23:57:21 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:21 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:21 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:21 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1427200) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:21 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:21 thread_status = { = { = {}, }, thread_id = 323, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51afd5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\375\032\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51afd5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\375\032\305\177\000\000\036,\243϶U\000", __large = 0x7fc51afd5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51afd5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:21 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:21 arguments = 2025-10-03 23:57:21 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1427200) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:21 __f = 0x55b6f1427200 2025-10-03 23:57:21 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51afd5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #16 std::__1::function::operator() (this=0x7fc51afd5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:21 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1426ff0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:21 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000rB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1427200}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51afd5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497386899, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:21 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51afd607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:21 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:21 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:21 job_is_done = 2025-10-03 23:57:21 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1427088: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1427098: 0x55b6f1426ff0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:21 No locals. 2025-10-03 23:57:22 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1427080) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1427080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:22 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 2025-10-03 23:57:22 Thread 547 (Thread 0x7fc51a7dc640 (LWP 324) "BgSchPool"): 2025-10-03 23:57:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:22 ec = 2025-10-03 23:57:22 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:22 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:22 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14274e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:22 thread_status = { = { = {}, }, thread_id = 324, os_thread_priority = 0, performance_counters = {counters = 0x7fc5ec0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5ec0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc51a7d4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10744, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306}\032\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51a7d4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N}\032\305\177\000\000\036,\243϶U\000", __large = 0x7fc51a7d4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51a7d4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5ec003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:22 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:22 arguments = 2025-10-03 23:57:22 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14274e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:22 __f = 0x55b6f14274e0 2025-10-03 23:57:22 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc51a7d4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #16 std::__1::function::operator() (this=0x7fc51a7d4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14272d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340tB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14274e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51a7d4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497440159, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:22 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc51a7d507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_is_done = 2025-10-03 23:57:22 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1427368: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1427378: 0x55b6f14272d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1427360) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1427360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:22 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 2025-10-03 23:57:22 Thread 546 (Thread 0x7fc519fdb640 (LWP 325) "BgSchPool"): 2025-10-03 23:57:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:22 ec = 2025-10-03 23:57:22 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:22 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:22 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14277c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:22 thread_status = { = { = {}, }, thread_id = 325, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc519fd3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\375\031\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc519fd3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\375\031\305\177\000\000\036,\243϶U\000", __large = 0x7fc519fd3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc519fd3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:22 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:22 arguments = 2025-10-03 23:57:22 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14277c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:22 __f = 0x55b6f14277c0 2025-10-03 23:57:22 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc519fd3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #16 std::__1::function::operator() (this=0x7fc519fd3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14275b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300wB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14277c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc519fd3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497483490, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:22 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc519fd407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_is_done = 2025-10-03 23:57:22 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1427648: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1427658: 0x55b6f14275b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1427640) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1427640}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:22 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 2025-10-03 23:57:22 Thread 545 (Thread 0x7fc5197da640 (LWP 326) "BgSchPool"): 2025-10-03 23:57:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:22 ec = 2025-10-03 23:57:22 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:22 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:22 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1427aa0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:22 thread_status = { = { = {}, }, thread_id = 326, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5197d2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12952, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246}\031\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5197d2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.}\031\305\177\000\000\036,\243϶U\000", __large = 0x7fc5197d2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5197d2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:22 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:22 arguments = 2025-10-03 23:57:22 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1427aa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:22 __f = 0x55b6f1427aa0 2025-10-03 23:57:22 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5197d2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #16 std::__1::function::operator() (this=0x7fc5197d2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1427890) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240zB\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1427aa0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5197d2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497550887, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:22 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5197d307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_is_done = 2025-10-03 23:57:22 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1427928: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1427938: 0x55b6f1427890) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1427920) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1427920}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:22 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 2025-10-03 23:57:22 Thread 544 (Thread 0x7fc518fd9640 (LWP 327) "BgSchPool"): 2025-10-03 23:57:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:22 ec = 2025-10-03 23:57:22 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:22 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:22 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1427d80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:22 thread_status = { = { = {}, }, thread_id = 327, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc518fd1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12264, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\375\030\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc518fd1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\375\030\305\177\000\000\036,\243϶U\000", __large = 0x7fc518fd1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc518fd1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:22 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:22 arguments = 2025-10-03 23:57:22 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1427d80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:22 __f = 0x55b6f1427d80 2025-10-03 23:57:22 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc518fd1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #16 std::__1::function::operator() (this=0x7fc518fd1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1427b70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200}B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1427d80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc518fd1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497597384, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:22 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc518fd207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_is_done = 2025-10-03 23:57:22 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1427c08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1427c18: 0x55b6f1427b70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1427c00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1427c00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:22 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 2025-10-03 23:57:22 Thread 543 (Thread 0x7fc5187d8640 (LWP 328) "BgSchPool"): 2025-10-03 23:57:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:22 ec = 2025-10-03 23:57:22 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:22 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:22 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1428060) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:22 thread_status = { = { = {}, }, thread_id = 328, os_thread_priority = 0, performance_counters = {counters = 0x7fc6000024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6000024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5187d0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18592, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206}\030\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5187d0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016}\030\305\177\000\000\036,\243϶U\000", __large = 0x7fc5187d0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5187d0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc600003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:22 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:22 arguments = 2025-10-03 23:57:22 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1428060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:22 __f = 0x55b6f1428060 2025-10-03 23:57:22 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5187d0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #16 std::__1::function::operator() (this=0x7fc5187d0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1427e50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\200B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1428060}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5187d0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497646937, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:22 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5187d107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_is_done = 2025-10-03 23:57:22 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1427ee8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1427ef8: 0x55b6f1427e50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1427ee0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1427ee0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:22 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 2025-10-03 23:57:22 Thread 542 (Thread 0x7fc517fd7640 (LWP 329) "BgSchPool"): 2025-10-03 23:57:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:22 ec = 2025-10-03 23:57:22 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:22 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:22 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1428340) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:22 thread_status = { = { = {}, }, thread_id = 329, os_thread_priority = 0, performance_counters = {counters = 0x7fc6080024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6080024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc517fcfc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11848, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\375\027\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc517fcfe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\374\027\305\177\000\000\036,\243϶U\000", __large = 0x7fc517fcfec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc517fcfe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc608003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:22 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:22 arguments = 2025-10-03 23:57:22 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1428340) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:22 __f = 0x55b6f1428340 2025-10-03 23:57:22 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc517fcff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #16 std::__1::function::operator() (this=0x7fc517fcff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1428130) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\203B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1428340}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc517fcffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497711007, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:22 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc517fd007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_is_done = 2025-10-03 23:57:22 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14281c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14281d8: 0x55b6f1428130) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14281c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14281c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:22 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 2025-10-03 23:57:22 Thread 541 (Thread 0x7fc5177d6640 (LWP 330) "BgSchPool"): 2025-10-03 23:57:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:22 ec = 2025-10-03 23:57:22 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:22 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:22 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1428620) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:22 thread_status = { = { = {}, }, thread_id = 330, os_thread_priority = 0, performance_counters = {counters = 0x7fc60c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc60c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5177cec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@f}\027\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5177cee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356|\027\305\177\000\000\036,\243϶U\000", __large = 0x7fc5177ceec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5177cee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc60c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:22 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:22 arguments = 2025-10-03 23:57:22 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1428620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:22 __f = 0x55b6f1428620 2025-10-03 23:57:22 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5177cef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #16 std::__1::function::operator() (this=0x7fc5177cef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1428410) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \206B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1428620}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5177cefef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497766351, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:22 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5177cf07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_is_done = 2025-10-03 23:57:22 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14284a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14284b8: 0x55b6f1428410) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14284a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14284a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:22 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 2025-10-03 23:57:22 Thread 540 (Thread 0x7fc516fd5640 (LWP 331) "BgSchPool"): 2025-10-03 23:57:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:22 ec = 2025-10-03 23:57:22 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:22 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:22 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1428900) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:22 thread_status = { = { = {}, }, thread_id = 331, os_thread_priority = 0, performance_counters = {counters = 0x7fc6100024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6100024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc516fcdc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\375\026\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc516fcde47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\374\026\305\177\000\000\036,\243϶U\000", __large = 0x7fc516fcdec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc516fcde8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc610003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:22 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:22 arguments = 2025-10-03 23:57:22 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1428900) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:22 __f = 0x55b6f1428900 2025-10-03 23:57:22 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc516fcdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #16 std::__1::function::operator() (this=0x7fc516fcdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14286f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\211B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1428900}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc516fcdfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497817807, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:22 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc516fce07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:22 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:22 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_is_done = 2025-10-03 23:57:22 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1428788: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1428798: 0x55b6f14286f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1428780) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1428780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:22 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 2025-10-03 23:57:22 Thread 539 (Thread 0x7fc5167d4640 (LWP 332) "BgSchPool"): 2025-10-03 23:57:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:22 No symbol table info available. 2025-10-03 23:57:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:22 ec = 2025-10-03 23:57:22 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:22 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:22 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:22 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1428be0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:22 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:22 thread_status = { = { = {}, }, thread_id = 332, os_thread_priority = 0, performance_counters = {counters = 0x7fc61c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc61c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5167ccc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 27768, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@F}\026\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5167cce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316|\026\305\177\000\000\036,\243϶U\000", __large = 0x7fc5167ccec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5167cce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc61c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:22 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:22 arguments = 2025-10-03 23:57:22 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1428be0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:22 __f = 0x55b6f1428be0 2025-10-03 23:57:22 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5167ccf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #16 std::__1::function::operator() (this=0x7fc5167ccf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:22 No locals. 2025-10-03 23:57:22 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14289d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:22 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:22 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\213B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1428be0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5167ccfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497862461, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5167cd07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1428a68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1428a78: 0x55b6f14289d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1428a60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1428a60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:23 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 2025-10-03 23:57:23 Thread 538 (Thread 0x7fc515fd3640 (LWP 333) "BgSchPool"): 2025-10-03 23:57:23 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:23 ec = 2025-10-03 23:57:23 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:23 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:23 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1428ec0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:23 thread_status = { = { = {}, }, thread_id = 333, os_thread_priority = 0, performance_counters = {counters = 0x7fc6240024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6240024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc515fcbc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\375\025\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc515fcbe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\374\025\305\177\000\000\036,\243϶U\000", __large = 0x7fc515fcbec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc515fcbe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc624003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:23 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:23 arguments = 2025-10-03 23:57:23 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1428ec0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:23 __f = 0x55b6f1428ec0 2025-10-03 23:57:23 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc515fcbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #16 std::__1::function::operator() (this=0x7fc515fcbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1428cb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1428ec0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc515fcbfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497911423, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc515fcc07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1428d48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1428d58: 0x55b6f1428cb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1428d40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1428d40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:23 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 2025-10-03 23:57:23 Thread 537 (Thread 0x7fc5157d2640 (LWP 334) "BgSchPool"): 2025-10-03 23:57:23 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:23 ec = 2025-10-03 23:57:23 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:23 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:23 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14291a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:23 thread_status = { = { = {}, }, thread_id = 334, os_thread_priority = 0, performance_counters = {counters = 0x7fc6180024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6180024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5157cac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&}\025\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5157cae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256|\025\305\177\000\000\036,\243϶U\000", __large = 0x7fc5157caec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5157cae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc618003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144708318118, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:23 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:23 arguments = 2025-10-03 23:57:23 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14291a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:23 __f = 0x55b6f14291a0 2025-10-03 23:57:23 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5157caf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #16 std::__1::function::operator() (this=0x7fc5157caf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1428f90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\221B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14291a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5157cafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144497981194, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5157cb07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1429028: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1429038: 0x55b6f1428f90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1429020) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1429020}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:23 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 2025-10-03 23:57:23 Thread 536 (Thread 0x7fc514fd1640 (LWP 335) "BgSchPool"): 2025-10-03 23:57:23 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:23 ec = 2025-10-03 23:57:23 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:23 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:23 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1429480) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:23 thread_status = { = { = {}, }, thread_id = 335, os_thread_priority = 0, performance_counters = {counters = 0x7fc6200024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6200024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc514fc9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\375\024\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc514fc9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\374\024\305\177\000\000\036,\243϶U\000", __large = 0x7fc514fc9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc514fc9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc620003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:23 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:23 arguments = 2025-10-03 23:57:23 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1429480) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:23 __f = 0x55b6f1429480 2025-10-03 23:57:23 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc514fc9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #16 std::__1::function::operator() (this=0x7fc514fc9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1429270) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\224B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1429480}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc514fc9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498030426, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc514fca07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1429308: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1429318: 0x55b6f1429270) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1429300) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1429300}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:23 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 2025-10-03 23:57:23 Thread 535 (Thread 0x7fc5147d0640 (LWP 336) "BgSchPool"): 2025-10-03 23:57:23 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:23 ec = 2025-10-03 23:57:23 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:23 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:23 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1429760) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:23 thread_status = { = { = {}, }, thread_id = 336, os_thread_priority = 0, performance_counters = {counters = 0x7fc62c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc62c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5147c8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 14008, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006}\024\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5147c8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216|\024\305\177\000\000\036,\243϶U\000", __large = 0x7fc5147c8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5147c8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc62c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:23 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:23 arguments = 2025-10-03 23:57:23 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1429760) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:23 __f = 0x55b6f1429760 2025-10-03 23:57:23 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5147c8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #16 std::__1::function::operator() (this=0x7fc5147c8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1429550) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\227B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1429760}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5147c8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498102531, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5147c907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14295e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14295f8: 0x55b6f1429550) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14295e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14295e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:23 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 2025-10-03 23:57:23 Thread 534 (Thread 0x7fc513fcf640 (LWP 337) "BgSchPool"): 2025-10-03 23:57:23 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:23 ec = 2025-10-03 23:57:23 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:23 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:23 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1429a40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:23 thread_status = { = { = {}, }, thread_id = 337, os_thread_priority = 0, performance_counters = {counters = 0x7fc6280024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6280024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc513fc7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 47488, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\374\023\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc513fc7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\374\023\305\177\000\000\036,\243϶U\000", __large = 0x7fc513fc7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc513fc7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc628003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:23 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:23 arguments = 2025-10-03 23:57:23 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1429a40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:23 __f = 0x55b6f1429a40 2025-10-03 23:57:23 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc513fc7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #16 std::__1::function::operator() (this=0x7fc513fc7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1429830) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\232B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1429a40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc513fc7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498154128, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc513fc807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14298c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14298d8: 0x55b6f1429830) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14298c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14298c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:23 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 2025-10-03 23:57:23 Thread 533 (Thread 0x7fc5137ce640 (LWP 338) "BgSchPool"): 2025-10-03 23:57:23 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:23 ec = 2025-10-03 23:57:23 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:23 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:23 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1429d20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:23 thread_status = { = { = {}, }, thread_id = 338, os_thread_priority = 0, performance_counters = {counters = 0x7fc6300024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6300024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5137c6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11280, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346|\023\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5137c6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n|\023\305\177\000\000\036,\243϶U\000", __large = 0x7fc5137c6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5137c6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc630003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:23 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:23 arguments = 2025-10-03 23:57:23 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1429d20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:23 __f = 0x55b6f1429d20 2025-10-03 23:57:23 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5137c6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #16 std::__1::function::operator() (this=0x7fc5137c6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1429b10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \235B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1429d20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5137c6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498201076, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5137c707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1429ba8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1429bb8: 0x55b6f1429b10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1429ba0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1429ba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:23 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 2025-10-03 23:57:23 Thread 532 (Thread 0x7fc512fcd640 (LWP 339) "BgSchPool"): 2025-10-03 23:57:23 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:23 ec = 2025-10-03 23:57:23 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:23 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:23 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142a000) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:23 thread_status = { = { = {}, }, thread_id = 339, os_thread_priority = 0, performance_counters = {counters = 0x7fc64c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc64c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc512fc5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\374\022\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc512fc5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\374\022\305\177\000\000\036,\243϶U\000", __large = 0x7fc512fc5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc512fc5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc64c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:23 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:23 arguments = 2025-10-03 23:57:23 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142a000) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:23 __f = 0x55b6f142a000 2025-10-03 23:57:23 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc512fc5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #16 std::__1::function::operator() (this=0x7fc512fc5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1429df0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\240B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142a000}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc512fc5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498259255, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc512fc607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1429e88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1429e98: 0x55b6f1429df0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1429e80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1429e80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:23 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 2025-10-03 23:57:23 Thread 531 (Thread 0x7fc5127cc640 (LWP 340) "BgSchPool"): 2025-10-03 23:57:23 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:23 ec = 2025-10-03 23:57:23 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:23 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:23 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142a2e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:23 thread_status = { = { = {}, }, thread_id = 340, os_thread_priority = 0, performance_counters = {counters = 0x7fc63c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc63c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5127c4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306|\022\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5127c4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N|\022\305\177\000\000\036,\243϶U\000", __large = 0x7fc5127c4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5127c4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc63c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:23 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:23 arguments = 2025-10-03 23:57:23 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142a2e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:23 __f = 0x55b6f142a2e0 2025-10-03 23:57:23 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5127c4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #16 std::__1::function::operator() (this=0x7fc5127c4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142a0d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\242B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142a2e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5127c4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498309810, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5127c507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142a168: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142a178: 0x55b6f142a0d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142a160) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:23 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142a160}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:23 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 2025-10-03 23:57:23 Thread 530 (Thread 0x7fc511fcb640 (LWP 341) "BgSchPool"): 2025-10-03 23:57:23 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:23 No symbol table info available. 2025-10-03 23:57:23 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:23 ec = 2025-10-03 23:57:23 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:23 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:23 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:23 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142a5c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:23 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:23 thread_status = { = { = {}, }, thread_id = 341, os_thread_priority = 0, performance_counters = {counters = 0x7fc6380024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6380024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc511fc3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7976, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\374\021\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc511fc3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\374\021\305\177\000\000\036,\243϶U\000", __large = 0x7fc511fc3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc511fc3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc638003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:23 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:23 arguments = 2025-10-03 23:57:23 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142a5c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:23 __f = 0x55b6f142a5c0 2025-10-03 23:57:23 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc511fc3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #16 std::__1::function::operator() (this=0x7fc511fc3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:23 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142a3b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:23 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\245B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142a5c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc511fc3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498366436, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:23 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc511fc407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:23 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:23 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:23 job_is_done = 2025-10-03 23:57:23 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142a448: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142a458: 0x55b6f142a3b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:23 No locals. 2025-10-03 23:57:24 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142a440) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142a440}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:24 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 2025-10-03 23:57:24 Thread 529 (Thread 0x7fc5117ca640 (LWP 342) "BgSchPool"): 2025-10-03 23:57:24 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:24 ec = 2025-10-03 23:57:24 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:24 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:24 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142a8a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:24 thread_status = { = { = {}, }, thread_id = 342, os_thread_priority = 0, performance_counters = {counters = 0x7fc6400024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6400024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5117c2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8568, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246|\021\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5117c2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.|\021\305\177\000\000\036,\243϶U\000", __large = 0x7fc5117c2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5117c2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc640003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:24 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:24 arguments = 2025-10-03 23:57:24 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142a8a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:24 __f = 0x55b6f142a8a0 2025-10-03 23:57:24 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5117c2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #16 std::__1::function::operator() (this=0x7fc5117c2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142a690) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\250B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142a8a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5117c2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498423934, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:24 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5117c307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_is_done = 2025-10-03 23:57:24 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142a728: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142a738: 0x55b6f142a690) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142a720) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142a720}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:24 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 2025-10-03 23:57:24 Thread 528 (Thread 0x7fc510fc9640 (LWP 343) "BgSchPool"): 2025-10-03 23:57:24 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:24 ec = 2025-10-03 23:57:24 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:24 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:24 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142ab80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:24 thread_status = { = { = {}, }, thread_id = 343, os_thread_priority = 0, performance_counters = {counters = 0x7fc6440024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6440024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc510fc1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20304, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\374\020\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc510fc1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\374\020\305\177\000\000\036,\243϶U\000", __large = 0x7fc510fc1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc510fc1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc644003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:24 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:24 arguments = 2025-10-03 23:57:24 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142ab80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:24 __f = 0x55b6f142ab80 2025-10-03 23:57:24 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc510fc1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #16 std::__1::function::operator() (this=0x7fc510fc1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142a970) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\253B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142ab80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc510fc1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498475851, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:24 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc510fc207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_is_done = 2025-10-03 23:57:24 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142aa08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142aa18: 0x55b6f142a970) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142aa00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142aa00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:24 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 2025-10-03 23:57:24 Thread 527 (Thread 0x7fc5107c8640 (LWP 344) "BgSchPool"): 2025-10-03 23:57:24 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:24 ec = 2025-10-03 23:57:24 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:24 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:24 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142ae60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:24 thread_status = { = { = {}, }, thread_id = 344, os_thread_priority = 0, performance_counters = {counters = 0x7fc6480024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6480024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5107c0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10176, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206|\020\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5107c0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016|\020\305\177\000\000\036,\243϶U\000", __large = 0x7fc5107c0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5107c0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc648003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:24 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:24 arguments = 2025-10-03 23:57:24 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142ae60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:24 __f = 0x55b6f142ae60 2025-10-03 23:57:24 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5107c0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #16 std::__1::function::operator() (this=0x7fc5107c0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142ac50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\256B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142ae60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5107c0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498528801, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:24 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5107c107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_is_done = 2025-10-03 23:57:24 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142ace8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142acf8: 0x55b6f142ac50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142ace0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142ace0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:24 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 2025-10-03 23:57:24 Thread 526 (Thread 0x7fc50ffc7640 (LWP 345) "BgSchPool"): 2025-10-03 23:57:24 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:24 ec = 2025-10-03 23:57:24 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:24 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:24 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142b140) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:24 thread_status = { = { = {}, }, thread_id = 345, os_thread_priority = 0, performance_counters = {counters = 0x7fc6500024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6500024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50ffbfc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\374\017\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50ffbfe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\373\017\305\177\000\000\036,\243϶U\000", __large = 0x7fc50ffbfec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50ffbfe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc650003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:24 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:24 arguments = 2025-10-03 23:57:24 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142b140) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:24 __f = 0x55b6f142b140 2025-10-03 23:57:24 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50ffbff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #16 std::__1::function::operator() (this=0x7fc50ffbff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142af30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\261B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142b140}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50ffbffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498581509, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:24 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50ffc007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_is_done = 2025-10-03 23:57:24 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142afc8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142afd8: 0x55b6f142af30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142afc0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142afc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:24 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 2025-10-03 23:57:24 Thread 525 (Thread 0x7fc50f7c6640 (LWP 346) "BgSchPool"): 2025-10-03 23:57:24 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:24 ec = 2025-10-03 23:57:24 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:24 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:24 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142b420) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:24 thread_status = { = { = {}, }, thread_id = 346, os_thread_priority = 0, performance_counters = {counters = 0x7fc65c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc65c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50f7bec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@f|\017\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50f7bee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356{\017\305\177\000\000\036,\243϶U\000", __large = 0x7fc50f7beec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50f7bee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc65c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:24 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:24 arguments = 2025-10-03 23:57:24 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142b420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:24 __f = 0x55b6f142b420 2025-10-03 23:57:24 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50f7bef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #16 std::__1::function::operator() (this=0x7fc50f7bef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142b210) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \264B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142b420}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50f7befef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498632114, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:24 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50f7bf07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_is_done = 2025-10-03 23:57:24 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142b2a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142b2b8: 0x55b6f142b210) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142b2a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142b2a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:24 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 2025-10-03 23:57:24 Thread 524 (Thread 0x7fc50efc5640 (LWP 347) "BgSchPool"): 2025-10-03 23:57:24 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:24 ec = 2025-10-03 23:57:24 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:24 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:24 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142b700) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:24 thread_status = { = { = {}, }, thread_id = 347, os_thread_priority = 0, performance_counters = {counters = 0x7fc6580024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6580024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50efbdc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10688, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\374\016\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50efbde47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\373\016\305\177\000\000\036,\243϶U\000", __large = 0x7fc50efbdec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50efbde8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc658003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:24 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:24 arguments = 2025-10-03 23:57:24 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142b700) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:24 __f = 0x55b6f142b700 2025-10-03 23:57:24 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50efbdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #16 std::__1::function::operator() (this=0x7fc50efbdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142b4f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\267B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142b700}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50efbdfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498681527, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:24 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50efbe07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_is_done = 2025-10-03 23:57:24 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142b588: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142b598: 0x55b6f142b4f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142b580) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:24 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142b580}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:24 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 2025-10-03 23:57:24 Thread 523 (Thread 0x7fc50e7c4640 (LWP 348) "BgSchPool"): 2025-10-03 23:57:24 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:24 No symbol table info available. 2025-10-03 23:57:24 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:24 ec = 2025-10-03 23:57:24 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:24 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:24 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:24 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142b9e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:24 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:24 thread_status = { = { = {}, }, thread_id = 348, os_thread_priority = 0, performance_counters = {counters = 0x7fc6640024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6640024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50e7bcc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20768, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@F|\016\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50e7bce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316{\016\305\177\000\000\036,\243϶U\000", __large = 0x7fc50e7bcec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50e7bce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc664003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:24 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:24 arguments = 2025-10-03 23:57:24 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142b9e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:24 __f = 0x55b6f142b9e0 2025-10-03 23:57:24 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50e7bcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #16 std::__1::function::operator() (this=0x7fc50e7bcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142b7d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:24 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\271B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142b9e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50e7bcfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498733654, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:24 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50e7bd07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:24 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:24 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:24 job_is_done = 2025-10-03 23:57:24 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142b868: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142b878: 0x55b6f142b7d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:24 No locals. 2025-10-03 23:57:24 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142b860) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142b860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 522 (Thread 0x7fc50dfc3640 (LWP 349) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142bcc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 349, os_thread_priority = 0, performance_counters = {counters = 0x7fc6600024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6600024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50dfbbc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12848, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\374\r\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50dfbbe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\373\r\305\177\000\000\036,\243϶U\000", __large = 0x7fc50dfbbec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50dfbbe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc660003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142bcc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142bcc0 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50dfbbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc50dfbbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142bab0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\274B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142bcc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50dfbbfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498784761, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50dfbc07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142bb48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142bb58: 0x55b6f142bab0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142bb40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142bb40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 521 (Thread 0x7fc50d7c2640 (LWP 350) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142bfa0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 350, os_thread_priority = 0, performance_counters = {counters = 0x7fc6680024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6680024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50d7bac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&|\r\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50d7bae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256{\r\305\177\000\000\036,\243϶U\000", __large = 0x7fc50d7baec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50d7bae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc668003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142bfa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142bfa0 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50d7baf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc50d7baf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142bd90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\277B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142bfa0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50d7bafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498836187, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50d7bb07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142be28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142be38: 0x55b6f142bd90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142be20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142be20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 520 (Thread 0x7fc50cfc1640 (LWP 351) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142c280) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 351, os_thread_priority = 0, performance_counters = {counters = 0x7fc6700024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6700024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50cfb9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\374\f\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50cfb9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\373\f\305\177\000\000\036,\243϶U\000", __large = 0x7fc50cfb9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50cfb9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc670003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142c280) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142c280 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50cfb9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc50cfb9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142c070) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\302B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142c280}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50cfb9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498884898, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50cfba07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142c108: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142c118: 0x55b6f142c070) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142c100) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142c100}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 519 (Thread 0x7fc50c7c0640 (LWP 352) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142c560) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 352, os_thread_priority = 0, performance_counters = {counters = 0x7fc6740024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6740024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50c7b8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006|\f\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50c7b8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216{\f\305\177\000\000\036,\243϶U\000", __large = 0x7fc50c7b8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50c7b8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc674003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142c560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142c560 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50c7b8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc50c7b8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142c350) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\305B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142c560}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50c7b8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144498932117, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50c7b907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142c3e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142c3f8: 0x55b6f142c350) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142c3e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142c3e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 518 (Thread 0x7fc50bfbf640 (LWP 353) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142c840) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 353, os_thread_priority = 0, performance_counters = {counters = 0x7fc67c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc67c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50bfb7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13616, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\373\v\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50bfb7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\373\v\305\177\000\000\036,\243϶U\000", __large = 0x7fc50bfb7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50bfb7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc67c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142c840) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142c840 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50bfb7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc50bfb7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142c630) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\310B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142c840}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50bfb7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499000004, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50bfb807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142c6c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142c6d8: 0x55b6f142c630) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142c6c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142c6c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 517 (Thread 0x7fc50b7be640 (LWP 354) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142cb20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 354, os_thread_priority = 0, performance_counters = {counters = 0x7fc6780024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6780024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50b7b6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346{\v\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50b7b6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n{\v\305\177\000\000\036,\243϶U\000", __large = 0x7fc50b7b6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50b7b6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc678003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142cb20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142cb20 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50b7b6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc50b7b6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142c910) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \313B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142cb20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50b7b6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499048375, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50b7b707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142c9a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142c9b8: 0x55b6f142c910) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142c9a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142c9a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 516 (Thread 0x7fc50afbd640 (LWP 355) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142ce00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 355, os_thread_priority = 0, performance_counters = {counters = 0x7fc6840024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6840024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50afb5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10664, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\373\n\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50afb5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\373\n\305\177\000\000\036,\243϶U\000", __large = 0x7fc50afb5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50afb5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc684003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142ce00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142ce00 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50afb5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc50afb5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142cbf0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\316B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142ce00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50afb5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499102677, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50afb607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142cc88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142cc98: 0x55b6f142cbf0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142cc80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142cc80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 515 (Thread 0x7fc50a7bc640 (LWP 356) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142d0e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 356, os_thread_priority = 0, performance_counters = {counters = 0x7fc6800024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6800024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc50a7b4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19080, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306{\n\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50a7b4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N{\n\305\177\000\000\036,\243϶U\000", __large = 0x7fc50a7b4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50a7b4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc680003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142d0e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142d0e0 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc50a7b4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc50a7b4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142ced0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\320B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142d0e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50a7b4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499155726, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc50a7b507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142cf68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142cf78: 0x55b6f142ced0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142cf60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142cf60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 514 (Thread 0x7fc509fbb640 (LWP 357) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142d3c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 357, os_thread_priority = 0, performance_counters = {counters = 0x7fc6900024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6900024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc509fb3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11728, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\373\t\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc509fb3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\373\t\305\177\000\000\036,\243϶U\000", __large = 0x7fc509fb3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc509fb3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc690003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142d3c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142d3c0 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc509fb3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc509fb3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142d1b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\323B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142d3c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc509fb3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499204428, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc509fb407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142d248: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142d258: 0x55b6f142d1b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142d240) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:25 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142d240}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:25 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 2025-10-03 23:57:25 Thread 513 (Thread 0x7fc5097ba640 (LWP 358) "BgSchPool"): 2025-10-03 23:57:25 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:25 No symbol table info available. 2025-10-03 23:57:25 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:25 ec = 2025-10-03 23:57:25 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:25 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:25 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:25 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142d6a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:25 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:25 thread_status = { = { = {}, }, thread_id = 358, os_thread_priority = 0, performance_counters = {counters = 0x7fc6880024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6880024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5097b2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20088, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246{\t\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5097b2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.{\t\305\177\000\000\036,\243϶U\000", __large = 0x7fc5097b2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5097b2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc688003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:25 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:25 arguments = 2025-10-03 23:57:25 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142d6a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:25 __f = 0x55b6f142d6a0 2025-10-03 23:57:25 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5097b2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #16 std::__1::function::operator() (this=0x7fc5097b2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:25 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142d490) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:25 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\326B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142d6a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5097b2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499254992, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:25 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5097b307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:25 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:25 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:25 job_is_done = 2025-10-03 23:57:25 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142d528: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142d538: 0x55b6f142d490) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:25 No locals. 2025-10-03 23:57:26 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142d520) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142d520}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:26 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 2025-10-03 23:57:26 Thread 512 (Thread 0x7fc508fb9640 (LWP 359) "BgSchPool"): 2025-10-03 23:57:26 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:26 ec = 2025-10-03 23:57:26 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:26 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:26 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142d980) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:26 thread_status = { = { = {}, }, thread_id = 359, os_thread_priority = 0, performance_counters = {counters = 0x7fc6940024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6940024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc508fb1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\373\b\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc508fb1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\373\b\305\177\000\000\036,\243϶U\000", __large = 0x7fc508fb1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc508fb1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc694003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:26 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:26 arguments = 2025-10-03 23:57:26 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142d980) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:26 __f = 0x55b6f142d980 2025-10-03 23:57:26 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc508fb1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #16 std::__1::function::operator() (this=0x7fc508fb1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142d770) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\331B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142d980}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc508fb1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499309525, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:26 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc508fb207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_is_done = 2025-10-03 23:57:26 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142d808: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142d818: 0x55b6f142d770) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142d800) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142d800}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:26 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 2025-10-03 23:57:26 Thread 511 (Thread 0x7fc5087b8640 (LWP 360) "BgSchPool"): 2025-10-03 23:57:26 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:26 ec = 2025-10-03 23:57:26 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:26 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:26 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142dc60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:26 thread_status = { = { = {}, }, thread_id = 360, os_thread_priority = 0, performance_counters = {counters = 0x7fc69c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc69c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5087b0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206{\b\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5087b0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016{\b\305\177\000\000\036,\243϶U\000", __large = 0x7fc5087b0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5087b0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc69c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:26 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:26 arguments = 2025-10-03 23:57:26 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142dc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:26 __f = 0x55b6f142dc60 2025-10-03 23:57:26 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5087b0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #16 std::__1::function::operator() (this=0x7fc5087b0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142da50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\334B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142dc60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5087b0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499355671, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:26 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5087b107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_is_done = 2025-10-03 23:57:26 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142dae8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142daf8: 0x55b6f142da50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142dae0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142dae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:26 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 2025-10-03 23:57:26 Thread 510 (Thread 0x7fc507fb7640 (LWP 361) "BgSchPool"): 2025-10-03 23:57:26 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:26 ec = 2025-10-03 23:57:26 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:26 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:26 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142df40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:26 thread_status = { = { = {}, }, thread_id = 361, os_thread_priority = 0, performance_counters = {counters = 0x7fc6980024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6980024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc507fafc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\373\a\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc507fafe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\372\a\305\177\000\000\036,\243϶U\000", __large = 0x7fc507fafec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc507fafe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc698003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:26 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:26 arguments = 2025-10-03 23:57:26 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142df40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:26 __f = 0x55b6f142df40 2025-10-03 23:57:26 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc507faff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #16 std::__1::function::operator() (this=0x7fc507faff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142dd30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\337B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142df40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc507faffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499405084, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:26 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc507fb007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_is_done = 2025-10-03 23:57:26 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142ddc8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142ddd8: 0x55b6f142dd30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142ddc0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142ddc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:26 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 2025-10-03 23:57:26 Thread 509 (Thread 0x7fc5077b6640 (LWP 362) "BgSchPool"): 2025-10-03 23:57:26 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:26 ec = 2025-10-03 23:57:26 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:26 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:26 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142e220) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:26 thread_status = { = { = {}, }, thread_id = 362, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5077aec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@f{\a\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5077aee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356z\a\305\177\000\000\036,\243϶U\000", __large = 0x7fc5077aeec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5077aee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:26 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:26 arguments = 2025-10-03 23:57:26 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142e220) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:26 __f = 0x55b6f142e220 2025-10-03 23:57:26 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5077aef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #16 std::__1::function::operator() (this=0x7fc5077aef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142e010) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \342B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142e220}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5077aefef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499454076, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:26 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5077af07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_is_done = 2025-10-03 23:57:26 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142e0a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142e0b8: 0x55b6f142e010) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142e0a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142e0a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:26 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 2025-10-03 23:57:26 Thread 508 (Thread 0x7fc506fb5640 (LWP 363) "BgSchPool"): 2025-10-03 23:57:26 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:26 ec = 2025-10-03 23:57:26 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:26 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:26 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142e500) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:26 thread_status = { = { = {}, }, thread_id = 363, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc506fadc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\373\006\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc506fade47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\372\006\305\177\000\000\036,\243϶U\000", __large = 0x7fc506fadec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc506fade8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:26 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:26 arguments = 2025-10-03 23:57:26 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142e500) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:26 __f = 0x55b6f142e500 2025-10-03 23:57:26 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc506fadf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #16 std::__1::function::operator() (this=0x7fc506fadf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142e2f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\345B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142e500}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc506fadfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499500884, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:26 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc506fae07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_is_done = 2025-10-03 23:57:26 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142e388: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142e398: 0x55b6f142e2f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142e380) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142e380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:26 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 2025-10-03 23:57:26 Thread 507 (Thread 0x7fc5067b4640 (LWP 364) "BgSchPool"): 2025-10-03 23:57:26 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:26 ec = 2025-10-03 23:57:26 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:26 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:26 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142e7e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:26 thread_status = { = { = {}, }, thread_id = 364, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ac0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ac0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5067acc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@F{\006\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5067ace47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316z\006\305\177\000\000\036,\243϶U\000", __large = 0x7fc5067acec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5067ace8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ac003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:26 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:26 arguments = 2025-10-03 23:57:26 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142e7e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:26 __f = 0x55b6f142e7e0 2025-10-03 23:57:26 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5067acf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #16 std::__1::function::operator() (this=0x7fc5067acf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142e5d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\347B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142e7e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5067acfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499556638, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:26 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5067ad07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_is_done = 2025-10-03 23:57:26 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142e668: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142e678: 0x55b6f142e5d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142e660) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142e660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:26 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 2025-10-03 23:57:26 Thread 506 (Thread 0x7fc505fb3640 (LWP 365) "BgSchPool"): 2025-10-03 23:57:26 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:26 ec = 2025-10-03 23:57:26 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:26 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:26 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142eac0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:26 thread_status = { = { = {}, }, thread_id = 365, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc505fabc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28912, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\373\005\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc505fabe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\372\005\305\177\000\000\036,\243϶U\000", __large = 0x7fc505fabec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc505fabe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:26 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:26 arguments = 2025-10-03 23:57:26 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142eac0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:26 __f = 0x55b6f142eac0 2025-10-03 23:57:26 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc505fabf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #16 std::__1::function::operator() (this=0x7fc505fabf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142e8b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\352B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142eac0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc505fabfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499603917, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:26 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc505fac07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_is_done = 2025-10-03 23:57:26 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142e948: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142e958: 0x55b6f142e8b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142e940) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142e940}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:26 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 2025-10-03 23:57:26 Thread 505 (Thread 0x7fc5057b2640 (LWP 366) "BgSchPool"): 2025-10-03 23:57:26 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:26 ec = 2025-10-03 23:57:26 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:26 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:26 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142eda0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:26 thread_status = { = { = {}, }, thread_id = 366, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5057aac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&{\005\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5057aae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256z\005\305\177\000\000\036,\243϶U\000", __large = 0x7fc5057aaec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5057aae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:26 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:26 arguments = 2025-10-03 23:57:26 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142eda0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:26 __f = 0x55b6f142eda0 2025-10-03 23:57:26 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5057aaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #16 std::__1::function::operator() (this=0x7fc5057aaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142eb90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\355B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142eda0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5057aafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499652898, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:26 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5057ab07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:26 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:26 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_is_done = 2025-10-03 23:57:26 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142ec28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142ec38: 0x55b6f142eb90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142ec20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:26 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142ec20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:26 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 2025-10-03 23:57:26 Thread 504 (Thread 0x7fc504fb1640 (LWP 367) "BgSchPool"): 2025-10-03 23:57:26 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:26 No symbol table info available. 2025-10-03 23:57:26 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:26 ec = 2025-10-03 23:57:26 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:26 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:26 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:26 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142f080) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:26 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:26 thread_status = { = { = {}, }, thread_id = 367, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc504fa9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9544, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\373\004\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc504fa9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\372\004\305\177\000\000\036,\243϶U\000", __large = 0x7fc504fa9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc504fa9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:26 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:26 arguments = 2025-10-03 23:57:26 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142f080) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:26 __f = 0x55b6f142f080 2025-10-03 23:57:26 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc504fa9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #16 std::__1::function::operator() (this=0x7fc504fa9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:26 No locals. 2025-10-03 23:57:26 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142ee70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:26 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:26 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\360B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142f080}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc504fa9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499728981, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc504faa07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142ef08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142ef18: 0x55b6f142ee70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142ef00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142ef00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:27 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 2025-10-03 23:57:27 Thread 503 (Thread 0x7fc5047b0640 (LWP 368) "BgSchPool"): 2025-10-03 23:57:27 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:27 ec = 2025-10-03 23:57:27 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:27 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:27 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142f360) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:27 thread_status = { = { = {}, }, thread_id = 368, os_thread_priority = 0, performance_counters = {counters = 0x7fc6bc0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6bc0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5047a8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006{\004\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5047a8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216z\004\305\177\000\000\036,\243϶U\000", __large = 0x7fc5047a8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5047a8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6bc003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:27 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:27 arguments = 2025-10-03 23:57:27 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142f360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:27 __f = 0x55b6f142f360 2025-10-03 23:57:27 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5047a8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #16 std::__1::function::operator() (this=0x7fc5047a8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142f150) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\363B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142f360}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5047a8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499802799, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5047a907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142f1e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142f1f8: 0x55b6f142f150) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142f1e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142f1e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:27 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 2025-10-03 23:57:27 Thread 502 (Thread 0x7fc503faf640 (LWP 369) "BgSchPool"): 2025-10-03 23:57:27 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:27 ec = 2025-10-03 23:57:27 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:27 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:27 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142f640) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:27 thread_status = { = { = {}, }, thread_id = 369, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc503fa7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\372\003\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc503fa7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\372\003\305\177\000\000\036,\243϶U\000", __large = 0x7fc503fa7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc503fa7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:27 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:27 arguments = 2025-10-03 23:57:27 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142f640) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:27 __f = 0x55b6f142f640 2025-10-03 23:57:27 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc503fa7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #16 std::__1::function::operator() (this=0x7fc503fa7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142f430) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\366B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142f640}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc503fa7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499858554, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc503fa807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142f4c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142f4d8: 0x55b6f142f430) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142f4c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142f4c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:27 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 2025-10-03 23:57:27 Thread 501 (Thread 0x7fc5037ae640 (LWP 370) "BgSchPool"): 2025-10-03 23:57:27 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:27 ec = 2025-10-03 23:57:27 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:27 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:27 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142f920) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:27 thread_status = { = { = {}, }, thread_id = 370, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5037a6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11504, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346z\003\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5037a6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nz\003\305\177\000\000\036,\243϶U\000", __large = 0x7fc5037a6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5037a6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:27 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:27 arguments = 2025-10-03 23:57:27 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142f920) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:27 __f = 0x55b6f142f920 2025-10-03 23:57:27 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5037a6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #16 std::__1::function::operator() (this=0x7fc5037a6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142f710) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \371B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142f920}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5037a6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499911944, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5037a707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142f7a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142f7b8: 0x55b6f142f710) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142f7a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142f7a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:27 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 2025-10-03 23:57:27 Thread 500 (Thread 0x7fc502fad640 (LWP 371) "BgSchPool"): 2025-10-03 23:57:27 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:27 ec = 2025-10-03 23:57:27 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:27 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:27 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142fc00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:27 thread_status = { = { = {}, }, thread_id = 371, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc502fa5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12280, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\372\002\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc502fa5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\372\002\305\177\000\000\036,\243϶U\000", __large = 0x7fc502fa5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc502fa5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:27 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:27 arguments = 2025-10-03 23:57:27 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142fc00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:27 __f = 0x55b6f142fc00 2025-10-03 23:57:27 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc502fa5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #16 std::__1::function::operator() (this=0x7fc502fa5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142f9f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\374B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142fc00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc502fa5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144499981745, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc502fa607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142fa88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142fa98: 0x55b6f142f9f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142fa80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142fa80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:27 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 2025-10-03 23:57:27 Thread 499 (Thread 0x7fc5027ac640 (LWP 372) "BgSchPool"): 2025-10-03 23:57:27 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:27 ec = 2025-10-03 23:57:27 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:27 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:27 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f142fee0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:27 thread_status = { = { = {}, }, thread_id = 372, os_thread_priority = 0, performance_counters = {counters = 0x7fc6cc0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6cc0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5027a4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306z\002\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5027a4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nz\002\305\177\000\000\036,\243϶U\000", __large = 0x7fc5027a4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5027a4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6cc003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:27 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:27 arguments = 2025-10-03 23:57:27 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f142fee0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:27 __f = 0x55b6f142fee0 2025-10-03 23:57:27 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5027a4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #16 std::__1::function::operator() (this=0x7fc5027a4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142fcd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\376B\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f142fee0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5027a4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500039683, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5027a507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f142fd68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f142fd78: 0x55b6f142fcd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f142fd60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f142fd60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:27 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 2025-10-03 23:57:27 Thread 498 (Thread 0x7fc501fab640 (LWP 373) "BgSchPool"): 2025-10-03 23:57:27 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:27 ec = 2025-10-03 23:57:27 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:27 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:27 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14301c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:27 thread_status = { = { = {}, }, thread_id = 373, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc501fa3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\372\001\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc501fa3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\372\001\305\177\000\000\036,\243϶U\000", __large = 0x7fc501fa3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc501fa3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:27 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:27 arguments = 2025-10-03 23:57:27 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14301c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:27 __f = 0x55b6f14301c0 2025-10-03 23:57:27 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc501fa3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #16 std::__1::function::operator() (this=0x7fc501fa3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f142ffb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\001C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14301c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc501fa3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500092843, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc501fa407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1430048: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1430058: 0x55b6f142ffb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1430040) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1430040}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:27 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 2025-10-03 23:57:27 Thread 497 (Thread 0x7fc5017aa640 (LWP 374) "BgSchPool"): 2025-10-03 23:57:27 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:27 ec = 2025-10-03 23:57:27 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:27 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:27 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14304a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:27 thread_status = { = { = {}, }, thread_id = 374, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5017a2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11024, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246z\001\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5017a2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.z\001\305\177\000\000\036,\243϶U\000", __large = 0x7fc5017a2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5017a2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:27 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:27 arguments = 2025-10-03 23:57:27 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14304a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:27 __f = 0x55b6f14304a0 2025-10-03 23:57:27 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5017a2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #16 std::__1::function::operator() (this=0x7fc5017a2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1430290) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\004C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14304a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5017a2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500149309, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5017a307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1430328: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1430338: 0x55b6f1430290) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1430320) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1430320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:27 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 2025-10-03 23:57:27 Thread 496 (Thread 0x7fc500fa9640 (LWP 375) "BgSchPool"): 2025-10-03 23:57:27 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:27 ec = 2025-10-03 23:57:27 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:27 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:27 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1430780) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:27 thread_status = { = { = {}, }, thread_id = 375, os_thread_priority = 0, performance_counters = {counters = 0x7fc6dc0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6dc0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc500fa1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\372\000\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc500fa1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\372\000\305\177\000\000\036,\243϶U\000", __large = 0x7fc500fa1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc500fa1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6dc003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:27 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:27 arguments = 2025-10-03 23:57:27 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1430780) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:27 __f = 0x55b6f1430780 2025-10-03 23:57:27 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc500fa1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #16 std::__1::function::operator() (this=0x7fc500fa1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1430570) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\aC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1430780}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc500fa1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500200124, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc500fa207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1430608: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1430618: 0x55b6f1430570) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1430600) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:27 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1430600}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:27 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 2025-10-03 23:57:27 Thread 495 (Thread 0x7fc5007a8640 (LWP 376) "BgSchPool"): 2025-10-03 23:57:27 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:27 No symbol table info available. 2025-10-03 23:57:27 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:27 ec = 2025-10-03 23:57:27 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:27 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:27 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:27 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1430a60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:27 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:27 thread_status = { = { = {}, }, thread_id = 376, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc5007a0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22856, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206z\000\305\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5007a0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016z\000\305\177\000\000\036,\243϶U\000", __large = 0x7fc5007a0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5007a0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:27 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:27 arguments = 2025-10-03 23:57:27 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1430a60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:27 __f = 0x55b6f1430a60 2025-10-03 23:57:27 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc5007a0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #16 std::__1::function::operator() (this=0x7fc5007a0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:27 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1430850) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:27 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\nC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1430a60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5007a0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500250859, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:27 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc5007a107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:27 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:27 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:27 job_is_done = 2025-10-03 23:57:27 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14308e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14308f8: 0x55b6f1430850) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:27 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14308e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14308e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 494 (Thread 0x7fc4fffa7640 (LWP 377) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1430d40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 377, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ec0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ec0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fff9fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\372\377\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fff9fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\371\377\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fff9fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fff9fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ec003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1430d40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f1430d40 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fff9ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4fff9ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1430b30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\rC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1430d40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fff9ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500302186, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fffa007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:28 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1430bc8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1430bd8: 0x55b6f1430b30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1430bc0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1430bc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 493 (Thread 0x7fc4ff7a6640 (LWP 378) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1431020) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 378, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ff79ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fz\377\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ff79ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356y\377\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ff79eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ff79ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1431020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f1431020 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ff79ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4ff79ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1430e10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \020C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1431020}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ff79efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500350787, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ff79f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:28 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1430ea8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1430eb8: 0x55b6f1430e10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1430ea0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1430ea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 492 (Thread 0x7fc4fefa5640 (LWP 379) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1431300) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 379, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fef9dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\372\376\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fef9de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\371\376\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fef9dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fef9de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1431300) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f1431300 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fef9df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4fef9df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14310f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\023C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1431300}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fef9dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500424205, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fef9e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:28 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1431188: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1431198: 0x55b6f14310f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1431180) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1431180}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 491 (Thread 0x7fc4fe7a4640 (LWP 380) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14315e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 380, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f40024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f40024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fe79cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fz\376\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fe79ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316y\376\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fe79cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fe79ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f4003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14315e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f14315e0 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fe79cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4fe79cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14313d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\025C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14315e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fe79cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500470632, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fe79d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:28 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1431468: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1431478: 0x55b6f14313d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1431460) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1431460}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 490 (Thread 0x7fc4fdfa3640 (LWP 381) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14318c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 381, os_thread_priority = 0, performance_counters = {counters = 0x7fc6fc0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6fc0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fdf9bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\372\375\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fdf9be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\371\375\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fdf9bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fdf9be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6fc003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14318c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f14318c0 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fdf9bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4fdf9bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14316b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\030C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14318c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fdf9bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500519864, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fdf9c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:28 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1431748: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1431758: 0x55b6f14316b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1431740) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1431740}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 489 (Thread 0x7fc4fd7a2640 (LWP 382) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1431ba0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 382, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f00024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f00024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fd79ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19088, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&z\375\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fd79ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256y\375\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fd79aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fd79ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f0003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1431ba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f1431ba0 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fd79af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4fd79af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1431990) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\033C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1431ba0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fd79afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500568435, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fd79b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:28 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1431a28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1431a38: 0x55b6f1431990) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1431a20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1431a20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 488 (Thread 0x7fc4fcfa1640 (LWP 383) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1431e80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 383, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f80024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f80024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fcf99c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12336, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\372\374\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fcf99e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\371\374\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fcf99ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fcf99e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f8003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1431e80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f1431e80 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fcf99f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4fcf99f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1431c70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\036C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1431e80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fcf99fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500619341, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fcf9a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:28 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1431d08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1431d18: 0x55b6f1431c70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1431d00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1431d00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 487 (Thread 0x7fc4fc7a0640 (LWP 384) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1432160) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 384, os_thread_priority = 0, performance_counters = {counters = 0x7fc7040024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7040024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fc798c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10808, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006z\374\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fc798e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216y\374\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fc798ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fc798e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc704003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1432160) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f1432160 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fc798f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4fc798f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1431f50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`!C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1432160}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fc798fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500675155, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fc79907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:28 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1431fe8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1431ff8: 0x55b6f1431f50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1431fe0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1431fe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 486 (Thread 0x7fc4fbf9f640 (LWP 385) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1432440) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 385, os_thread_priority = 0, performance_counters = {counters = 0x7fc7000024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7000024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fbf97c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\371\373\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fbf97e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\371\373\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fbf97ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fbf97e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc700003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1432440) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f1432440 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fbf97f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4fbf97f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1432230) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@$C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1432440}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fbf97fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500716953, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fbf9807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:28 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14322c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14322d8: 0x55b6f1432230) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14322c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:28 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14322c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:28 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 2025-10-03 23:57:28 Thread 485 (Thread 0x7fc4fb79e640 (LWP 386) "BgSchPool"): 2025-10-03 23:57:28 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:28 No symbol table info available. 2025-10-03 23:57:28 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:28 ec = 2025-10-03 23:57:28 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:28 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:28 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:28 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1432720) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:28 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:28 thread_status = { = { = {}, }, thread_id = 386, os_thread_priority = 0, performance_counters = {counters = 0x7fc70c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc70c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fb796c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10616, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346y\373\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fb796e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300ny\373\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fb796ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fb796e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc70c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:28 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:28 arguments = 2025-10-03 23:57:28 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1432720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:28 __f = 0x55b6f1432720 2025-10-03 23:57:28 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fb796f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #16 std::__1::function::operator() (this=0x7fc4fb796f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:28 No locals. 2025-10-03 23:57:28 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1432510) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:28 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " 'C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1432720}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fb796fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500763280, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:28 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fb79707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:28 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:28 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:28 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14325a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14325b8: 0x55b6f1432510) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14325a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14325a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 484 (Thread 0x7fc4faf9d640 (LWP 387) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1432a00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 387, os_thread_priority = 0, performance_counters = {counters = 0x7fc7080024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7080024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4faf95c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19776, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\371\372\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4faf95e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\371\372\304\177\000\000\036,\243϶U\000", __large = 0x7fc4faf95ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4faf95e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc708003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1432a00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f1432a00 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4faf95f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4faf95f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14327f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000*C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1432a00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4faf95fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500815729, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:29 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4faf9607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1432888: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1432898: 0x55b6f14327f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1432880) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1432880}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 483 (Thread 0x7fc4fa79c640 (LWP 388) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1432ce0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 388, os_thread_priority = 0, performance_counters = {counters = 0x7fc7140024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7140024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4fa794c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306y\372\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fa794e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Ny\372\304\177\000\000\036,\243϶U\000", __large = 0x7fc4fa794ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fa794e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc714003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1432ce0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f1432ce0 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4fa794f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4fa794f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1432ad0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340,C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1432ce0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fa794fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500866634, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:29 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4fa79507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1432b68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1432b78: 0x55b6f1432ad0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1432b60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1432b60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 482 (Thread 0x7fc4f9f9b640 (LWP 389) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1432fc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 389, os_thread_priority = 0, performance_counters = {counters = 0x7fc7100024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7100024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f9f93c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\371\371\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f9f93e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\371\371\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f9f93ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f9f93e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc710003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1432fc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f1432fc0 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f9f93f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4f9f93f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1432db0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300/C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1432fc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f9f93fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500917360, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:29 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f9f9407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1432e48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1432e58: 0x55b6f1432db0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1432e40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1432e40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 481 (Thread 0x7fc4f979a640 (LWP 390) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14332a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 390, os_thread_priority = 0, performance_counters = {counters = 0x7fc7180024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7180024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f9792c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246y\371\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f9792e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.y\371\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f9792ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f9792e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc718003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14332a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f14332a0 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f9792f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4f9792f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1433090) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2402C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14332a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f9792fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144500984175, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:29 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f979307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1433128: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1433138: 0x55b6f1433090) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1433120) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1433120}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 480 (Thread 0x7fc4f8f99640 (LWP 391) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1433580) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 391, os_thread_priority = 0, performance_counters = {counters = 0x7fc72c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc72c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f8f91c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11368, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\371\370\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f8f91e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\371\370\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f8f91ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f8f91e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc72c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1433580) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f1433580 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f8f91f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4f8f91f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1433370) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2005C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1433580}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f8f91fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501035010, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:29 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f8f9207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1433408: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1433418: 0x55b6f1433370) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1433400) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1433400}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 479 (Thread 0x7fc4f8798640 (LWP 392) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1433860) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 392, os_thread_priority = 0, performance_counters = {counters = 0x7fc7200024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7200024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f8790c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9520, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206y\370\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f8790e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016y\370\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f8790ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f8790e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc720003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1433860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f1433860 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f8790f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4f8790f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1433650) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`8C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1433860}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f8790fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501083471, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:29 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f879107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14336e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14336f8: 0x55b6f1433650) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14336e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14336e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 478 (Thread 0x7fc4f7f97640 (LWP 393) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1433b40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 393, os_thread_priority = 0, performance_counters = {counters = 0x7fc7280024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7280024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f7f8fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\371\367\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f7f8fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\370\367\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f7f8fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f7f8fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc728003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1433b40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f1433b40 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f7f8ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4f7f8ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1433930) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@;C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1433b40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f7f8ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501129287, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:29 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f7f9007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14339c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14339d8: 0x55b6f1433930) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14339c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14339c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 477 (Thread 0x7fc4f7796640 (LWP 394) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1433e20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 394, os_thread_priority = 0, performance_counters = {counters = 0x7fc7340024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7340024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f778ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12432, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fy\367\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f778ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356x\367\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f778eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f778ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc734003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1433e20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f1433e20 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f778ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4f778ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1433c10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " >C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1433e20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f778efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501182206, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:29 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f778f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1433ca8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1433cb8: 0x55b6f1433c10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1433ca0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1433ca0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 476 (Thread 0x7fc4f6f95640 (LWP 395) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1434100) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 395, os_thread_priority = 0, performance_counters = {counters = 0x7fc7300024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7300024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f6f8dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\371\366\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f6f8de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\370\366\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f6f8dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f6f8de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc730003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1434100) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f1434100 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f6f8df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4f6f8df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1433ef0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000AC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1434100}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f6f8dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501243100, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:29 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f6f8e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:29 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:29 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_is_done = 2025-10-03 23:57:29 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1433f88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1433f98: 0x55b6f1433ef0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1433f80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:29 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1433f80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:29 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 2025-10-03 23:57:29 Thread 475 (Thread 0x7fc4f6794640 (LWP 396) "BgSchPool"): 2025-10-03 23:57:29 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:29 No symbol table info available. 2025-10-03 23:57:29 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:29 ec = 2025-10-03 23:57:29 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:29 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:29 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:29 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14343e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:29 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:29 thread_status = { = { = {}, }, thread_id = 396, os_thread_priority = 0, performance_counters = {counters = 0x7fc73c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc73c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f678cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fy\366\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f678ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316x\366\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f678cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f678ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc73c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:29 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:29 arguments = 2025-10-03 23:57:29 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14343e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:29 __f = 0x55b6f14343e0 2025-10-03 23:57:29 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f678cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #16 std::__1::function::operator() (this=0x7fc4f678cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:29 No locals. 2025-10-03 23:57:29 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14341d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:29 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:29 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340CC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14343e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f678cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501286292, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f678d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1434268: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1434278: 0x55b6f14341d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1434260) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1434260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:30 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 2025-10-03 23:57:30 Thread 474 (Thread 0x7fc4f5f93640 (LWP 397) "BgSchPool"): 2025-10-03 23:57:30 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:30 ec = 2025-10-03 23:57:30 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:30 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:30 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14346c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:30 thread_status = { = { = {}, }, thread_id = 397, os_thread_priority = 0, performance_counters = {counters = 0x7fc7380024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7380024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f5f8bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\371\365\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f5f8be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\370\365\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f5f8bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f5f8be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc738003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:30 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:30 arguments = 2025-10-03 23:57:30 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14346c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:30 __f = 0x55b6f14346c0 2025-10-03 23:57:30 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f5f8bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #16 std::__1::function::operator() (this=0x7fc4f5f8bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14344b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300FC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14346c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f5f8bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501332408, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f5f8c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1434548: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1434558: 0x55b6f14344b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1434540) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1434540}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:30 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 2025-10-03 23:57:30 Thread 473 (Thread 0x7fc4f5792640 (LWP 398) "BgSchPool"): 2025-10-03 23:57:30 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:30 ec = 2025-10-03 23:57:30 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:30 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:30 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14349a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:30 thread_status = { = { = {}, }, thread_id = 398, os_thread_priority = 0, performance_counters = {counters = 0x7fc7480024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7480024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f578ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11920, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&y\365\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f578ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256x\365\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f578aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f578ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc748003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:30 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:30 arguments = 2025-10-03 23:57:30 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14349a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:30 __f = 0x55b6f14349a0 2025-10-03 23:57:30 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f578af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #16 std::__1::function::operator() (this=0x7fc4f578af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1434790) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240IC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14349a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f578afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501376631, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f578b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1434828: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1434838: 0x55b6f1434790) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1434820) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1434820}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:30 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 2025-10-03 23:57:30 Thread 472 (Thread 0x7fc4f4f91640 (LWP 399) "BgSchPool"): 2025-10-03 23:57:30 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:30 ec = 2025-10-03 23:57:30 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:30 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:30 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1434c80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:30 thread_status = { = { = {}, }, thread_id = 399, os_thread_priority = 0, performance_counters = {counters = 0x7fc7400024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7400024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f4f89c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\371\364\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f4f89e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\370\364\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f4f89ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f4f89e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc740003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:30 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:30 arguments = 2025-10-03 23:57:30 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1434c80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:30 __f = 0x55b6f1434c80 2025-10-03 23:57:30 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f4f89f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #16 std::__1::function::operator() (this=0x7fc4f4f89f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1434a70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200LC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1434c80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f4f89fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501434509, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f4f8a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1434b08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1434b18: 0x55b6f1434a70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1434b00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1434b00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:30 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 2025-10-03 23:57:30 Thread 471 (Thread 0x7fc4f4790640 (LWP 400) "BgSchPool"): 2025-10-03 23:57:30 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:30 ec = 2025-10-03 23:57:30 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:30 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:30 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1434f60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:30 thread_status = { = { = {}, }, thread_id = 400, os_thread_priority = 0, performance_counters = {counters = 0x7fc7500024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7500024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f4788c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11976, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006y\364\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f4788e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216x\364\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f4788ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f4788e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc750003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:30 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:30 arguments = 2025-10-03 23:57:30 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1434f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:30 __f = 0x55b6f1434f60 2025-10-03 23:57:30 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f4788f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #16 std::__1::function::operator() (this=0x7fc4f4788f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1434d50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`OC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1434f60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f4788fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501478482, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f478907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1434de8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1434df8: 0x55b6f1434d50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1434de0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1434de0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:30 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 2025-10-03 23:57:30 Thread 470 (Thread 0x7fc4f3f8f640 (LWP 401) "BgSchPool"): 2025-10-03 23:57:30 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:30 ec = 2025-10-03 23:57:30 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:30 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:30 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1435240) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:30 thread_status = { = { = {}, }, thread_id = 401, os_thread_priority = 0, performance_counters = {counters = 0x7fc7540024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7540024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f3f87c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\370\363\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f3f87e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\370\363\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f3f87ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f3f87e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc754003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:30 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:30 arguments = 2025-10-03 23:57:30 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1435240) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:30 __f = 0x55b6f1435240 2025-10-03 23:57:30 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f3f87f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #16 std::__1::function::operator() (this=0x7fc4f3f87f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1435030) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@RC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1435240}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f3f87fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501532533, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f3f8807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14350c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14350d8: 0x55b6f1435030) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14350c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14350c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:30 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 2025-10-03 23:57:30 Thread 469 (Thread 0x7fc4f378e640 (LWP 402) "BgSchPool"): 2025-10-03 23:57:30 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:30 ec = 2025-10-03 23:57:30 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:30 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:30 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1435520) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:30 thread_status = { = { = {}, }, thread_id = 402, os_thread_priority = 0, performance_counters = {counters = 0x7fc7580024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7580024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f3786c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346x\363\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f3786e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nx\363\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f3786ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f3786e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc758003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:30 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:30 arguments = 2025-10-03 23:57:30 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1435520) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:30 __f = 0x55b6f1435520 2025-10-03 23:57:30 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f3786f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #16 std::__1::function::operator() (this=0x7fc4f3786f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1435310) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " UC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1435520}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f3786fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501577547, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f378707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14353a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14353b8: 0x55b6f1435310) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14353a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14353a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:30 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 2025-10-03 23:57:30 Thread 468 (Thread 0x7fc4f2f8d640 (LWP 403) "BgSchPool"): 2025-10-03 23:57:30 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:30 ec = 2025-10-03 23:57:30 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:30 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:30 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1435800) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:30 thread_status = { = { = {}, }, thread_id = 403, os_thread_priority = 0, performance_counters = {counters = 0x7fc7600024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7600024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f2f85c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12264, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\370\362\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f2f85e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\370\362\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f2f85ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f2f85e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc760003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:30 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:30 arguments = 2025-10-03 23:57:30 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1435800) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:30 __f = 0x55b6f1435800 2025-10-03 23:57:30 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f2f85f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #16 std::__1::function::operator() (this=0x7fc4f2f85f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14355f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000XC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1435800}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f2f85fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501632991, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f2f8607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1435688: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1435698: 0x55b6f14355f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1435680) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1435680}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:30 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 2025-10-03 23:57:30 Thread 467 (Thread 0x7fc4f278c640 (LWP 404) "BgSchPool"): 2025-10-03 23:57:30 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:30 ec = 2025-10-03 23:57:30 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:30 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:30 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1435ae0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:30 thread_status = { = { = {}, }, thread_id = 404, os_thread_priority = 0, performance_counters = {counters = 0x7fc75c0024a0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc75c0024a0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f2784c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20464, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306x\362\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f2784e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nx\362\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f2784ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f2784e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc75c003ae0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:30 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:30 arguments = 2025-10-03 23:57:30 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1435ae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:30 __f = 0x55b6f1435ae0 2025-10-03 23:57:30 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f2784f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #16 std::__1::function::operator() (this=0x7fc4f2784f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14358d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340ZC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1435ae0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f2784fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501687634, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f278507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1435968: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1435978: 0x55b6f14358d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1435960) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:30 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1435960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:30 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 2025-10-03 23:57:30 Thread 466 (Thread 0x7fc4f1f8b640 (LWP 405) "BgSchPool"): 2025-10-03 23:57:30 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:30 No symbol table info available. 2025-10-03 23:57:30 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:30 ec = 2025-10-03 23:57:30 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:30 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:30 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:30 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1435dc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:30 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:30 thread_status = { = { = {}, }, thread_id = 405, os_thread_priority = 0, performance_counters = {counters = 0x7fc7640024a0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7640024a0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f1f83c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\370\361\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f1f83e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\370\361\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f1f83ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f1f83e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc764003ae0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:30 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:30 arguments = 2025-10-03 23:57:30 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1435dc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:30 __f = 0x55b6f1435dc0 2025-10-03 23:57:30 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f1f83f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #16 std::__1::function::operator() (this=0x7fc4f1f83f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:30 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1435bb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:30 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300]C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1435dc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f1f83fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501736335, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:30 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f1f8407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:30 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:30 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:30 job_is_done = 2025-10-03 23:57:30 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1435c48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1435c58: 0x55b6f1435bb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:30 No locals. 2025-10-03 23:57:31 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1435c40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1435c40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:31 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 2025-10-03 23:57:31 Thread 465 (Thread 0x7fc4f178a640 (LWP 406) "BgSchPool"): 2025-10-03 23:57:31 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:31 ec = 2025-10-03 23:57:31 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:31 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:31 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14360a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:31 thread_status = { = { = {}, }, thread_id = 406, os_thread_priority = 0, performance_counters = {counters = 0x7fc7680024a0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7680024a0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f1782c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246x\361\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f1782e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.x\361\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f1782ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f1782e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc768003ae0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:31 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:31 arguments = 2025-10-03 23:57:31 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14360a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:31 __f = 0x55b6f14360a0 2025-10-03 23:57:31 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f1782f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #16 std::__1::function::operator() (this=0x7fc4f1782f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1435e90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240`C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14360a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f1782fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501792631, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:31 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f178307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_is_done = 2025-10-03 23:57:31 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1435f28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1435f38: 0x55b6f1435e90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1435f20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1435f20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:31 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 2025-10-03 23:57:31 Thread 464 (Thread 0x7fc4f0f89640 (LWP 407) "BgSchPool"): 2025-10-03 23:57:31 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:31 ec = 2025-10-03 23:57:31 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:31 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:31 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1436380) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:31 thread_status = { = { = {}, }, thread_id = 407, os_thread_priority = 0, performance_counters = {counters = 0x7fc7701028d0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc7701028d0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f0f81c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11096, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\370\360\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f0f81e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\370\360\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f0f81ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f0f81e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc770103f10}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:31 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:31 arguments = 2025-10-03 23:57:31 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1436380) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:31 __f = 0x55b6f1436380 2025-10-03 23:57:31 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f0f81f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #16 std::__1::function::operator() (this=0x7fc4f0f81f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1436170) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200cC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1436380}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f0f81fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501839268, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:31 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f0f8207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_is_done = 2025-10-03 23:57:31 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1436208: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1436218: 0x55b6f1436170) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1436200) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1436200}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:31 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 2025-10-03 23:57:31 Thread 463 (Thread 0x7fc4f0788640 (LWP 408) "BgSchPool"): 2025-10-03 23:57:31 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:31 ec = 2025-10-03 23:57:31 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:31 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:31 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1436660) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:31 thread_status = { = { = {}, }, thread_id = 408, os_thread_priority = 0, performance_counters = {counters = 0x55b6f1436bd0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x55b6f1436bd0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4f0780c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206x\360\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f0780e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016x\360\304\177\000\000\036,\243϶U\000", __large = 0x7fc4f0780ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f0780e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x55b6f1438210}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:31 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:31 arguments = 2025-10-03 23:57:31 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1436660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:31 __f = 0x55b6f1436660 2025-10-03 23:57:31 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4f0780f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #16 std::__1::function::operator() (this=0x7fc4f0780f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1436450) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`fC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1436660}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f0780fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501886978, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:31 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4f078107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_is_done = 2025-10-03 23:57:31 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14364e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14364f8: 0x55b6f1436450) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14364e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14364e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:31 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 2025-10-03 23:57:31 Thread 462 (Thread 0x7fc4eff87640 (LWP 409) "BgSchPool"): 2025-10-03 23:57:31 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:31 ec = 2025-10-03 23:57:31 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:31 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:31 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1438270) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:31 thread_status = { = { = {}, }, thread_id = 409, os_thread_priority = 0, performance_counters = {counters = 0x7fc52c0024c0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc52c0024c0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4eff7fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\370\357\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eff7fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\367\357\304\177\000\000\036,\243϶U\000", __large = 0x7fc4eff7fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eff7fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc52c003b00}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144712318109, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:31 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:31 arguments = 2025-10-03 23:57:31 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1438270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:31 __f = 0x55b6f1438270 2025-10-03 23:57:31 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4eff7ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #16 std::__1::function::operator() (this=0x7fc4eff7ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1436730) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\202C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1438270}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eff7ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144501975504, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:31 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eff8007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_is_done = 2025-10-03 23:57:31 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14367c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14367d8: 0x55b6f1436730) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14367c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14367c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:31 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 2025-10-03 23:57:31 Thread 461 (Thread 0x7fc4ef786640 (LWP 410) "BgSchPool"): 2025-10-03 23:57:31 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:31 ec = 2025-10-03 23:57:31 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:31 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:31 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1438550) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:31 thread_status = { = { = {}, }, thread_id = 410, os_thread_priority = 0, performance_counters = {counters = 0x7fc53c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc53c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ef77ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17872, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fx\357\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ef77ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356w\357\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ef77eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ef77ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc53c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:31 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:31 arguments = 2025-10-03 23:57:31 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1438550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:31 __f = 0x55b6f1438550 2025-10-03 23:57:31 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ef77ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #16 std::__1::function::operator() (this=0x7fc4ef77ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1438340) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\205C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1438550}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ef77efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502031549, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:31 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ef77f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_is_done = 2025-10-03 23:57:31 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14383d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14383e8: 0x55b6f1438340) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14383d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14383d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:31 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 2025-10-03 23:57:31 Thread 460 (Thread 0x7fc4eef85640 (LWP 411) "BgSchPool"): 2025-10-03 23:57:31 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:31 ec = 2025-10-03 23:57:31 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:31 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:31 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1438830) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:31 thread_status = { = { = {}, }, thread_id = 411, os_thread_priority = 0, performance_counters = {counters = 0x7fc538003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc538003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4eef7dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\370\356\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eef7de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\367\356\304\177\000\000\036,\243϶U\000", __large = 0x7fc4eef7dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eef7de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc538005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:31 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:31 arguments = 2025-10-03 23:57:31 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1438830) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:31 __f = 0x55b6f1438830 2025-10-03 23:57:31 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4eef7df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #16 std::__1::function::operator() (this=0x7fc4eef7df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1438620) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\210C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1438830}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eef7dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502107932, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:31 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eef7e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_is_done = 2025-10-03 23:57:31 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14386b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14386c8: 0x55b6f1438620) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14386b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14386b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:31 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 2025-10-03 23:57:31 Thread 459 (Thread 0x7fc4ee784640 (LWP 412) "BgSchPool"): 2025-10-03 23:57:31 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:31 ec = 2025-10-03 23:57:31 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:31 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:31 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1438b10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:31 thread_status = { = { = {}, }, thread_id = 412, os_thread_priority = 0, performance_counters = {counters = 0x7fc534003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc534003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ee77cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fx\356\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ee77ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316w\356\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ee77cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ee77ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc534005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:31 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:31 arguments = 2025-10-03 23:57:31 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1438b10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:31 __f = 0x55b6f1438b10 2025-10-03 23:57:31 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ee77cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #16 std::__1::function::operator() (this=0x7fc4ee77cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1438900) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\213C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1438b10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ee77cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502159930, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:31 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ee77d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_is_done = 2025-10-03 23:57:31 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1438998: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14389a8: 0x55b6f1438900) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1438990) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1438990}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:31 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 2025-10-03 23:57:31 Thread 458 (Thread 0x7fc4edf83640 (LWP 413) "BgSchPool"): 2025-10-03 23:57:31 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:31 ec = 2025-10-03 23:57:31 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:31 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:31 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1438df0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:31 thread_status = { = { = {}, }, thread_id = 413, os_thread_priority = 0, performance_counters = {counters = 0x7fc544003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc544003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4edf7bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\370\355\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4edf7be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\367\355\304\177\000\000\036,\243϶U\000", __large = 0x7fc4edf7bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4edf7be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc544005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:31 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:31 arguments = 2025-10-03 23:57:31 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1438df0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:31 __f = 0x55b6f1438df0 2025-10-03 23:57:31 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4edf7bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #16 std::__1::function::operator() (this=0x7fc4edf7bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1438be0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\215C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1438df0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4edf7bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502208401, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:31 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4edf7c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:31 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:31 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_is_done = 2025-10-03 23:57:31 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1438c78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1438c88: 0x55b6f1438be0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1438c70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:31 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1438c70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:31 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 2025-10-03 23:57:31 Thread 457 (Thread 0x7fc4ed782640 (LWP 414) "BgSchPool"): 2025-10-03 23:57:31 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:31 No symbol table info available. 2025-10-03 23:57:31 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:31 ec = 2025-10-03 23:57:31 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:31 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:31 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:31 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14390d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:31 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:31 thread_status = { = { = {}, }, thread_id = 414, os_thread_priority = 0, performance_counters = {counters = 0x7fc540003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc540003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ed77ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&x\355\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ed77ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256w\355\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ed77aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ed77ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc540005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:31 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:31 arguments = 2025-10-03 23:57:31 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14390d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:31 __f = 0x55b6f14390d0 2025-10-03 23:57:31 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ed77af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #16 std::__1::function::operator() (this=0x7fc4ed77af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:31 No locals. 2025-10-03 23:57:31 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1438ec0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:31 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:31 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "АC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14390d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ed77afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502275777, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ed77b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1438f58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1438f68: 0x55b6f1438ec0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1438f50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1438f50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 456 (Thread 0x7fc4ecf81640 (LWP 415) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14393b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 415, os_thread_priority = 0, performance_counters = {counters = 0x7fc548003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc548003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ecf79c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\370\354\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ecf79e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\367\354\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ecf79ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ecf79e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc548005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14393b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f14393b0 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ecf79f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4ecf79f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14391a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\223C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14393b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ecf79fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502323446, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ecf7a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1439238: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1439248: 0x55b6f14391a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1439230) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1439230}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 455 (Thread 0x7fc4ec780640 (LWP 416) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1439690) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 416, os_thread_priority = 0, performance_counters = {counters = 0x7fc554003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc554003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ec778c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006x\354\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ec778e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216w\354\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ec778ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ec778e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc554005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1439690) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f1439690 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ec778f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4ec778f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1439480) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\226C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1439690}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ec778fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502376405, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ec77907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1439518: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1439528: 0x55b6f1439480) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1439510) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1439510}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 454 (Thread 0x7fc4ebf7f640 (LWP 417) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1439970) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 417, os_thread_priority = 0, performance_counters = {counters = 0x7fc550003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc550003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ebf77c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10176, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\367\353\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ebf77e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\367\353\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ebf77ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ebf77e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc550005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1439970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f1439970 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ebf77f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4ebf77f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1439760) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\231C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1439970}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ebf77fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502426790, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ebf7807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14397f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1439808: 0x55b6f1439760) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14397f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14397f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 453 (Thread 0x7fc4eb77e640 (LWP 418) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1439c50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 418, os_thread_priority = 0, performance_counters = {counters = 0x7fc558003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc558003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4eb776c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346w\353\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eb776e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nw\353\304\177\000\000\036,\243϶U\000", __large = 0x7fc4eb776ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eb776e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc558005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1439c50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f1439c50 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4eb776f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4eb776f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1439a40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\234C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1439c50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eb776fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502477084, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eb77707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1439ad8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1439ae8: 0x55b6f1439a40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1439ad0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1439ad0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 452 (Thread 0x7fc4eaf7d640 (LWP 419) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1439f30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 419, os_thread_priority = 0, performance_counters = {counters = 0x7fc560003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc560003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4eaf75c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11728, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\367\352\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eaf75e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\367\352\304\177\000\000\036,\243϶U\000", __large = 0x7fc4eaf75ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eaf75e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc560005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1439f30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f1439f30 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4eaf75f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4eaf75f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1439d20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\237C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1439f30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eaf75fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502530425, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4eaf7607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1439db8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1439dc8: 0x55b6f1439d20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1439db0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1439db0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 451 (Thread 0x7fc4ea77c640 (LWP 420) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143a210) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 420, os_thread_priority = 0, performance_counters = {counters = 0x7fc55c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc55c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ea774c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10632, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306w\352\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ea774e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nw\352\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ea774ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ea774e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc55c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143a210) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f143a210 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ea774f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4ea774f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143a000) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\242C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143a210}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ea774fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502584516, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ea77507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143a098: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143a0a8: 0x55b6f143a000) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143a090) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143a090}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 450 (Thread 0x7fc4e9f7b640 (LWP 421) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143a7d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 421, os_thread_priority = 0, performance_counters = {counters = 0x7fc564003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc564003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e9f73c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12432, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\367\351\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e9f73e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\367\351\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e9f73ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e9f73e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc564005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143a7d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f143a7d0 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e9f73f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4e9f73f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143a2e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "ЧC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143a7d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e9f73fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502678692, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e9f7407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143a378: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143a388: 0x55b6f143a2e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143a370) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143a370}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 449 (Thread 0x7fc4e977a640 (LWP 422) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143a4f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 422, os_thread_priority = 0, performance_counters = {counters = 0x7fc568003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc568003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e9772c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246w\351\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e9772e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.w\351\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e9772ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e9772e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc568005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143a4f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f143a4f0 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e9772f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4e9772f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143a5c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\244C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143a4f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e9772fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502633227, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e977307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143a658: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143a668: 0x55b6f143a5c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143a650) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143a650}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 448 (Thread 0x7fc4e8f79640 (LWP 423) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143aab0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 423, os_thread_priority = 0, performance_counters = {counters = 0x7fc570003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc570003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e8f71c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12856, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\367\350\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e8f71e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\367\350\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e8f71ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e8f71e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc570005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143aab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f143aab0 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e8f71f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4e8f71f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143a8a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\252C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143aab0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e8f71fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502734267, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e8f7207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143a938: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143a948: 0x55b6f143a8a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143a930) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:32 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143a930}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:32 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 2025-10-03 23:57:32 Thread 447 (Thread 0x7fc4e8778640 (LWP 424) "BgSchPool"): 2025-10-03 23:57:32 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:32 No symbol table info available. 2025-10-03 23:57:32 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:32 ec = 2025-10-03 23:57:32 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:32 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:32 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:32 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143ad90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:32 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:32 thread_status = { = { = {}, }, thread_id = 424, os_thread_priority = 0, performance_counters = {counters = 0x7fc588003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc588003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e8770c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206w\350\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e8770e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016w\350\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e8770ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e8770e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc588005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:32 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:32 arguments = 2025-10-03 23:57:32 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143ad90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:32 __f = 0x55b6f143ad90 2025-10-03 23:57:32 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e8770f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #16 std::__1::function::operator() (this=0x7fc4e8770f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143ab80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:32 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\255C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143ad90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e8770fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502781636, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:32 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e877107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:32 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:32 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:32 job_is_done = 2025-10-03 23:57:32 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143ac18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143ac28: 0x55b6f143ab80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:32 No locals. 2025-10-03 23:57:32 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143ac10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143ac10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:33 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 2025-10-03 23:57:33 Thread 446 (Thread 0x7fc4e7f77640 (LWP 425) "BgSchPool"): 2025-10-03 23:57:33 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:33 ec = 2025-10-03 23:57:33 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:33 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:33 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143b070) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:33 thread_status = { = { = {}, }, thread_id = 425, os_thread_priority = 0, performance_counters = {counters = 0x7fc56c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc56c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e7f6fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\367\347\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e7f6fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\366\347\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e7f6fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e7f6fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc56c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:33 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:33 arguments = 2025-10-03 23:57:33 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143b070) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:33 __f = 0x55b6f143b070 2025-10-03 23:57:33 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e7f6ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #16 std::__1::function::operator() (this=0x7fc4e7f6ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143ae60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\260C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143b070}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e7f6ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502844854, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:33 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e7f7007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_is_done = 2025-10-03 23:57:33 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143aef8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143af08: 0x55b6f143ae60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143aef0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143aef0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:33 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 2025-10-03 23:57:33 Thread 445 (Thread 0x7fc4e7776640 (LWP 426) "BgSchPool"): 2025-10-03 23:57:33 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:33 ec = 2025-10-03 23:57:33 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:33 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:33 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143b350) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:33 thread_status = { = { = {}, }, thread_id = 426, os_thread_priority = 0, performance_counters = {counters = 0x7fc57c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc57c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e776ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fw\347\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e776ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356v\347\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e776eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e776ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc57c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:33 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:33 arguments = 2025-10-03 23:57:33 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143b350) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:33 __f = 0x55b6f143b350 2025-10-03 23:57:33 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e776ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #16 std::__1::function::operator() (this=0x7fc4e776ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143b140) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\263C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143b350}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e776efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144502937778, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:33 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e776f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_is_done = 2025-10-03 23:57:33 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143b1d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143b1e8: 0x55b6f143b140) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143b1d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143b1d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:33 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 2025-10-03 23:57:33 Thread 444 (Thread 0x7fc4e6f75640 (LWP 427) "BgSchPool"): 2025-10-03 23:57:33 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:33 ec = 2025-10-03 23:57:33 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:33 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:33 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143b630) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:33 thread_status = { = { = {}, }, thread_id = 427, os_thread_priority = 0, performance_counters = {counters = 0x7fc574003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc574003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e6f6dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\367\346\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e6f6de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\366\346\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e6f6dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e6f6de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc574005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:33 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:33 arguments = 2025-10-03 23:57:33 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143b630) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:33 __f = 0x55b6f143b630 2025-10-03 23:57:33 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e6f6df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #16 std::__1::function::operator() (this=0x7fc4e6f6df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143b420) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\266C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143b630}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e6f6dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503024020, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:33 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e6f6e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_is_done = 2025-10-03 23:57:33 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143b4b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143b4c8: 0x55b6f143b420) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143b4b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143b4b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:33 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 2025-10-03 23:57:33 Thread 443 (Thread 0x7fc4e6774640 (LWP 428) "BgSchPool"): 2025-10-03 23:57:33 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:33 ec = 2025-10-03 23:57:33 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:33 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:33 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143b910) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:33 thread_status = { = { = {}, }, thread_id = 428, os_thread_priority = 0, performance_counters = {counters = 0x7fc580003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc580003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e676cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fw\346\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e676ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316v\346\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e676cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e676ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc580005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:33 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:33 arguments = 2025-10-03 23:57:33 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143b910) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:33 __f = 0x55b6f143b910 2025-10-03 23:57:33 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e676cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #16 std::__1::function::operator() (this=0x7fc4e676cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143b700) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\271C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143b910}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e676cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503073392, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:33 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e676d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_is_done = 2025-10-03 23:57:33 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143b798: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143b7a8: 0x55b6f143b700) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143b790) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143b790}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:33 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 2025-10-03 23:57:33 Thread 442 (Thread 0x7fc4e5f73640 (LWP 429) "BgSchPool"): 2025-10-03 23:57:33 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:33 ec = 2025-10-03 23:57:33 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:33 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:33 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143bbf0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:33 thread_status = { = { = {}, }, thread_id = 429, os_thread_priority = 0, performance_counters = {counters = 0x7fc584003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc584003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e5f6bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\367\345\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e5f6be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\366\345\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e5f6bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e5f6be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc584005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:33 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:33 arguments = 2025-10-03 23:57:33 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143bbf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:33 __f = 0x55b6f143bbf0 2025-10-03 23:57:33 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e5f6bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #16 std::__1::function::operator() (this=0x7fc4e5f6bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143b9e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\273C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143bbf0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e5f6bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503129197, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:33 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e5f6c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_is_done = 2025-10-03 23:57:33 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143ba78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143ba88: 0x55b6f143b9e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143ba70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143ba70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:33 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 2025-10-03 23:57:33 Thread 441 (Thread 0x7fc4e5772640 (LWP 430) "BgSchPool"): 2025-10-03 23:57:33 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:33 ec = 2025-10-03 23:57:33 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:33 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:33 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143bed0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:33 thread_status = { = { = {}, }, thread_id = 430, os_thread_priority = 0, performance_counters = {counters = 0x7fc590003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc590003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e576ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&w\345\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e576ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256v\345\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e576aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e576ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc590005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:33 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:33 arguments = 2025-10-03 23:57:33 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143bed0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:33 __f = 0x55b6f143bed0 2025-10-03 23:57:33 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e576af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #16 std::__1::function::operator() (this=0x7fc4e576af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143bcc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "оC\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143bed0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e576afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503230006, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:33 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e576b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_is_done = 2025-10-03 23:57:33 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143bd58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143bd68: 0x55b6f143bcc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143bd50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143bd50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:33 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 2025-10-03 23:57:33 Thread 440 (Thread 0x7fc4e4f71640 (LWP 431) "BgSchPool"): 2025-10-03 23:57:33 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:33 ec = 2025-10-03 23:57:33 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:33 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:33 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143c1b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:33 thread_status = { = { = {}, }, thread_id = 431, os_thread_priority = 0, performance_counters = {counters = 0x7fc58c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc58c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e4f69c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\367\344\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e4f69e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\366\344\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e4f69ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e4f69e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc58c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:33 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:33 arguments = 2025-10-03 23:57:33 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143c1b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:33 __f = 0x55b6f143c1b0 2025-10-03 23:57:33 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e4f69f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #16 std::__1::function::operator() (this=0x7fc4e4f69f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143bfa0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\301C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143c1b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e4f69fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503284839, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:33 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e4f6a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_is_done = 2025-10-03 23:57:33 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143c038: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143c048: 0x55b6f143bfa0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143c030) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143c030}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:33 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 2025-10-03 23:57:33 Thread 439 (Thread 0x7fc4e4770640 (LWP 432) "BgSchPool"): 2025-10-03 23:57:33 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:33 ec = 2025-10-03 23:57:33 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:33 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:33 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143c490) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:33 thread_status = { = { = {}, }, thread_id = 432, os_thread_priority = 0, performance_counters = {counters = 0x7fc598003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc598003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e4768c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006w\344\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e4768e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216v\344\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e4768ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e4768e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc598005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:33 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:33 arguments = 2025-10-03 23:57:33 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143c490) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:33 __f = 0x55b6f143c490 2025-10-03 23:57:33 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e4768f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #16 std::__1::function::operator() (this=0x7fc4e4768f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143c280) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\304C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143c490}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e4768fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503334492, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:33 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e476907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_is_done = 2025-10-03 23:57:33 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143c318: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143c328: 0x55b6f143c280) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143c310) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:33 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143c310}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:33 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 2025-10-03 23:57:33 Thread 438 (Thread 0x7fc4e3f6f640 (LWP 433) "BgSchPool"): 2025-10-03 23:57:33 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:33 No symbol table info available. 2025-10-03 23:57:33 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:33 ec = 2025-10-03 23:57:33 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:33 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:33 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:33 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143c770) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:33 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:33 thread_status = { = { = {}, }, thread_id = 433, os_thread_priority = 0, performance_counters = {counters = 0x7fc594003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc594003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e3f67c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\366\343\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e3f67e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\366\343\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e3f67ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e3f67e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc594005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:33 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:33 arguments = 2025-10-03 23:57:33 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143c770) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:33 __f = 0x55b6f143c770 2025-10-03 23:57:33 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e3f67f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #16 std::__1::function::operator() (this=0x7fc4e3f67f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:33 No locals. 2025-10-03 23:57:33 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143c560) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:33 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\307C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143c770}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e3f67fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503384266, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:33 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e3f6807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:33 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:33 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:33 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143c5f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143c608: 0x55b6f143c560) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143c5f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143c5f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:34 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 2025-10-03 23:57:34 Thread 437 (Thread 0x7fc4e376e640 (LWP 434) "BgSchPool"): 2025-10-03 23:57:34 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:34 ec = 2025-10-03 23:57:34 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:34 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:34 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143ca50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:34 thread_status = { = { = {}, }, thread_id = 434, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e3766c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346v\343\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e3766e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nv\343\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e3766ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e3766e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:34 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:34 arguments = 2025-10-03 23:57:34 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143ca50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:34 __f = 0x55b6f143ca50 2025-10-03 23:57:34 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e3766f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #16 std::__1::function::operator() (this=0x7fc4e3766f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143c840) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\312C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143ca50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e3766fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503429019, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:34 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e376707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143c8d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143c8e8: 0x55b6f143c840) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143c8d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143c8d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:34 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 2025-10-03 23:57:34 Thread 436 (Thread 0x7fc4e2f6d640 (LWP 435) "BgSchPool"): 2025-10-03 23:57:34 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:34 ec = 2025-10-03 23:57:34 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:34 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:34 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143cd30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:34 thread_status = { = { = {}, }, thread_id = 435, os_thread_priority = 0, performance_counters = {counters = 0x7fc59c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc59c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e2f65c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\366\342\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e2f65e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\366\342\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e2f65ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e2f65e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc59c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:34 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:34 arguments = 2025-10-03 23:57:34 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143cd30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:34 __f = 0x55b6f143cd30 2025-10-03 23:57:34 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e2f65f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #16 std::__1::function::operator() (this=0x7fc4e2f65f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143cb20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\315C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143cd30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e2f65fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503477069, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:34 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e2f6607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143cbb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143cbc8: 0x55b6f143cb20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143cbb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143cbb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:34 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 2025-10-03 23:57:34 Thread 435 (Thread 0x7fc4e276c640 (LWP 436) "BgSchPool"): 2025-10-03 23:57:34 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:34 ec = 2025-10-03 23:57:34 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:34 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:34 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143d010) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:34 thread_status = { = { = {}, }, thread_id = 436, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e2764c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9720, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306v\342\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e2764e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nv\342\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e2764ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e2764e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:34 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:34 arguments = 2025-10-03 23:57:34 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143d010) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:34 __f = 0x55b6f143d010 2025-10-03 23:57:34 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e2764f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #16 std::__1::function::operator() (this=0x7fc4e2764f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143ce00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\320C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143d010}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e2764fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503524278, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:34 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e276507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143ce98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143cea8: 0x55b6f143ce00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143ce90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143ce90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:34 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 2025-10-03 23:57:34 Thread 434 (Thread 0x7fc4e1f6b640 (LWP 437) "BgSchPool"): 2025-10-03 23:57:34 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:34 ec = 2025-10-03 23:57:34 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:34 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:34 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143d2f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:34 thread_status = { = { = {}, }, thread_id = 437, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e1f63c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11536, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\366\341\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e1f63e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\366\341\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e1f63ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e1f63e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:34 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:34 arguments = 2025-10-03 23:57:34 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143d2f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:34 __f = 0x55b6f143d2f0 2025-10-03 23:57:34 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e1f63f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #16 std::__1::function::operator() (this=0x7fc4e1f63f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143d0e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\322C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143d2f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e1f63fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503567258, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:34 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e1f6407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143d178: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143d188: 0x55b6f143d0e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143d170) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143d170}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:34 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 2025-10-03 23:57:34 Thread 433 (Thread 0x7fc4e176a640 (LWP 438) "BgSchPool"): 2025-10-03 23:57:34 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:34 ec = 2025-10-03 23:57:34 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:34 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:34 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143d5d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:34 thread_status = { = { = {}, }, thread_id = 438, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e1762c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11736, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246v\341\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e1762e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.v\341\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e1762ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e1762e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:34 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:34 arguments = 2025-10-03 23:57:34 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143d5d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:34 __f = 0x55b6f143d5d0 2025-10-03 23:57:34 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e1762f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #16 std::__1::function::operator() (this=0x7fc4e1762f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143d3c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\325C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143d5d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e1762fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503614707, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:34 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e176307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143d458: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143d468: 0x55b6f143d3c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143d450) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143d450}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:34 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 2025-10-03 23:57:34 Thread 432 (Thread 0x7fc4e0f69640 (LWP 439) "BgSchPool"): 2025-10-03 23:57:34 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:34 ec = 2025-10-03 23:57:34 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:34 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:34 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143d8b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:34 thread_status = { = { = {}, }, thread_id = 439, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e0f61c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11792, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\366\340\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e0f61e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\366\340\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e0f61ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e0f61e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:34 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:34 arguments = 2025-10-03 23:57:34 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143d8b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:34 __f = 0x55b6f143d8b0 2025-10-03 23:57:34 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e0f61f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #16 std::__1::function::operator() (this=0x7fc4e0f61f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143d6a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\330C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143d8b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e0f61fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503666916, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:34 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e0f6207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143d738: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143d748: 0x55b6f143d6a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143d730) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143d730}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:34 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 2025-10-03 23:57:34 Thread 431 (Thread 0x7fc4e0768640 (LWP 440) "BgSchPool"): 2025-10-03 23:57:34 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:34 ec = 2025-10-03 23:57:34 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:34 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:34 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143db90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:34 thread_status = { = { = {}, }, thread_id = 440, os_thread_priority = 0, performance_counters = {counters = 0x7fc5bc003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5bc003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4e0760c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11624, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206v\340\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e0760e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016v\340\304\177\000\000\036,\243϶U\000", __large = 0x7fc4e0760ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e0760e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5bc005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:34 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:34 arguments = 2025-10-03 23:57:34 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143db90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:34 __f = 0x55b6f143db90 2025-10-03 23:57:34 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4e0760f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #16 std::__1::function::operator() (this=0x7fc4e0760f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143d980) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\333C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143db90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e0760fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503714755, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:34 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4e076107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143da18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143da28: 0x55b6f143d980) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143da10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143da10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:34 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 2025-10-03 23:57:34 Thread 430 (Thread 0x7fc4dff67640 (LWP 441) "BgSchPool"): 2025-10-03 23:57:34 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:34 ec = 2025-10-03 23:57:34 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:34 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:34 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143de70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:34 thread_status = { = { = {}, }, thread_id = 441, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4dff5fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9736, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\366\337\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dff5fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\365\337\304\177\000\000\036,\243϶U\000", __large = 0x7fc4dff5fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dff5fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:34 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:34 arguments = 2025-10-03 23:57:34 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143de70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:34 __f = 0x55b6f143de70 2025-10-03 23:57:34 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4dff5ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #16 std::__1::function::operator() (this=0x7fc4dff5ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143dc60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\336C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143de70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dff5ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503775268, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:34 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dff6007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143dcf8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143dd08: 0x55b6f143dc60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143dcf0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:34 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143dcf0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:34 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 2025-10-03 23:57:34 Thread 429 (Thread 0x7fc4df766640 (LWP 442) "BgSchPool"): 2025-10-03 23:57:34 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:34 No symbol table info available. 2025-10-03 23:57:34 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:34 ec = 2025-10-03 23:57:34 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:34 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:34 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:34 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143e150) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:34 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:34 thread_status = { = { = {}, }, thread_id = 442, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4df75ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fv\337\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4df75ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356u\337\304\177\000\000\036,\243϶U\000", __large = 0x7fc4df75eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4df75ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:34 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:34 arguments = 2025-10-03 23:57:34 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143e150) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:34 __f = 0x55b6f143e150 2025-10-03 23:57:34 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4df75ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #16 std::__1::function::operator() (this=0x7fc4df75ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143df40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:34 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\341C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143e150}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4df75efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503828899, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:34 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4df75f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:34 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:34 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:34 job_is_done = 2025-10-03 23:57:34 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143dfd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143dfe8: 0x55b6f143df40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:34 No locals. 2025-10-03 23:57:34 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143dfd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143dfd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:35 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 2025-10-03 23:57:35 Thread 428 (Thread 0x7fc4def65640 (LWP 443) "BgSchPool"): 2025-10-03 23:57:35 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:35 ec = 2025-10-03 23:57:35 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:35 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:35 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143e430) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:35 thread_status = { = { = {}, }, thread_id = 443, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4def5dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8632, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\366\336\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4def5de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\365\336\304\177\000\000\036,\243϶U\000", __large = 0x7fc4def5dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4def5de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:35 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:35 arguments = 2025-10-03 23:57:35 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143e430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:35 __f = 0x55b6f143e430 2025-10-03 23:57:35 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4def5df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #16 std::__1::function::operator() (this=0x7fc4def5df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143e220) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\344C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143e430}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4def5dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503883482, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:35 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4def5e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_is_done = 2025-10-03 23:57:35 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143e2b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143e2c8: 0x55b6f143e220) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143e2b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143e2b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:35 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 2025-10-03 23:57:35 Thread 427 (Thread 0x7fc4de764640 (LWP 444) "BgSchPool"): 2025-10-03 23:57:35 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:35 ec = 2025-10-03 23:57:35 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:35 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:35 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143e710) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:35 thread_status = { = { = {}, }, thread_id = 444, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4de75cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fv\336\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4de75ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316u\336\304\177\000\000\036,\243϶U\000", __large = 0x7fc4de75cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4de75ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:35 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:35 arguments = 2025-10-03 23:57:35 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143e710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:35 __f = 0x55b6f143e710 2025-10-03 23:57:35 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4de75cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #16 std::__1::function::operator() (this=0x7fc4de75cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143e500) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\347C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143e710}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4de75cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144503935850, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:35 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4de75d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_is_done = 2025-10-03 23:57:35 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143e598: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143e5a8: 0x55b6f143e500) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143e590) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143e590}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:35 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 2025-10-03 23:57:35 Thread 426 (Thread 0x7fc4ddf63640 (LWP 445) "BgSchPool"): 2025-10-03 23:57:35 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:35 ec = 2025-10-03 23:57:35 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:35 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:35 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143e9f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:35 thread_status = { = { = {}, }, thread_id = 445, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ddf5bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\366\335\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ddf5be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\365\335\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ddf5bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ddf5be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:35 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:35 arguments = 2025-10-03 23:57:35 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143e9f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:35 __f = 0x55b6f143e9f0 2025-10-03 23:57:35 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ddf5bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #16 std::__1::function::operator() (this=0x7fc4ddf5bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143e7e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\351C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143e9f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ddf5bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504008846, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:35 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ddf5c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_is_done = 2025-10-03 23:57:35 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143e878: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143e888: 0x55b6f143e7e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143e870) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143e870}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:35 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 2025-10-03 23:57:35 Thread 425 (Thread 0x7fc4dd762640 (LWP 446) "BgSchPool"): 2025-10-03 23:57:35 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:35 ec = 2025-10-03 23:57:35 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:35 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:35 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143ecd0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:35 thread_status = { = { = {}, }, thread_id = 446, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4dd75ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&v\335\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dd75ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256u\335\304\177\000\000\036,\243϶U\000", __large = 0x7fc4dd75aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dd75ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:35 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:35 arguments = 2025-10-03 23:57:35 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143ecd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:35 __f = 0x55b6f143ecd0 2025-10-03 23:57:35 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4dd75af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #16 std::__1::function::operator() (this=0x7fc4dd75af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143eac0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\354C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143ecd0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dd75afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504061075, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:35 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dd75b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_is_done = 2025-10-03 23:57:35 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143eb58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143eb68: 0x55b6f143eac0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143eb50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143eb50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:35 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 2025-10-03 23:57:35 Thread 424 (Thread 0x7fc4dcf61640 (LWP 447) "BgSchPool"): 2025-10-03 23:57:35 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:35 ec = 2025-10-03 23:57:35 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:35 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:35 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143efb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:35 thread_status = { = { = {}, }, thread_id = 447, os_thread_priority = 0, performance_counters = {counters = 0x7fc5dc003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5dc003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4dcf59c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\366\334\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dcf59e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\365\334\304\177\000\000\036,\243϶U\000", __large = 0x7fc4dcf59ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dcf59e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5dc005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:35 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:35 arguments = 2025-10-03 23:57:35 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143efb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:35 __f = 0x55b6f143efb0 2025-10-03 23:57:35 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4dcf59f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #16 std::__1::function::operator() (this=0x7fc4dcf59f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143eda0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\357C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143efb0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dcf59fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504114555, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:35 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dcf5a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_is_done = 2025-10-03 23:57:35 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143ee38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143ee48: 0x55b6f143eda0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143ee30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143ee30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:35 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 2025-10-03 23:57:35 Thread 423 (Thread 0x7fc4dc760640 (LWP 448) "BgSchPool"): 2025-10-03 23:57:35 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:35 ec = 2025-10-03 23:57:35 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:35 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:35 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143f290) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:35 thread_status = { = { = {}, }, thread_id = 448, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4dc758c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9872, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006v\334\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dc758e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216u\334\304\177\000\000\036,\243϶U\000", __large = 0x7fc4dc758ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dc758e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:35 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:35 arguments = 2025-10-03 23:57:35 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143f290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:35 __f = 0x55b6f143f290 2025-10-03 23:57:35 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4dc758f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #16 std::__1::function::operator() (this=0x7fc4dc758f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143f080) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\362C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143f290}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dc758fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504166472, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:35 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dc75907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_is_done = 2025-10-03 23:57:35 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143f118: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143f128: 0x55b6f143f080) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143f110) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143f110}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:35 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 2025-10-03 23:57:35 Thread 422 (Thread 0x7fc4dbf5f640 (LWP 449) "BgSchPool"): 2025-10-03 23:57:35 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:35 ec = 2025-10-03 23:57:35 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:35 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:35 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143f570) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:35 thread_status = { = { = {}, }, thread_id = 449, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4dbf57c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12752, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\365\333\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dbf57e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\365\333\304\177\000\000\036,\243϶U\000", __large = 0x7fc4dbf57ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dbf57e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:35 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:35 arguments = 2025-10-03 23:57:35 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143f570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:35 __f = 0x55b6f143f570 2025-10-03 23:57:35 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4dbf57f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #16 std::__1::function::operator() (this=0x7fc4dbf57f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143f360) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\365C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143f570}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dbf57fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504226625, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:35 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4dbf5807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_is_done = 2025-10-03 23:57:35 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143f3f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143f408: 0x55b6f143f360) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143f3f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143f3f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:35 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 2025-10-03 23:57:35 Thread 421 (Thread 0x7fc4db75e640 (LWP 450) "BgSchPool"): 2025-10-03 23:57:35 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:35 ec = 2025-10-03 23:57:35 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:35 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:35 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143f850) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:35 thread_status = { = { = {}, }, thread_id = 450, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4db756c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11832, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346u\333\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4db756e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nu\333\304\177\000\000\036,\243϶U\000", __large = 0x7fc4db756ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4db756e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:35 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:35 arguments = 2025-10-03 23:57:35 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143f850) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:35 __f = 0x55b6f143f850 2025-10-03 23:57:35 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4db756f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #16 std::__1::function::operator() (this=0x7fc4db756f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143f640) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\370C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143f850}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4db756fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504276328, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:35 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4db75707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_is_done = 2025-10-03 23:57:35 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143f6d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143f6e8: 0x55b6f143f640) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143f6d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:35 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143f6d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:35 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 2025-10-03 23:57:35 Thread 420 (Thread 0x7fc4daf5d640 (LWP 451) "BgSchPool"): 2025-10-03 23:57:35 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:35 No symbol table info available. 2025-10-03 23:57:35 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:35 ec = 2025-10-03 23:57:35 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:35 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:35 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:35 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143fb30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:35 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:35 thread_status = { = { = {}, }, thread_id = 451, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4daf55c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11592, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\365\332\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4daf55e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\365\332\304\177\000\000\036,\243϶U\000", __large = 0x7fc4daf55ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4daf55e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:35 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:35 arguments = 2025-10-03 23:57:35 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143fb30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:35 __f = 0x55b6f143fb30 2025-10-03 23:57:35 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4daf55f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #16 std::__1::function::operator() (this=0x7fc4daf55f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:35 No locals. 2025-10-03 23:57:35 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143f920) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:35 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\373C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143fb30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4daf55fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504325681, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:35 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4daf5607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:35 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:35 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:35 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143f9b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143f9c8: 0x55b6f143f920) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143f9b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143f9b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 419 (Thread 0x7fc4da75c640 (LWP 452) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f143fe10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 452, os_thread_priority = 0, performance_counters = {counters = 0x7fc5ec003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5ec003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4da754c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306u\332\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4da754e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nu\332\304\177\000\000\036,\243϶U\000", __large = 0x7fc4da754ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4da754e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5ec005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f143fe10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f143fe10 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4da754f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4da754f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143fc00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\376C\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f143fe10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4da754fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504376366, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:36 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4da75507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143fc98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143fca8: 0x55b6f143fc00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143fc90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143fc90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 418 (Thread 0x7fc4d9f5b640 (LWP 453) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14400f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 453, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d9f53c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9688, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\365\331\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d9f53e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\365\331\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d9f53ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d9f53e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14400f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f14400f0 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d9f53f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4d9f53f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f143fee0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\000D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14400f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d9f53fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504432641, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:36 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d9f5407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f143ff78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f143ff88: 0x55b6f143fee0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f143ff70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f143ff70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 417 (Thread 0x7fc4d975a640 (LWP 454) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14403d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 454, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d9752c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246u\331\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d9752e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.u\331\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d9752ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d9752e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14403d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f14403d0 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d9752f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4d9752f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14401c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\003D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14403d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d9752fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504545022, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:36 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d975307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1440258: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1440268: 0x55b6f14401c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1440250) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1440250}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 416 (Thread 0x7fc4d8f59640 (LWP 455) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14406b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 455, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d8f51c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\365\330\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d8f51e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\365\330\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d8f51ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d8f51e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14406b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f14406b0 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d8f51f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4d8f51f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14404a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\006D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14406b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d8f51fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504604483, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:36 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d8f5207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1440538: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1440548: 0x55b6f14404a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1440530) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1440530}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 415 (Thread 0x7fc4d8758640 (LWP 456) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1440990) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 456, os_thread_priority = 0, performance_counters = {counters = 0x7fc600003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc600003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d8750c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206u\330\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d8750e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016u\330\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d8750ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d8750e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc600005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1440990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f1440990 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d8750f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4d8750f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1440780) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\tD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1440990}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d8750fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504670017, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:36 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d875107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1440818: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1440828: 0x55b6f1440780) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1440810) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1440810}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 414 (Thread 0x7fc4d7f57640 (LWP 457) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1440c70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 457, os_thread_priority = 0, performance_counters = {counters = 0x7fc608003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc608003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d7f4fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 14024, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\365\327\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d7f4fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\364\327\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d7f4fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d7f4fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc608005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1440c70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f1440c70 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d7f4ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4d7f4ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1440a60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\fD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1440c70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d7f4ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504728446, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:36 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d7f5007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1440af8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1440b08: 0x55b6f1440a60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1440af0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1440af0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 413 (Thread 0x7fc4d7756640 (LWP 458) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1440f50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 458, os_thread_priority = 0, performance_counters = {counters = 0x7fc60c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc60c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d774ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11464, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fu\327\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d774ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356t\327\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d774eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d774ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc60c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1440f50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f1440f50 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d774ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4d774ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1440d40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\017D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1440f50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d774efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504809939, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:36 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d774f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1440dd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1440de8: 0x55b6f1440d40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1440dd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1440dd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 412 (Thread 0x7fc4d6f55640 (LWP 459) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1441230) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 459, os_thread_priority = 0, performance_counters = {counters = 0x7fc610003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc610003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d6f4dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13664, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\365\326\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d6f4de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\364\326\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d6f4dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d6f4de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc610005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1441230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f1441230 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d6f4df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4d6f4df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1441020) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\022D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1441230}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d6f4dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504882665, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:36 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d6f4e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14410b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14410c8: 0x55b6f1441020) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14410b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14410b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 411 (Thread 0x7fc4d6754640 (LWP 460) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1441510) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 460, os_thread_priority = 0, performance_counters = {counters = 0x7fc61c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc61c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d674cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fu\326\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d674ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316t\326\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d674cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d674ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc61c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1441510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f1441510 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d674cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4d674cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1441300) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\025D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1441510}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d674cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144504940914, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:36 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d674d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:36 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:36 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_is_done = 2025-10-03 23:57:36 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1441398: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14413a8: 0x55b6f1441300) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1441390) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:36 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1441390}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:36 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 2025-10-03 23:57:36 Thread 410 (Thread 0x7fc4d5f53640 (LWP 461) "BgSchPool"): 2025-10-03 23:57:36 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:36 No symbol table info available. 2025-10-03 23:57:36 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:36 ec = 2025-10-03 23:57:36 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:36 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:36 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:36 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14417f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:36 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:36 thread_status = { = { = {}, }, thread_id = 461, os_thread_priority = 0, performance_counters = {counters = 0x7fc624003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc624003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d5f4bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13368, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\365\325\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d5f4be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\364\325\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d5f4bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d5f4be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc624005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:36 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:36 arguments = 2025-10-03 23:57:36 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14417f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:36 __f = 0x55b6f14417f0 2025-10-03 23:57:36 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d5f4bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #16 std::__1::function::operator() (this=0x7fc4d5f4bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:36 No locals. 2025-10-03 23:57:36 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14415e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:36 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:36 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\027D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14417f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d5f4bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505037996, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d5f4c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1441678: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1441688: 0x55b6f14415e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1441670) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1441670}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:37 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 2025-10-03 23:57:37 Thread 409 (Thread 0x7fc4d5752640 (LWP 462) "BgSchPool"): 2025-10-03 23:57:37 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:37 ec = 2025-10-03 23:57:37 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:37 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:37 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1441ad0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:37 thread_status = { = { = {}, }, thread_id = 462, os_thread_priority = 0, performance_counters = {counters = 0x7fc618003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc618003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d574ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&u\325\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d574ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256t\325\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d574aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d574ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc618005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:37 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:37 arguments = 2025-10-03 23:57:37 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1441ad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:37 __f = 0x55b6f1441ad0 2025-10-03 23:57:37 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d574af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #16 std::__1::function::operator() (this=0x7fc4d574af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14418c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\032D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1441ad0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d574afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505090746, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d574b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1441958: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1441968: 0x55b6f14418c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1441950) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1441950}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:37 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 2025-10-03 23:57:37 Thread 408 (Thread 0x7fc4d4f51640 (LWP 463) "BgSchPool"): 2025-10-03 23:57:37 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:37 ec = 2025-10-03 23:57:37 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:37 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:37 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1441db0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:37 thread_status = { = { = {}, }, thread_id = 463, os_thread_priority = 0, performance_counters = {counters = 0x7fc620003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc620003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d4f49c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9784, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\365\324\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d4f49e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\364\324\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d4f49ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d4f49e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc620005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:37 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:37 arguments = 2025-10-03 23:57:37 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1441db0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:37 __f = 0x55b6f1441db0 2025-10-03 23:57:37 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d4f49f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #16 std::__1::function::operator() (this=0x7fc4d4f49f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1441ba0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\035D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1441db0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d4f49fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505142823, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d4f4a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1441c38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1441c48: 0x55b6f1441ba0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1441c30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1441c30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:37 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 2025-10-03 23:57:37 Thread 407 (Thread 0x7fc4d4750640 (LWP 464) "BgSchPool"): 2025-10-03 23:57:37 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:37 ec = 2025-10-03 23:57:37 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:37 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:37 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1442090) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:37 thread_status = { = { = {}, }, thread_id = 464, os_thread_priority = 0, performance_counters = {counters = 0x7fc62c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc62c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d4748c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26960, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006u\324\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d4748e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216t\324\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d4748ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d4748e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc62c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:37 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:37 arguments = 2025-10-03 23:57:37 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1442090) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:37 __f = 0x55b6f1442090 2025-10-03 23:57:37 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d4748f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #16 std::__1::function::operator() (this=0x7fc4d4748f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1441e80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220 D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1442090}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d4748fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505202184, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d474907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1441f18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1441f28: 0x55b6f1441e80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1441f10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1441f10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:37 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 2025-10-03 23:57:37 Thread 406 (Thread 0x7fc4d3f4f640 (LWP 465) "BgSchPool"): 2025-10-03 23:57:37 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:37 ec = 2025-10-03 23:57:37 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:37 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:37 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1442370) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:37 thread_status = { = { = {}, }, thread_id = 465, os_thread_priority = 0, performance_counters = {counters = 0x7fc628003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc628003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d3f47c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\364\323\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d3f47e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\364\323\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d3f47ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d3f47e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc628005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:37 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:37 arguments = 2025-10-03 23:57:37 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1442370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:37 __f = 0x55b6f1442370 2025-10-03 23:57:37 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d3f47f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #16 std::__1::function::operator() (this=0x7fc4d3f47f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1442160) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p#D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1442370}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d3f47fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505253641, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d3f4807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14421f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1442208: 0x55b6f1442160) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14421f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14421f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:37 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 2025-10-03 23:57:37 Thread 405 (Thread 0x7fc4d374e640 (LWP 466) "BgSchPool"): 2025-10-03 23:57:37 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:37 ec = 2025-10-03 23:57:37 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:37 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:37 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1442650) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:37 thread_status = { = { = {}, }, thread_id = 466, os_thread_priority = 0, performance_counters = {counters = 0x7fc630003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc630003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d3746c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8512, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346t\323\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d3746e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nt\323\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d3746ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d3746e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc630005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:37 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:37 arguments = 2025-10-03 23:57:37 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1442650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:37 __f = 0x55b6f1442650 2025-10-03 23:57:37 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d3746f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #16 std::__1::function::operator() (this=0x7fc4d3746f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1442440) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P&D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1442650}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d3746fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505305388, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d374707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14424d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14424e8: 0x55b6f1442440) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14424d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14424d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:37 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 2025-10-03 23:57:37 Thread 404 (Thread 0x7fc4d2f4d640 (LWP 467) "BgSchPool"): 2025-10-03 23:57:37 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:37 ec = 2025-10-03 23:57:37 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:37 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:37 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1442930) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:37 thread_status = { = { = {}, }, thread_id = 467, os_thread_priority = 0, performance_counters = {counters = 0x7fc64c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc64c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d2f45c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9992, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\364\322\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d2f45e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\364\322\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d2f45ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d2f45e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc64c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:37 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:37 arguments = 2025-10-03 23:57:37 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1442930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:37 __f = 0x55b6f1442930 2025-10-03 23:57:37 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d2f45f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #16 std::__1::function::operator() (this=0x7fc4d2f45f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1442720) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0)D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1442930}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d2f45fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505355672, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d2f4607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14427b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14427c8: 0x55b6f1442720) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14427b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14427b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:37 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 2025-10-03 23:57:37 Thread 403 (Thread 0x7fc4d274c640 (LWP 468) "BgSchPool"): 2025-10-03 23:57:37 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:37 ec = 2025-10-03 23:57:37 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:37 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:37 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1442c10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:37 thread_status = { = { = {}, }, thread_id = 468, os_thread_priority = 0, performance_counters = {counters = 0x7fc63c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc63c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d2744c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12976, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306t\322\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d2744e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nt\322\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d2744ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d2744e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc63c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:37 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:37 arguments = 2025-10-03 23:57:37 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1442c10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:37 __f = 0x55b6f1442c10 2025-10-03 23:57:37 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d2744f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #16 std::__1::function::operator() (this=0x7fc4d2744f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1442a00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020,D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1442c10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d2744fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505404053, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d274507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1442a98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1442aa8: 0x55b6f1442a00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1442a90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1442a90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:37 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 2025-10-03 23:57:37 Thread 402 (Thread 0x7fc4d1f4b640 (LWP 469) "BgSchPool"): 2025-10-03 23:57:37 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:37 ec = 2025-10-03 23:57:37 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:37 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:37 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1442ef0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:37 thread_status = { = { = {}, }, thread_id = 469, os_thread_priority = 0, performance_counters = {counters = 0x7fc638003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc638003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d1f43c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20552, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\364\321\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d1f43e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\364\321\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d1f43ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d1f43e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc638005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:37 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:37 arguments = 2025-10-03 23:57:37 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1442ef0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:37 __f = 0x55b6f1442ef0 2025-10-03 23:57:37 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d1f43f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #16 std::__1::function::operator() (this=0x7fc4d1f43f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1442ce0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360.D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1442ef0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d1f43fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505459277, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d1f4407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1442d78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1442d88: 0x55b6f1442ce0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1442d70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:37 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1442d70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:37 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 2025-10-03 23:57:37 Thread 401 (Thread 0x7fc4d174a640 (LWP 470) "BgSchPool"): 2025-10-03 23:57:37 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:37 No symbol table info available. 2025-10-03 23:57:37 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:37 ec = 2025-10-03 23:57:37 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:37 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:37 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:37 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14431d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:37 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:37 thread_status = { = { = {}, }, thread_id = 470, os_thread_priority = 0, performance_counters = {counters = 0x7fc640003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc640003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d1742c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11784, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246t\321\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d1742e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.t\321\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d1742ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d1742e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc640005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:37 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:37 arguments = 2025-10-03 23:57:37 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14431d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:37 __f = 0x55b6f14431d0 2025-10-03 23:57:37 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d1742f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #16 std::__1::function::operator() (this=0x7fc4d1742f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1442fc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:37 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3201D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14431d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d1742fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505511254, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:37 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d174307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:37 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:37 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:37 job_is_done = 2025-10-03 23:57:37 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1443058: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1443068: 0x55b6f1442fc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:37 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:37 No locals. 2025-10-03 23:57:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1443050) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1443050}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:38 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 2025-10-03 23:57:38 Thread 400 (Thread 0x7fc4d0f49640 (LWP 471) "BgSchPool"): 2025-10-03 23:57:38 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:38 ec = 2025-10-03 23:57:38 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:38 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:38 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14434b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:38 thread_status = { = { = {}, }, thread_id = 471, os_thread_priority = 0, performance_counters = {counters = 0x7fc644003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc644003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d0f41c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\364\320\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d0f41e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\364\320\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d0f41ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d0f41e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc644005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:38 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:38 arguments = 2025-10-03 23:57:38 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14434b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:38 __f = 0x55b6f14434b0 2025-10-03 23:57:38 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d0f41f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #16 std::__1::function::operator() (this=0x7fc4d0f41f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14432a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2604D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14434b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d0f41fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505564173, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:38 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d0f4207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_is_done = 2025-10-03 23:57:38 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1443338: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1443348: 0x55b6f14432a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1443330) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1443330}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:38 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 2025-10-03 23:57:38 Thread 399 (Thread 0x7fc4d0748640 (LWP 472) "BgSchPool"): 2025-10-03 23:57:38 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:38 ec = 2025-10-03 23:57:38 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:38 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:38 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1443790) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:38 thread_status = { = { = {}, }, thread_id = 472, os_thread_priority = 0, performance_counters = {counters = 0x7fc648003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc648003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4d0740c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206t\320\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d0740e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016t\320\304\177\000\000\036,\243϶U\000", __large = 0x7fc4d0740ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d0740e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc648005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:38 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:38 arguments = 2025-10-03 23:57:38 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1443790) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:38 __f = 0x55b6f1443790 2025-10-03 23:57:38 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4d0740f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #16 std::__1::function::operator() (this=0x7fc4d0740f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1443580) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2207D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1443790}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d0740fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505618275, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:38 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4d074107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_is_done = 2025-10-03 23:57:38 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1443618: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1443628: 0x55b6f1443580) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1443610) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1443610}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:38 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 2025-10-03 23:57:38 Thread 398 (Thread 0x7fc4cff47640 (LWP 473) "BgSchPool"): 2025-10-03 23:57:38 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:38 ec = 2025-10-03 23:57:38 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:38 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:38 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1443a70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:38 thread_status = { = { = {}, }, thread_id = 473, os_thread_priority = 0, performance_counters = {counters = 0x7fc650003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc650003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4cff3fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\364\317\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cff3fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\363\317\304\177\000\000\036,\243϶U\000", __large = 0x7fc4cff3fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cff3fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc650005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:38 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:38 arguments = 2025-10-03 23:57:38 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1443a70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:38 __f = 0x55b6f1443a70 2025-10-03 23:57:38 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4cff3ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #16 std::__1::function::operator() (this=0x7fc4cff3ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1443860) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p:D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1443a70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cff3ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505668729, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:38 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cff4007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_is_done = 2025-10-03 23:57:38 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14438f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1443908: 0x55b6f1443860) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14438f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14438f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:38 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 2025-10-03 23:57:38 Thread 397 (Thread 0x7fc4cf746640 (LWP 474) "BgSchPool"): 2025-10-03 23:57:38 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:38 ec = 2025-10-03 23:57:38 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:38 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:38 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1443d50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:38 thread_status = { = { = {}, }, thread_id = 474, os_thread_priority = 0, performance_counters = {counters = 0x7fc65c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc65c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4cf73ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@ft\317\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cf73ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356s\317\304\177\000\000\036,\243϶U\000", __large = 0x7fc4cf73eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cf73ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc65c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:38 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:38 arguments = 2025-10-03 23:57:38 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1443d50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:38 __f = 0x55b6f1443d50 2025-10-03 23:57:38 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4cf73ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #16 std::__1::function::operator() (this=0x7fc4cf73ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1443b40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P=D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1443d50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cf73efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505722631, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:38 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cf73f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_is_done = 2025-10-03 23:57:38 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1443bd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1443be8: 0x55b6f1443b40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1443bd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1443bd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:38 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 2025-10-03 23:57:38 Thread 396 (Thread 0x7fc4cef45640 (LWP 475) "BgSchPool"): 2025-10-03 23:57:38 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:38 ec = 2025-10-03 23:57:38 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:38 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:38 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1444030) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:38 thread_status = { = { = {}, }, thread_id = 475, os_thread_priority = 0, performance_counters = {counters = 0x7fc658003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc658003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4cef3dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20536, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\364\316\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cef3de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\363\316\304\177\000\000\036,\243϶U\000", __large = 0x7fc4cef3dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cef3de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc658005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:38 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:38 arguments = 2025-10-03 23:57:38 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1444030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:38 __f = 0x55b6f1444030 2025-10-03 23:57:38 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4cef3df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #16 std::__1::function::operator() (this=0x7fc4cef3df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1443e20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0@D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1444030}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cef3dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505781591, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:38 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cef3e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_is_done = 2025-10-03 23:57:38 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1443eb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1443ec8: 0x55b6f1443e20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1443eb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1443eb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:38 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 2025-10-03 23:57:38 Thread 395 (Thread 0x7fc4ce744640 (LWP 476) "BgSchPool"): 2025-10-03 23:57:38 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:38 ec = 2025-10-03 23:57:38 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:38 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:38 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1444310) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:38 thread_status = { = { = {}, }, thread_id = 476, os_thread_priority = 0, performance_counters = {counters = 0x7fc664003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc664003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ce73cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26696, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Ft\316\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ce73ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316s\316\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ce73cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ce73ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc664005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:38 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:38 arguments = 2025-10-03 23:57:38 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1444310) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:38 __f = 0x55b6f1444310 2025-10-03 23:57:38 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ce73cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #16 std::__1::function::operator() (this=0x7fc4ce73cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1444100) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020CD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1444310}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ce73cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505841554, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:38 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ce73d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_is_done = 2025-10-03 23:57:38 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1444198: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14441a8: 0x55b6f1444100) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1444190) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:38 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1444190}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:38 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 2025-10-03 23:57:38 Thread 394 (Thread 0x7fc4cdf43640 (LWP 477) "BgSchPool"): 2025-10-03 23:57:38 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:38 No symbol table info available. 2025-10-03 23:57:38 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:38 ec = 2025-10-03 23:57:38 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:38 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:38 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:38 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14445f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:38 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:38 thread_status = { = { = {}, }, thread_id = 477, os_thread_priority = 0, performance_counters = {counters = 0x7fc660003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc660003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4cdf3bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\364\315\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cdf3be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\363\315\304\177\000\000\036,\243϶U\000", __large = 0x7fc4cdf3bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cdf3be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc660005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:38 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:38 arguments = 2025-10-03 23:57:38 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14445f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:38 __f = 0x55b6f14445f0 2025-10-03 23:57:38 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4cdf3bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #16 std::__1::function::operator() (this=0x7fc4cdf3bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14443e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:38 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360ED\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14445f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cdf3bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505890194, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:38 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cdf3c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:38 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:38 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:38 job_is_done = 2025-10-03 23:57:38 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1444478: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1444488: 0x55b6f14443e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:38 No locals. 2025-10-03 23:57:38 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1444470) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1444470}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:39 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 2025-10-03 23:57:39 Thread 393 (Thread 0x7fc4cd742640 (LWP 478) "BgSchPool"): 2025-10-03 23:57:39 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:39 ec = 2025-10-03 23:57:39 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:39 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:39 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14448d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:39 thread_status = { = { = {}, }, thread_id = 478, os_thread_priority = 0, performance_counters = {counters = 0x7fc668003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc668003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4cd73ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&t\315\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cd73ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256s\315\304\177\000\000\036,\243϶U\000", __large = 0x7fc4cd73aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cd73ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc668005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144716318100, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:39 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:39 arguments = 2025-10-03 23:57:39 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14448d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:39 __f = 0x55b6f14448d0 2025-10-03 23:57:39 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4cd73af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #16 std::__1::function::operator() (this=0x7fc4cd73af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14446c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320HD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14448d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cd73afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144505947612, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:39 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cd73b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_is_done = 2025-10-03 23:57:39 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1444758: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1444768: 0x55b6f14446c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1444750) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1444750}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:39 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 2025-10-03 23:57:39 Thread 392 (Thread 0x7fc4ccf41640 (LWP 479) "BgSchPool"): 2025-10-03 23:57:39 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:39 ec = 2025-10-03 23:57:39 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:39 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:39 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1444bb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:39 thread_status = { = { = {}, }, thread_id = 479, os_thread_priority = 0, performance_counters = {counters = 0x7fc670003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc670003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ccf39c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\364\314\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ccf39e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\363\314\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ccf39ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ccf39e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc670005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:39 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:39 arguments = 2025-10-03 23:57:39 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1444bb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:39 __f = 0x55b6f1444bb0 2025-10-03 23:57:39 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ccf39f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #16 std::__1::function::operator() (this=0x7fc4ccf39f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14449a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260KD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1444bb0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ccf39fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506018836, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:39 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ccf3a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_is_done = 2025-10-03 23:57:39 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1444a38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1444a48: 0x55b6f14449a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1444a30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1444a30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:39 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 2025-10-03 23:57:39 Thread 391 (Thread 0x7fc4cc740640 (LWP 480) "BgSchPool"): 2025-10-03 23:57:39 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:39 ec = 2025-10-03 23:57:39 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:39 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:39 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1444e90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:39 thread_status = { = { = {}, }, thread_id = 480, os_thread_priority = 0, performance_counters = {counters = 0x7fc674003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc674003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4cc738c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18680, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006t\314\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cc738e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216s\314\304\177\000\000\036,\243϶U\000", __large = 0x7fc4cc738ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cc738e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc674005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:39 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:39 arguments = 2025-10-03 23:57:39 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1444e90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:39 __f = 0x55b6f1444e90 2025-10-03 23:57:39 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4cc738f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #16 std::__1::function::operator() (this=0x7fc4cc738f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1444c80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220ND\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1444e90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cc738fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506095810, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:39 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cc73907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_is_done = 2025-10-03 23:57:39 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1444d18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1444d28: 0x55b6f1444c80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1444d10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1444d10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:39 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 2025-10-03 23:57:39 Thread 390 (Thread 0x7fc4cbf3f640 (LWP 481) "BgSchPool"): 2025-10-03 23:57:39 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:39 ec = 2025-10-03 23:57:39 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:39 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:39 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1445170) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:39 thread_status = { = { = {}, }, thread_id = 481, os_thread_priority = 0, performance_counters = {counters = 0x7fc67c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc67c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4cbf37c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 7440, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\363\313\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cbf37e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\363\313\304\177\000\000\036,\243϶U\000", __large = 0x7fc4cbf37ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cbf37e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc67c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:39 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:39 arguments = 2025-10-03 23:57:39 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1445170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:39 __f = 0x55b6f1445170 2025-10-03 23:57:39 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4cbf37f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #16 std::__1::function::operator() (this=0x7fc4cbf37f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1444f60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "pQD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1445170}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cbf37fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506150402, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:39 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cbf3807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_is_done = 2025-10-03 23:57:39 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1444ff8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1445008: 0x55b6f1444f60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1444ff0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1444ff0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:39 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 2025-10-03 23:57:39 Thread 389 (Thread 0x7fc4cb73e640 (LWP 482) "BgSchPool"): 2025-10-03 23:57:39 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:39 ec = 2025-10-03 23:57:39 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:39 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:39 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1445450) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:39 thread_status = { = { = {}, }, thread_id = 482, os_thread_priority = 0, performance_counters = {counters = 0x7fc678003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc678003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4cb736c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20632, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346s\313\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cb736e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300ns\313\304\177\000\000\036,\243϶U\000", __large = 0x7fc4cb736ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cb736e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc678005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:39 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:39 arguments = 2025-10-03 23:57:39 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1445450) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:39 __f = 0x55b6f1445450 2025-10-03 23:57:39 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4cb736f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #16 std::__1::function::operator() (this=0x7fc4cb736f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1445240) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "PTD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1445450}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cb736fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506199906, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:39 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4cb73707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_is_done = 2025-10-03 23:57:39 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14452d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14452e8: 0x55b6f1445240) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14452d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14452d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:39 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 2025-10-03 23:57:39 Thread 388 (Thread 0x7fc4caf3d640 (LWP 483) "BgSchPool"): 2025-10-03 23:57:39 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:39 ec = 2025-10-03 23:57:39 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:39 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:39 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1445730) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:39 thread_status = { = { = {}, }, thread_id = 483, os_thread_priority = 0, performance_counters = {counters = 0x7fc684003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc684003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4caf35c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13872, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\363\312\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4caf35e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\363\312\304\177\000\000\036,\243϶U\000", __large = 0x7fc4caf35ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4caf35e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc684005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:39 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:39 arguments = 2025-10-03 23:57:39 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1445730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:39 __f = 0x55b6f1445730 2025-10-03 23:57:39 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4caf35f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #16 std::__1::function::operator() (this=0x7fc4caf35f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1445520) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0WD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1445730}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4caf35fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506251111, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:39 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4caf3607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_is_done = 2025-10-03 23:57:39 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14455b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14455c8: 0x55b6f1445520) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14455b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14455b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:39 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 2025-10-03 23:57:39 Thread 387 (Thread 0x7fc4ca73c640 (LWP 484) "BgSchPool"): 2025-10-03 23:57:39 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:39 ec = 2025-10-03 23:57:39 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:39 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:39 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1445a10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:39 thread_status = { = { = {}, }, thread_id = 484, os_thread_priority = 0, performance_counters = {counters = 0x7fc680003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc680003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ca734c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11272, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306s\312\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ca734e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Ns\312\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ca734ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ca734e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc680005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:39 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:39 arguments = 2025-10-03 23:57:39 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1445a10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:39 __f = 0x55b6f1445a10 2025-10-03 23:57:39 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ca734f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #16 std::__1::function::operator() (this=0x7fc4ca734f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1445800) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020ZD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1445a10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ca734fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506303650, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:39 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ca73507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_is_done = 2025-10-03 23:57:39 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1445898: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14458a8: 0x55b6f1445800) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1445890) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1445890}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:39 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 2025-10-03 23:57:39 Thread 386 (Thread 0x7fc4c9f3b640 (LWP 485) "BgSchPool"): 2025-10-03 23:57:39 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:39 ec = 2025-10-03 23:57:39 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:39 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:39 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1445cf0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:39 thread_status = { = { = {}, }, thread_id = 485, os_thread_priority = 0, performance_counters = {counters = 0x7fc690003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc690003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c9f33c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19904, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\363\311\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c9f33e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\363\311\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c9f33ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c9f33e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc690005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:39 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:39 arguments = 2025-10-03 23:57:39 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1445cf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:39 __f = 0x55b6f1445cf0 2025-10-03 23:57:39 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c9f33f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #16 std::__1::function::operator() (this=0x7fc4c9f33f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1445ae0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\\D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1445cf0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c9f33fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506349816, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:39 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c9f3407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_is_done = 2025-10-03 23:57:39 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1445b78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1445b88: 0x55b6f1445ae0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1445b70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:39 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1445b70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:39 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 2025-10-03 23:57:39 Thread 385 (Thread 0x7fc4c973a640 (LWP 486) "BgSchPool"): 2025-10-03 23:57:39 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:39 No symbol table info available. 2025-10-03 23:57:39 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:39 ec = 2025-10-03 23:57:39 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:39 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:39 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:39 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14462b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:39 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:39 thread_status = { = { = {}, }, thread_id = 486, os_thread_priority = 0, performance_counters = {counters = 0x7fc694003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc694003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c9732c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8512, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246s\311\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c9732e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.s\311\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c9732ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c9732e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc694005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:39 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:39 arguments = 2025-10-03 23:57:39 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14462b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:39 __f = 0x55b6f14462b0 2025-10-03 23:57:39 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c9732f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #16 std::__1::function::operator() (this=0x7fc4c9732f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:39 No locals. 2025-10-03 23:57:39 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1445dc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:39 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260bD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14462b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c9732fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506453281, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:39 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c973307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:39 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:39 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:39 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1445e58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1445e68: 0x55b6f1445dc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1445e50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1445e50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 2025-10-03 23:57:40 Thread 384 (Thread 0x7fc4c8f39640 (LWP 487) "BgSchPool"): 2025-10-03 23:57:40 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:40 ec = 2025-10-03 23:57:40 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:40 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:40 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1445fd0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:40 thread_status = { = { = {}, }, thread_id = 487, os_thread_priority = 0, performance_counters = {counters = 0x7fc688003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc688003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c8f31c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\363\310\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c8f31e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\363\310\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c8f31ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c8f31e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc688005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:40 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:40 arguments = 2025-10-03 23:57:40 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1445fd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:40 __f = 0x55b6f1445fd0 2025-10-03 23:57:40 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c8f31f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #16 std::__1::function::operator() (this=0x7fc4c8f31f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14460a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320_D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1445fd0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c8f31fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506404429, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:40 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c8f3207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1446138: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1446148: 0x55b6f14460a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1446130) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1446130}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 2025-10-03 23:57:40 Thread 383 (Thread 0x7fc4c8738640 (LWP 488) "BgSchPool"): 2025-10-03 23:57:40 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:40 ec = 2025-10-03 23:57:40 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:40 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:40 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1446590) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:40 thread_status = { = { = {}, }, thread_id = 488, os_thread_priority = 0, performance_counters = {counters = 0x7fc69c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc69c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c8730c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11080, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206s\310\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c8730e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016s\310\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c8730ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c8730e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc69c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:40 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:40 arguments = 2025-10-03 23:57:40 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1446590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:40 __f = 0x55b6f1446590 2025-10-03 23:57:40 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c8730f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #16 std::__1::function::operator() (this=0x7fc4c8730f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1446380) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220eD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1446590}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c8730fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506505559, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:40 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c873107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1446418: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1446428: 0x55b6f1446380) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1446410) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1446410}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 2025-10-03 23:57:40 Thread 382 (Thread 0x7fc4c7f37640 (LWP 489) "BgSchPool"): 2025-10-03 23:57:40 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:40 ec = 2025-10-03 23:57:40 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:40 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:40 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1446870) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:40 thread_status = { = { = {}, }, thread_id = 489, os_thread_priority = 0, performance_counters = {counters = 0x7fc698003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc698003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c7f2fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13008, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\363\307\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c7f2fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\362\307\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c7f2fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c7f2fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc698005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:40 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:40 arguments = 2025-10-03 23:57:40 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1446870) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:40 __f = 0x55b6f1446870 2025-10-03 23:57:40 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c7f2ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #16 std::__1::function::operator() (this=0x7fc4c7f2ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1446660) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "phD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1446870}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c7f2ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506654508, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:40 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c7f3007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14466f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1446708: 0x55b6f1446660) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14466f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14466f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 2025-10-03 23:57:40 Thread 381 (Thread 0x7fc4c7736640 (LWP 490) "BgSchPool"): 2025-10-03 23:57:40 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:40 ec = 2025-10-03 23:57:40 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:40 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:40 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1446b50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:40 thread_status = { = { = {}, }, thread_id = 490, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c772ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fs\307\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c772ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356r\307\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c772eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c772ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:40 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:40 arguments = 2025-10-03 23:57:40 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1446b50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:40 __f = 0x55b6f1446b50 2025-10-03 23:57:40 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c772ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #16 std::__1::function::operator() (this=0x7fc4c772ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1446940) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "PkD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1446b50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c772efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506702268, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:40 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c772f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14469d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14469e8: 0x55b6f1446940) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14469d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14469d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 2025-10-03 23:57:40 Thread 380 (Thread 0x7fc4c6f35640 (LWP 491) "BgSchPool"): 2025-10-03 23:57:40 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:40 ec = 2025-10-03 23:57:40 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:40 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:40 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1446e30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:40 thread_status = { = { = {}, }, thread_id = 491, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c6f2dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11576, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\363\306\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c6f2de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\362\306\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c6f2dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c6f2de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:40 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:40 arguments = 2025-10-03 23:57:40 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1446e30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:40 __f = 0x55b6f1446e30 2025-10-03 23:57:40 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c6f2df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #16 std::__1::function::operator() (this=0x7fc4c6f2df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1446c20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0nD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1446e30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c6f2dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506748795, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:40 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c6f2e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1446cb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1446cc8: 0x55b6f1446c20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1446cb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1446cb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 2025-10-03 23:57:40 Thread 379 (Thread 0x7fc4c6734640 (LWP 492) "BgSchPool"): 2025-10-03 23:57:40 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:40 ec = 2025-10-03 23:57:40 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:40 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:40 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1447110) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:40 thread_status = { = { = {}, }, thread_id = 492, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ac003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ac003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c672cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10728, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fs\306\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c672ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316r\306\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c672cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c672ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ac005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:40 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:40 arguments = 2025-10-03 23:57:40 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1447110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:40 __f = 0x55b6f1447110 2025-10-03 23:57:40 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c672cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #16 std::__1::function::operator() (this=0x7fc4c672cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1446f00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020qD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1447110}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c672cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506797646, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:40 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c672d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1446f98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1446fa8: 0x55b6f1446f00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1446f90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1446f90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 2025-10-03 23:57:40 Thread 378 (Thread 0x7fc4c5f33640 (LWP 493) "BgSchPool"): 2025-10-03 23:57:40 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:40 ec = 2025-10-03 23:57:40 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:40 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:40 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14473f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:40 thread_status = { = { = {}, }, thread_id = 493, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c5f2bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\363\305\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c5f2be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\362\305\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c5f2bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c5f2be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:40 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:40 arguments = 2025-10-03 23:57:40 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14473f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:40 __f = 0x55b6f14473f0 2025-10-03 23:57:40 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c5f2bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #16 std::__1::function::operator() (this=0x7fc4c5f2bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14471e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360sD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14473f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c5f2bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506857759, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:40 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c5f2c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1447278: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1447288: 0x55b6f14471e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1447270) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1447270}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 2025-10-03 23:57:40 Thread 377 (Thread 0x7fc4c5732640 (LWP 494) "BgSchPool"): 2025-10-03 23:57:40 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:40 ec = 2025-10-03 23:57:40 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:40 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:40 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14476d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:40 thread_status = { = { = {}, }, thread_id = 494, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c572ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&s\305\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c572ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256r\305\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c572aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c572ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:40 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:40 arguments = 2025-10-03 23:57:40 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14476d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:40 __f = 0x55b6f14476d0 2025-10-03 23:57:40 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c572af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #16 std::__1::function::operator() (this=0x7fc4c572af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14474c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320vD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14476d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c572afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144506978876, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:40 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c572b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1447558: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1447568: 0x55b6f14474c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1447550) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1447550}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 2025-10-03 23:57:40 Thread 376 (Thread 0x7fc4c4f31640 (LWP 495) "BgSchPool"): 2025-10-03 23:57:40 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:40 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:40 ec = 2025-10-03 23:57:40 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:40 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:40 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:40 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14479b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:40 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:40 thread_status = { = { = {}, }, thread_id = 495, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c4f29c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\363\304\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c4f29e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\362\304\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c4f29ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c4f29e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:40 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:40 arguments = 2025-10-03 23:57:40 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14479b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:40 __f = 0x55b6f14479b0 2025-10-03 23:57:40 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c4f29f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #16 std::__1::function::operator() (this=0x7fc4c4f29f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14477a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:40 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260yD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14479b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c4f29fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507039069, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:40 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c4f2a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:40 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:40 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:40 job_is_done = 2025-10-03 23:57:40 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1447838: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1447848: 0x55b6f14477a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:40 No locals. 2025-10-03 23:57:40 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1447830) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:40 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1447830}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:40 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:40 No symbol table info available. 2025-10-03 23:57:41 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 2025-10-03 23:57:41 Thread 375 (Thread 0x7fc4c4730640 (LWP 496) "BgSchPool"): 2025-10-03 23:57:41 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:41 ec = 2025-10-03 23:57:41 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:41 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:41 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1447c90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:41 thread_status = { = { = {}, }, thread_id = 496, os_thread_priority = 0, performance_counters = {counters = 0x7fc6bc003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6bc003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c4728c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006s\304\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c4728e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216r\304\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c4728ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c4728e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6bc005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:41 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:41 arguments = 2025-10-03 23:57:41 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1447c90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:41 __f = 0x55b6f1447c90 2025-10-03 23:57:41 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c4728f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #16 std::__1::function::operator() (this=0x7fc4c4728f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1447a80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220|D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1447c90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c4728fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507087960, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:41 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c472907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_is_done = 2025-10-03 23:57:41 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1447b18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1447b28: 0x55b6f1447a80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1447b10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1447b10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:41 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 2025-10-03 23:57:41 Thread 374 (Thread 0x7fc4c3f2f640 (LWP 497) "BgSchPool"): 2025-10-03 23:57:41 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:41 ec = 2025-10-03 23:57:41 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:41 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:41 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1447f70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:41 thread_status = { = { = {}, }, thread_id = 497, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c3f27c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12288, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\362\303\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c3f27e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\362\303\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c3f27ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c3f27e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:41 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:41 arguments = 2025-10-03 23:57:41 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1447f70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:41 __f = 0x55b6f1447f70 2025-10-03 23:57:41 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c3f27f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #16 std::__1::function::operator() (this=0x7fc4c3f27f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1447d60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\177D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1447f70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c3f27fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507140759, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:41 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c3f2807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_is_done = 2025-10-03 23:57:41 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1447df8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1447e08: 0x55b6f1447d60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1447df0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1447df0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:41 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 2025-10-03 23:57:41 Thread 373 (Thread 0x7fc4c372e640 (LWP 498) "BgSchPool"): 2025-10-03 23:57:41 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:41 ec = 2025-10-03 23:57:41 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:41 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:41 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1448250) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:41 thread_status = { = { = {}, }, thread_id = 498, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c3726c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10048, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346r\303\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c3726e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nr\303\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c3726ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c3726e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:41 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:41 arguments = 2025-10-03 23:57:41 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1448250) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:41 __f = 0x55b6f1448250 2025-10-03 23:57:41 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c3726f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #16 std::__1::function::operator() (this=0x7fc4c3726f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1448040) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\202D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1448250}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c3726fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507191405, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:41 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c372707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_is_done = 2025-10-03 23:57:41 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14480d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14480e8: 0x55b6f1448040) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14480d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14480d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:41 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 2025-10-03 23:57:41 Thread 372 (Thread 0x7fc4c2f2d640 (LWP 499) "BgSchPool"): 2025-10-03 23:57:41 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:41 ec = 2025-10-03 23:57:41 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:41 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:41 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1448530) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:41 thread_status = { = { = {}, }, thread_id = 499, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c2f25c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10520, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\362\302\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c2f25e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\362\302\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c2f25ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c2f25e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:41 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:41 arguments = 2025-10-03 23:57:41 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1448530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:41 __f = 0x55b6f1448530 2025-10-03 23:57:41 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c2f25f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #16 std::__1::function::operator() (this=0x7fc4c2f25f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1448320) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\205D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1448530}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c2f25fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507301772, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:41 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c2f2607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_is_done = 2025-10-03 23:57:41 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14483b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14483c8: 0x55b6f1448320) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14483b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14483b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:41 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 2025-10-03 23:57:41 Thread 371 (Thread 0x7fc4c272c640 (LWP 500) "BgSchPool"): 2025-10-03 23:57:41 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:41 ec = 2025-10-03 23:57:41 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:41 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:41 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1448810) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:41 thread_status = { = { = {}, }, thread_id = 500, os_thread_priority = 0, performance_counters = {counters = 0x7fc6cc003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6cc003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c2724c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17888, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306r\302\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c2724e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nr\302\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c2724ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c2724e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6cc005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:41 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:41 arguments = 2025-10-03 23:57:41 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1448810) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:41 __f = 0x55b6f1448810 2025-10-03 23:57:41 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c2724f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #16 std::__1::function::operator() (this=0x7fc4c2724f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1448600) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\210D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1448810}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c2724fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507350223, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:41 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c272507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_is_done = 2025-10-03 23:57:41 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1448698: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14486a8: 0x55b6f1448600) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1448690) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1448690}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:41 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 2025-10-03 23:57:41 Thread 370 (Thread 0x7fc4c1f2b640 (LWP 501) "BgSchPool"): 2025-10-03 23:57:41 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:41 ec = 2025-10-03 23:57:41 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:41 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:41 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1448af0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:41 thread_status = { = { = {}, }, thread_id = 501, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c1f23c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17736, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\362\301\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c1f23e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\362\301\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c1f23ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c1f23e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:41 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:41 arguments = 2025-10-03 23:57:41 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1448af0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:41 __f = 0x55b6f1448af0 2025-10-03 23:57:41 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c1f23f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #16 std::__1::function::operator() (this=0x7fc4c1f23f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14488e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\212D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1448af0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c1f23fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507397882, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:41 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c1f2407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_is_done = 2025-10-03 23:57:41 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1448978: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1448988: 0x55b6f14488e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1448970) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1448970}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:41 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 2025-10-03 23:57:41 Thread 369 (Thread 0x7fc4c172a640 (LWP 502) "BgSchPool"): 2025-10-03 23:57:41 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:41 ec = 2025-10-03 23:57:41 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:41 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:41 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1448dd0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:41 thread_status = { = { = {}, }, thread_id = 502, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c1722c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246r\301\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c1722e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.r\301\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c1722ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c1722e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:41 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:41 arguments = 2025-10-03 23:57:41 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1448dd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:41 __f = 0x55b6f1448dd0 2025-10-03 23:57:41 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c1722f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #16 std::__1::function::operator() (this=0x7fc4c1722f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1448bc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "ЍD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1448dd0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c1722fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507449970, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:41 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c172307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_is_done = 2025-10-03 23:57:41 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1448c58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1448c68: 0x55b6f1448bc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1448c50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1448c50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:41 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 2025-10-03 23:57:41 Thread 368 (Thread 0x7fc4c0f29640 (LWP 503) "BgSchPool"): 2025-10-03 23:57:41 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:41 ec = 2025-10-03 23:57:41 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:41 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:41 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14490b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:41 thread_status = { = { = {}, }, thread_id = 503, os_thread_priority = 0, performance_counters = {counters = 0x7fc6dc003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6dc003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c0f21c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\362\300\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c0f21e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\362\300\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c0f21ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c0f21e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6dc005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:41 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:41 arguments = 2025-10-03 23:57:41 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14490b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:41 __f = 0x55b6f14490b0 2025-10-03 23:57:41 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c0f21f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #16 std::__1::function::operator() (this=0x7fc4c0f21f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1448ea0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\220D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14490b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c0f21fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507510613, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:41 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c0f2207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_is_done = 2025-10-03 23:57:41 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1448f38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1448f48: 0x55b6f1448ea0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1448f30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:41 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1448f30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:41 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 2025-10-03 23:57:41 Thread 367 (Thread 0x7fc4c0728640 (LWP 504) "BgSchPool"): 2025-10-03 23:57:41 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:41 No symbol table info available. 2025-10-03 23:57:41 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:41 ec = 2025-10-03 23:57:41 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:41 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:41 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:41 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1449390) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:41 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:41 thread_status = { = { = {}, }, thread_id = 504, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4c0720c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8176, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206r\300\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c0720e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016r\300\304\177\000\000\036,\243϶U\000", __large = 0x7fc4c0720ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c0720e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:41 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:41 arguments = 2025-10-03 23:57:41 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1449390) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:41 __f = 0x55b6f1449390 2025-10-03 23:57:41 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4c0720f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #16 std::__1::function::operator() (this=0x7fc4c0720f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:41 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1449180) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:41 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\223D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1449390}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c0720fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507566588, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:41 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4c072107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:41 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:41 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:41 job_is_done = 2025-10-03 23:57:41 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1449218: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1449228: 0x55b6f1449180) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:41 No locals. 2025-10-03 23:57:42 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1449210) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1449210}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:42 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 2025-10-03 23:57:42 Thread 366 (Thread 0x7fc4bff27640 (LWP 505) "BgSchPool"): 2025-10-03 23:57:42 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:42 ec = 2025-10-03 23:57:42 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:42 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:42 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1449670) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:42 thread_status = { = { = {}, }, thread_id = 505, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ec003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ec003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4bff1fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 18208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\362\277\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bff1fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\361\277\304\177\000\000\036,\243϶U\000", __large = 0x7fc4bff1fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bff1fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ec005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:42 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:42 arguments = 2025-10-03 23:57:42 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1449670) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:42 __f = 0x55b6f1449670 2025-10-03 23:57:42 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4bff1ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #16 std::__1::function::operator() (this=0x7fc4bff1ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1449460) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\226D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1449670}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bff1ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507618515, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:42 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bff2007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_is_done = 2025-10-03 23:57:42 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14494f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1449508: 0x55b6f1449460) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14494f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14494f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:42 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 2025-10-03 23:57:42 Thread 365 (Thread 0x7fc4bf726640 (LWP 506) "BgSchPool"): 2025-10-03 23:57:42 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:42 ec = 2025-10-03 23:57:42 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:42 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:42 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1449950) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:42 thread_status = { = { = {}, }, thread_id = 506, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4bf71ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 6872, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fr\277\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bf71ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356q\277\304\177\000\000\036,\243϶U\000", __large = 0x7fc4bf71eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bf71ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:42 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:42 arguments = 2025-10-03 23:57:42 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1449950) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:42 __f = 0x55b6f1449950 2025-10-03 23:57:42 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4bf71ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #16 std::__1::function::operator() (this=0x7fc4bf71ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1449740) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\231D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1449950}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bf71efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507781071, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:42 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bf71f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_is_done = 2025-10-03 23:57:42 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14497d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14497e8: 0x55b6f1449740) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14497d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14497d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:42 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 2025-10-03 23:57:42 Thread 364 (Thread 0x7fc4bef25640 (LWP 507) "BgSchPool"): 2025-10-03 23:57:42 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:42 ec = 2025-10-03 23:57:42 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:42 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:42 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1449c30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:42 thread_status = { = { = {}, }, thread_id = 507, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4bef1dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9936, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\362\276\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bef1de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\361\276\304\177\000\000\036,\243϶U\000", __large = 0x7fc4bef1dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bef1de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:42 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:42 arguments = 2025-10-03 23:57:42 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1449c30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:42 __f = 0x55b6f1449c30 2025-10-03 23:57:42 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4bef1df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #16 std::__1::function::operator() (this=0x7fc4bef1df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1449a20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\234D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1449c30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bef1dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507879445, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:42 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bef1e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_is_done = 2025-10-03 23:57:42 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1449ab8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1449ac8: 0x55b6f1449a20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1449ab0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1449ab0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:42 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 2025-10-03 23:57:42 Thread 363 (Thread 0x7fc4be724640 (LWP 508) "BgSchPool"): 2025-10-03 23:57:42 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:42 ec = 2025-10-03 23:57:42 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:42 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:42 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1449f10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:42 thread_status = { = { = {}, }, thread_id = 508, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f4003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f4003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4be71cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19728, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fr\276\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4be71ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316q\276\304\177\000\000\036,\243϶U\000", __large = 0x7fc4be71cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4be71ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f4005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:42 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:42 arguments = 2025-10-03 23:57:42 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1449f10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:42 __f = 0x55b6f1449f10 2025-10-03 23:57:42 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4be71cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #16 std::__1::function::operator() (this=0x7fc4be71cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1449d00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\237D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1449f10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4be71cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144507967400, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:42 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4be71d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_is_done = 2025-10-03 23:57:42 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1449d98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1449da8: 0x55b6f1449d00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1449d90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1449d90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:42 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 2025-10-03 23:57:42 Thread 362 (Thread 0x7fc4bdf23640 (LWP 509) "BgSchPool"): 2025-10-03 23:57:42 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:42 ec = 2025-10-03 23:57:42 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:42 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:42 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144a1f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:42 thread_status = { = { = {}, }, thread_id = 509, os_thread_priority = 0, performance_counters = {counters = 0x7fc6fc003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6fc003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4bdf1bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 6920, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\362\275\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bdf1be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\361\275\304\177\000\000\036,\243϶U\000", __large = 0x7fc4bdf1bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bdf1be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6fc005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:42 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:42 arguments = 2025-10-03 23:57:42 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144a1f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:42 __f = 0x55b6f144a1f0 2025-10-03 23:57:42 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4bdf1bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #16 std::__1::function::operator() (this=0x7fc4bdf1bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1449fe0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\241D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144a1f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bdf1bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508036339, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:42 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bdf1c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_is_done = 2025-10-03 23:57:42 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144a078: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144a088: 0x55b6f1449fe0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144a070) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144a070}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:42 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 2025-10-03 23:57:42 Thread 361 (Thread 0x7fc4bd722640 (LWP 510) "BgSchPool"): 2025-10-03 23:57:42 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:42 ec = 2025-10-03 23:57:42 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:42 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:42 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144a4d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:42 thread_status = { = { = {}, }, thread_id = 510, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f0003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f0003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4bd71ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11808, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&r\275\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bd71ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256q\275\304\177\000\000\036,\243϶U\000", __large = 0x7fc4bd71aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bd71ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f0005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:42 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:42 arguments = 2025-10-03 23:57:42 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144a4d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:42 __f = 0x55b6f144a4d0 2025-10-03 23:57:42 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4bd71af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #16 std::__1::function::operator() (this=0x7fc4bd71af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144a2c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "ФD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144a4d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bd71afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508103275, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:42 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bd71b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_is_done = 2025-10-03 23:57:42 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144a358: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144a368: 0x55b6f144a2c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144a350) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144a350}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:42 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 2025-10-03 23:57:42 Thread 360 (Thread 0x7fc4bcf21640 (LWP 511) "BgSchPool"): 2025-10-03 23:57:42 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:42 ec = 2025-10-03 23:57:42 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:42 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:42 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144a7b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:42 thread_status = { = { = {}, }, thread_id = 511, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f8003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f8003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4bcf19c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10520, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\362\274\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bcf19e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\361\274\304\177\000\000\036,\243϶U\000", __large = 0x7fc4bcf19ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bcf19e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f8005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:42 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:42 arguments = 2025-10-03 23:57:42 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144a7b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:42 __f = 0x55b6f144a7b0 2025-10-03 23:57:42 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4bcf19f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #16 std::__1::function::operator() (this=0x7fc4bcf19f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144a5a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\247D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144a7b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bcf19fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508264778, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:42 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bcf1a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_is_done = 2025-10-03 23:57:42 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144a638: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144a648: 0x55b6f144a5a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144a630) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144a630}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:42 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 2025-10-03 23:57:42 Thread 359 (Thread 0x7fc4bc720640 (LWP 512) "BgSchPool"): 2025-10-03 23:57:42 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:42 ec = 2025-10-03 23:57:42 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:42 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:42 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144aa90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:42 thread_status = { = { = {}, }, thread_id = 512, os_thread_priority = 0, performance_counters = {counters = 0x7fc704003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc704003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4bc718c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006r\274\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bc718e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216q\274\304\177\000\000\036,\243϶U\000", __large = 0x7fc4bc718ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bc718e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc704005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:42 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:42 arguments = 2025-10-03 23:57:42 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144aa90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:42 __f = 0x55b6f144aa90 2025-10-03 23:57:42 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4bc718f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #16 std::__1::function::operator() (this=0x7fc4bc718f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144a880) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\252D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144aa90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bc718fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508323428, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:42 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bc71907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:42 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:42 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_is_done = 2025-10-03 23:57:42 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144a918: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144a928: 0x55b6f144a880) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144a910) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:42 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144a910}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:42 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 2025-10-03 23:57:42 Thread 358 (Thread 0x7fc4bbf1f640 (LWP 513) "BgSchPool"): 2025-10-03 23:57:42 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:42 No symbol table info available. 2025-10-03 23:57:42 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:42 ec = 2025-10-03 23:57:42 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:42 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:42 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:42 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144ad70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:42 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:42 thread_status = { = { = {}, }, thread_id = 513, os_thread_priority = 0, performance_counters = {counters = 0x7fc700003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc700003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4bbf17c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\361\273\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bbf17e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\361\273\304\177\000\000\036,\243϶U\000", __large = 0x7fc4bbf17ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bbf17e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc700005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:42 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:42 arguments = 2025-10-03 23:57:42 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144ad70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:42 __f = 0x55b6f144ad70 2025-10-03 23:57:42 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4bbf17f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #16 std::__1::function::operator() (this=0x7fc4bbf17f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:42 No locals. 2025-10-03 23:57:42 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144ab60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:42 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:42 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\255D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144ad70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bbf17fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508380845, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bbf1807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144abf8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144ac08: 0x55b6f144ab60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144abf0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144abf0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:43 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 2025-10-03 23:57:43 Thread 357 (Thread 0x7fc4bb71e640 (LWP 514) "BgSchPool"): 2025-10-03 23:57:43 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:43 ec = 2025-10-03 23:57:43 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:43 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:43 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144b050) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:43 thread_status = { = { = {}, }, thread_id = 514, os_thread_priority = 0, performance_counters = {counters = 0x7fc70c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc70c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4bb716c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346q\273\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bb716e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nq\273\304\177\000\000\036,\243϶U\000", __large = 0x7fc4bb716ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bb716e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc70c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:43 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:43 arguments = 2025-10-03 23:57:43 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144b050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:43 __f = 0x55b6f144b050 2025-10-03 23:57:43 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4bb716f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #16 std::__1::function::operator() (this=0x7fc4bb716f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144ae40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\260D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144b050}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bb716fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508436690, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4bb71707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144aed8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144aee8: 0x55b6f144ae40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144aed0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144aed0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:43 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 2025-10-03 23:57:43 Thread 356 (Thread 0x7fc4baf1d640 (LWP 515) "BgSchPool"): 2025-10-03 23:57:43 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:43 ec = 2025-10-03 23:57:43 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:43 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:43 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144b330) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:43 thread_status = { = { = {}, }, thread_id = 515, os_thread_priority = 0, performance_counters = {counters = 0x7fc708003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc708003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4baf15c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10816, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\361\272\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4baf15e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\361\272\304\177\000\000\036,\243϶U\000", __large = 0x7fc4baf15ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4baf15e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc708005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:43 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:43 arguments = 2025-10-03 23:57:43 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144b330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:43 __f = 0x55b6f144b330 2025-10-03 23:57:43 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4baf15f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #16 std::__1::function::operator() (this=0x7fc4baf15f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144b120) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\263D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144b330}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4baf15fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508494598, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4baf1607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144b1b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144b1c8: 0x55b6f144b120) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144b1b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144b1b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:43 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 2025-10-03 23:57:43 Thread 355 (Thread 0x7fc4ba71c640 (LWP 516) "BgSchPool"): 2025-10-03 23:57:43 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:43 ec = 2025-10-03 23:57:43 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:43 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:43 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144b610) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:43 thread_status = { = { = {}, }, thread_id = 516, os_thread_priority = 0, performance_counters = {counters = 0x7fc714003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc714003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ba714c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28376, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306q\272\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ba714e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nq\272\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ba714ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ba714e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc714005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:43 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:43 arguments = 2025-10-03 23:57:43 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144b610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:43 __f = 0x55b6f144b610 2025-10-03 23:57:43 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ba714f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #16 std::__1::function::operator() (this=0x7fc4ba714f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144b400) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\266D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144b610}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ba714fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508546956, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ba71507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144b498: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144b4a8: 0x55b6f144b400) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144b490) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144b490}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:43 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 2025-10-03 23:57:43 Thread 354 (Thread 0x7fc4b9f1b640 (LWP 517) "BgSchPool"): 2025-10-03 23:57:43 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:43 ec = 2025-10-03 23:57:43 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:43 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:43 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144b8f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:43 thread_status = { = { = {}, }, thread_id = 517, os_thread_priority = 0, performance_counters = {counters = 0x7fc710003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc710003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b9f13c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11096, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\361\271\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b9f13e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\361\271\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b9f13ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b9f13e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc710005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:43 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:43 arguments = 2025-10-03 23:57:43 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144b8f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:43 __f = 0x55b6f144b8f0 2025-10-03 23:57:43 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b9f13f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #16 std::__1::function::operator() (this=0x7fc4b9f13f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144b6e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\270D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144b8f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b9f13fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508595658, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b9f1407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144b778: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144b788: 0x55b6f144b6e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144b770) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144b770}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:43 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 2025-10-03 23:57:43 Thread 353 (Thread 0x7fc4b971a640 (LWP 518) "BgSchPool"): 2025-10-03 23:57:43 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:43 ec = 2025-10-03 23:57:43 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:43 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:43 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144bbd0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:43 thread_status = { = { = {}, }, thread_id = 518, os_thread_priority = 0, performance_counters = {counters = 0x7fc718003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc718003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b9712c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246q\271\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b9712e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.q\271\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b9712ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b9712e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc718005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:43 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:43 arguments = 2025-10-03 23:57:43 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144bbd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:43 __f = 0x55b6f144bbd0 2025-10-03 23:57:43 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b9712f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #16 std::__1::function::operator() (this=0x7fc4b9712f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144b9c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "лD\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144bbd0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b9712fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508695806, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b971307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144ba58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144ba68: 0x55b6f144b9c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144ba50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144ba50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:43 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 2025-10-03 23:57:43 Thread 352 (Thread 0x7fc4b8f19640 (LWP 519) "BgSchPool"): 2025-10-03 23:57:43 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:43 ec = 2025-10-03 23:57:43 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:43 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:43 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144beb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:43 thread_status = { = { = {}, }, thread_id = 519, os_thread_priority = 0, performance_counters = {counters = 0x7fc72c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc72c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b8f11c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19432, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\361\270\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b8f11e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\361\270\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b8f11ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b8f11e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc72c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:43 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:43 arguments = 2025-10-03 23:57:43 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144beb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:43 __f = 0x55b6f144beb0 2025-10-03 23:57:43 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b8f11f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #16 std::__1::function::operator() (this=0x7fc4b8f11f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144bca0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\276D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144beb0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b8f11fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508769765, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b8f1207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144bd38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144bd48: 0x55b6f144bca0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144bd30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144bd30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:43 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 2025-10-03 23:57:43 Thread 351 (Thread 0x7fc4b8718640 (LWP 520) "BgSchPool"): 2025-10-03 23:57:43 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:43 ec = 2025-10-03 23:57:43 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:43 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:43 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144c190) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:43 thread_status = { = { = {}, }, thread_id = 520, os_thread_priority = 0, performance_counters = {counters = 0x7fc720003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc720003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b8710c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21488, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206q\270\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b8710e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016q\270\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b8710ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b8710e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc720005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:43 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:43 arguments = 2025-10-03 23:57:43 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144c190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:43 __f = 0x55b6f144c190 2025-10-03 23:57:43 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b8710f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #16 std::__1::function::operator() (this=0x7fc4b8710f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144bf80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\301D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144c190}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b8710fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508845015, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b871107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144c018: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144c028: 0x55b6f144bf80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144c010) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144c010}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:43 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 2025-10-03 23:57:43 Thread 350 (Thread 0x7fc4b7f17640 (LWP 521) "BgSchPool"): 2025-10-03 23:57:43 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:43 ec = 2025-10-03 23:57:43 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:43 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:43 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144c470) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:43 thread_status = { = { = {}, }, thread_id = 521, os_thread_priority = 0, performance_counters = {counters = 0x7fc728003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc728003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b7f0fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9448, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\361\267\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b7f0fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\360\267\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b7f0fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b7f0fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc728005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:43 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:43 arguments = 2025-10-03 23:57:43 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144c470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:43 __f = 0x55b6f144c470 2025-10-03 23:57:43 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b7f0ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #16 std::__1::function::operator() (this=0x7fc4b7f0ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144c260) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\304D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144c470}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b7f0ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508897985, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b7f1007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144c2f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144c308: 0x55b6f144c260) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144c2f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:43 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144c2f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:43 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 2025-10-03 23:57:43 Thread 349 (Thread 0x7fc4b7716640 (LWP 522) "BgSchPool"): 2025-10-03 23:57:43 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:43 No symbol table info available. 2025-10-03 23:57:43 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:43 ec = 2025-10-03 23:57:43 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:43 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:43 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:43 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144c750) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:43 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:43 thread_status = { = { = {}, }, thread_id = 522, os_thread_priority = 0, performance_counters = {counters = 0x7fc734003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc734003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b770ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fq\267\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b770ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356p\267\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b770eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b770ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc734005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:43 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:43 arguments = 2025-10-03 23:57:43 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144c750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:43 __f = 0x55b6f144c750 2025-10-03 23:57:43 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b770ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #16 std::__1::function::operator() (this=0x7fc4b770ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:43 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144c540) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:43 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\307D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144c750}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b770efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144508969699, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:43 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b770f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:43 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:43 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:43 job_is_done = 2025-10-03 23:57:43 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144c5d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144c5e8: 0x55b6f144c540) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:43 No locals. 2025-10-03 23:57:44 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144c5d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144c5d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:44 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 2025-10-03 23:57:44 Thread 348 (Thread 0x7fc4b6f15640 (LWP 523) "BgSchPool"): 2025-10-03 23:57:44 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:44 ec = 2025-10-03 23:57:44 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:44 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:44 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144ca30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:44 thread_status = { = { = {}, }, thread_id = 523, os_thread_priority = 0, performance_counters = {counters = 0x7fc730003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc730003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b6f0dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 41672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\361\266\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b6f0de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\360\266\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b6f0dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b6f0de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc730005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:44 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:44 arguments = 2025-10-03 23:57:44 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144ca30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:44 __f = 0x55b6f144ca30 2025-10-03 23:57:44 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b6f0df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #16 std::__1::function::operator() (this=0x7fc4b6f0df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144c820) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\312D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144ca30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b6f0dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509043507, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:44 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b6f0e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_is_done = 2025-10-03 23:57:44 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144c8b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144c8c8: 0x55b6f144c820) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144c8b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144c8b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:44 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 2025-10-03 23:57:44 Thread 347 (Thread 0x7fc4b6714640 (LWP 524) "BgSchPool"): 2025-10-03 23:57:44 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:44 ec = 2025-10-03 23:57:44 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:44 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:44 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144cd10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:44 thread_status = { = { = {}, }, thread_id = 524, os_thread_priority = 0, performance_counters = {counters = 0x7fc73c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc73c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b670cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fq\266\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b670ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316p\266\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b670cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b670ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc73c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:44 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:44 arguments = 2025-10-03 23:57:44 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144cd10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:44 __f = 0x55b6f144cd10 2025-10-03 23:57:44 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b670cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #16 std::__1::function::operator() (this=0x7fc4b670cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144cb00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\315D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144cd10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b670cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509138716, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:44 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b670d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_is_done = 2025-10-03 23:57:44 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144cb98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144cba8: 0x55b6f144cb00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144cb90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144cb90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:44 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 2025-10-03 23:57:44 Thread 346 (Thread 0x7fc4b5f13640 (LWP 525) "BgSchPool"): 2025-10-03 23:57:44 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:44 ec = 2025-10-03 23:57:44 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:44 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:44 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144cff0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:44 thread_status = { = { = {}, }, thread_id = 525, os_thread_priority = 0, performance_counters = {counters = 0x7fc738003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc738003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b5f0bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12136, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\361\265\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b5f0be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\360\265\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b5f0bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b5f0be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc738005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:44 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:44 arguments = 2025-10-03 23:57:44 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144cff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:44 __f = 0x55b6f144cff0 2025-10-03 23:57:44 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b5f0bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #16 std::__1::function::operator() (this=0x7fc4b5f0bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144cde0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\317D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144cff0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b5f0bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509205351, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:44 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b5f0c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_is_done = 2025-10-03 23:57:44 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144ce78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144ce88: 0x55b6f144cde0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144ce70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144ce70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:44 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 2025-10-03 23:57:44 Thread 345 (Thread 0x7fc4b5712640 (LWP 526) "BgSchPool"): 2025-10-03 23:57:44 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:44 ec = 2025-10-03 23:57:44 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:44 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:44 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144d2d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:44 thread_status = { = { = {}, }, thread_id = 526, os_thread_priority = 0, performance_counters = {counters = 0x7fc748003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc748003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b570ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11040, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&q\265\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b570ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256p\265\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b570aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b570ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc748005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:44 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:44 arguments = 2025-10-03 23:57:44 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144d2d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:44 __f = 0x55b6f144d2d0 2025-10-03 23:57:44 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b570af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #16 std::__1::function::operator() (this=0x7fc4b570af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144d0c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\322D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144d2d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b570afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509262338, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:44 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b570b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_is_done = 2025-10-03 23:57:44 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144d158: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144d168: 0x55b6f144d0c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144d150) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144d150}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:44 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 2025-10-03 23:57:44 Thread 344 (Thread 0x7fc4b4f11640 (LWP 527) "BgSchPool"): 2025-10-03 23:57:44 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:44 ec = 2025-10-03 23:57:44 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:44 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:44 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144d5b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:44 thread_status = { = { = {}, }, thread_id = 527, os_thread_priority = 0, performance_counters = {counters = 0x7fc740003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc740003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b4f09c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 15872, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\361\264\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b4f09e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\360\264\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b4f09ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b4f09e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc740005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:44 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:44 arguments = 2025-10-03 23:57:44 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144d5b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:44 __f = 0x55b6f144d5b0 2025-10-03 23:57:44 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b4f09f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #16 std::__1::function::operator() (this=0x7fc4b4f09f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144d3a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\325D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144d5b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b4f09fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509317632, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:44 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b4f0a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_is_done = 2025-10-03 23:57:44 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144d438: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144d448: 0x55b6f144d3a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144d430) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144d430}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:44 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 2025-10-03 23:57:44 Thread 343 (Thread 0x7fc4b4710640 (LWP 528) "BgSchPool"): 2025-10-03 23:57:44 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:44 ec = 2025-10-03 23:57:44 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:44 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:44 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144d890) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:44 thread_status = { = { = {}, }, thread_id = 528, os_thread_priority = 0, performance_counters = {counters = 0x7fc750003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc750003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b4708c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12720, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006q\264\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b4708e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216p\264\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b4708ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b4708e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc750005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:44 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:44 arguments = 2025-10-03 23:57:44 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144d890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:44 __f = 0x55b6f144d890 2025-10-03 23:57:44 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b4708f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #16 std::__1::function::operator() (this=0x7fc4b4708f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144d680) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\330D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144d890}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b4708fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509362977, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:44 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b470907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_is_done = 2025-10-03 23:57:44 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144d718: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144d728: 0x55b6f144d680) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144d710) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144d710}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:44 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 2025-10-03 23:57:44 Thread 342 (Thread 0x7fc4b3f0f640 (LWP 529) "BgSchPool"): 2025-10-03 23:57:44 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:44 ec = 2025-10-03 23:57:44 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:44 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:44 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144db70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:44 thread_status = { = { = {}, }, thread_id = 529, os_thread_priority = 0, performance_counters = {counters = 0x7fc754003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc754003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b3f07c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\360\263\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b3f07e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\360\263\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b3f07ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b3f07e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc754005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:44 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:44 arguments = 2025-10-03 23:57:44 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144db70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:44 __f = 0x55b6f144db70 2025-10-03 23:57:44 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b3f07f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #16 std::__1::function::operator() (this=0x7fc4b3f07f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144d960) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\333D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144db70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b3f07fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509416477, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:44 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b3f0807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_is_done = 2025-10-03 23:57:44 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144d9f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144da08: 0x55b6f144d960) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144d9f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144d9f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:44 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 2025-10-03 23:57:44 Thread 341 (Thread 0x7fc4b370e640 (LWP 530) "BgSchPool"): 2025-10-03 23:57:44 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:44 ec = 2025-10-03 23:57:44 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:44 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:44 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144de50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:44 thread_status = { = { = {}, }, thread_id = 530, os_thread_priority = 0, performance_counters = {counters = 0x7fc758003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc758003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b3706c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346p\263\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b3706e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300np\263\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b3706ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b3706e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc758005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:44 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:44 arguments = 2025-10-03 23:57:44 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144de50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:44 __f = 0x55b6f144de50 2025-10-03 23:57:44 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b3706f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #16 std::__1::function::operator() (this=0x7fc4b3706f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144dc40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\336D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144de50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b3706fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509466080, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:44 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b370707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:44 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:44 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_is_done = 2025-10-03 23:57:44 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144dcd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144dce8: 0x55b6f144dc40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144dcd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:44 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144dcd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:44 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 2025-10-03 23:57:44 Thread 340 (Thread 0x7fc4b2f0d640 (LWP 531) "BgSchPool"): 2025-10-03 23:57:44 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:44 No symbol table info available. 2025-10-03 23:57:44 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:44 ec = 2025-10-03 23:57:44 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:44 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:44 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:44 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144e130) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:44 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:44 thread_status = { = { = {}, }, thread_id = 531, os_thread_priority = 0, performance_counters = {counters = 0x7fc760003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc760003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b2f05c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10272, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\360\262\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b2f05e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\360\262\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b2f05ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b2f05e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc760005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:44 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:44 arguments = 2025-10-03 23:57:44 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144e130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:44 __f = 0x55b6f144e130 2025-10-03 23:57:44 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b2f05f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #16 std::__1::function::operator() (this=0x7fc4b2f05f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:44 No locals. 2025-10-03 23:57:44 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144df20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:44 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:44 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\341D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144e130}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b2f05fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509518578, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b2f0607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144dfb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144dfc8: 0x55b6f144df20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144dfb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144dfb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 339 (Thread 0x7fc4b270c640 (LWP 532) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144e410) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 532, os_thread_priority = 0, performance_counters = {counters = 0x7fc75c003dd0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc75c003dd0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b2704c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306p\262\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b2704e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Np\262\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b2704ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b2704e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc75c005410}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144e410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f144e410 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b2704f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4b2704f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144e200) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\344D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144e410}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b2704fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509682205, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b270507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144e298: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144e2a8: 0x55b6f144e200) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144e290) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144e290}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 338 (Thread 0x7fc4b1f0b640 (LWP 533) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144e6f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 533, os_thread_priority = 0, performance_counters = {counters = 0x7fc764003dd0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc764003dd0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b1f03c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\360\261\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b1f03e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\360\261\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b1f03ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b1f03e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc764005410}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144e6f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f144e6f0 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b1f03f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4b1f03f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144e4e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\346D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144e6f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b1f03fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509774117, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b1f0407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144e578: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144e588: 0x55b6f144e4e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144e570) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144e570}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 337 (Thread 0x7fc4b170a640 (LWP 534) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144e9d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 534, os_thread_priority = 0, performance_counters = {counters = 0x7fc768003dd0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc768003dd0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b1702c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12232, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246p\261\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b1702e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.p\261\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b1702ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b1702e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc768005410}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144e9d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f144e9d0 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b1702f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4b1702f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144e7c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\351D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144e9d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b1702fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509847345, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b170307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144e858: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144e868: 0x55b6f144e7c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144e850) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144e850}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 336 (Thread 0x7fc4b0f09640 (LWP 535) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144ecb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 535, os_thread_priority = 0, performance_counters = {counters = 0x7fc770104200, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc770104200}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b0f01c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\360\260\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b0f01e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\360\260\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b0f01ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b0f01e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc770105840}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144ecb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f144ecb0 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b0f01f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4b0f01f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144eaa0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\354D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144ecb0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b0f01fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509898862, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b0f0207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144eb38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144eb48: 0x55b6f144eaa0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144eb30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144eb30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 335 (Thread 0x7fc4b0708640 (LWP 536) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f144ef90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 536, os_thread_priority = 0, performance_counters = {counters = 0x55b6f144f3d0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x55b6f144f3d0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4b0700c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11864, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206p\260\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b0700e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016p\260\304\177\000\000\036,\243϶U\000", __large = 0x7fc4b0700ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b0700e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x55b6f1450a10}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144720318092, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f144ef90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f144ef90 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4b0700f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4b0700f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144ed80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\357D\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f144ef90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b0700fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144509944918, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4b070107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144ee18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144ee28: 0x55b6f144ed80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144ee10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144ee10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 334 (Thread 0x7fc4aff07640 (LWP 537) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1450ba0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 537, os_thread_priority = 0, performance_counters = {counters = 0x7fc52c003df0, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc52c003df0}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4afeffc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13624, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\360\257\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4afeffe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\357\257\304\177\000\000\036,\243϶U\000", __large = 0x7fc4afeffec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4afeffe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc52c005430}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1450ba0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f1450ba0 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4afefff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4afefff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f144f060) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\vE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1450ba0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4afefffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510093146, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aff0007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f144f0f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f144f108: 0x55b6f144f060) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f144f0f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f144f0f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 333 (Thread 0x7fc4af706640 (LWP 538) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1450e80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 538, os_thread_priority = 0, performance_counters = {counters = 0x7fc53c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc53c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4af6fec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10312, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fp\257\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4af6fee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356o\257\304\177\000\000\036,\243϶U\000", __large = 0x7fc4af6feec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4af6fee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc53c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1450e80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f1450e80 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4af6fef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4af6fef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1450c70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\016E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1450e80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4af6fefef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510184106, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4af6ff07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1450d08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1450d18: 0x55b6f1450c70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1450d00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1450d00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 332 (Thread 0x7fc4aef05640 (LWP 539) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1451160) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 539, os_thread_priority = 0, performance_counters = {counters = 0x7fc538005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc538005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4aeefdc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\360\256\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aeefde47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\357\256\304\177\000\000\036,\243϶U\000", __large = 0x7fc4aeefdec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aeefde8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc538006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1451160) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f1451160 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4aeefdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4aeefdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1450f50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\021E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1451160}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aeefdfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510248137, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aeefe07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1450fe8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1450ff8: 0x55b6f1450f50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1450fe0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1450fe0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 331 (Thread 0x7fc4ae704640 (LWP 540) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1451440) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 540, os_thread_priority = 0, performance_counters = {counters = 0x7fc534005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc534005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ae6fcc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20904, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fp\256\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ae6fce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316o\256\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ae6fcec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ae6fce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc534006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1451440) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f1451440 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ae6fcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4ae6fcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1451230) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\024E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1451440}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ae6fcfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510297309, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ae6fd07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14512c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14512d8: 0x55b6f1451230) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14512c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:45 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14512c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:45 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 2025-10-03 23:57:45 Thread 330 (Thread 0x7fc4adf03640 (LWP 541) "BgSchPool"): 2025-10-03 23:57:45 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:45 No symbol table info available. 2025-10-03 23:57:45 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:45 ec = 2025-10-03 23:57:45 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:45 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:45 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:45 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1451720) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:45 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:45 thread_status = { = { = {}, }, thread_id = 541, os_thread_priority = 0, performance_counters = {counters = 0x7fc544005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc544005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4adefbc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13288, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\360\255\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4adefbe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\357\255\304\177\000\000\036,\243϶U\000", __large = 0x7fc4adefbec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4adefbe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc544006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:45 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:45 arguments = 2025-10-03 23:57:45 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1451720) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:45 __f = 0x55b6f1451720 2025-10-03 23:57:45 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4adefbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #16 std::__1::function::operator() (this=0x7fc4adefbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1451510) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:45 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \027E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1451720}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4adefbfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510350739, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:45 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4adefc07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:45 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:45 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:45 job_is_done = 2025-10-03 23:57:45 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14515a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14515b8: 0x55b6f1451510) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:45 No locals. 2025-10-03 23:57:45 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14515a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14515a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 329 (Thread 0x7fc4ad702640 (LWP 542) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1451a00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 542, os_thread_priority = 0, performance_counters = {counters = 0x7fc540005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc540005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ad6fac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20480, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&p\255\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ad6fae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256o\255\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ad6faec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ad6fae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc540006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1451a00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f1451a00 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ad6faf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4ad6faf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14517f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\032E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1451a00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ad6fafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510398178, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ad6fb07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1451888: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1451898: 0x55b6f14517f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1451880) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1451880}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 328 (Thread 0x7fc4acf01640 (LWP 543) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1451ce0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 543, os_thread_priority = 0, performance_counters = {counters = 0x7fc548005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc548005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4acef9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\360\254\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4acef9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\357\254\304\177\000\000\036,\243϶U\000", __large = 0x7fc4acef9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4acef9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc548006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1451ce0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f1451ce0 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4acef9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4acef9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1451ad0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\034E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1451ce0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4acef9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510460435, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4acefa07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1451b68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1451b78: 0x55b6f1451ad0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1451b60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1451b60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 327 (Thread 0x7fc4ac700640 (LWP 544) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1451fc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 544, os_thread_priority = 0, performance_counters = {counters = 0x7fc554005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc554005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ac6f8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006p\254\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ac6f8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216o\254\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ac6f8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ac6f8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc554006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1451fc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f1451fc0 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ac6f8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4ac6f8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1451db0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\037E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1451fc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ac6f8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510511591, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ac6f907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1451e48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1451e58: 0x55b6f1451db0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1451e40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1451e40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 326 (Thread 0x7fc4abeff640 (LWP 545) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14522a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 545, os_thread_priority = 0, performance_counters = {counters = 0x7fc550005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc550005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4abef7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\357\253\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4abef7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\357\253\304\177\000\000\036,\243϶U\000", __large = 0x7fc4abef7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4abef7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc550006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14522a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f14522a0 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4abef7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4abef7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1452090) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\"E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14522a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4abef7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510560523, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4abef807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1452128: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1452138: 0x55b6f1452090) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1452120) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1452120}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 325 (Thread 0x7fc4ab6fe640 (LWP 546) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1452580) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 546, os_thread_priority = 0, performance_counters = {counters = 0x7fc558005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc558005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4ab6f6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13088, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346o\253\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ab6f6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300no\253\304\177\000\000\036,\243϶U\000", __large = 0x7fc4ab6f6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ab6f6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc558006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1452580) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f1452580 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4ab6f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4ab6f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1452370) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200%E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1452580}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ab6f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510607831, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4ab6f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1452408: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1452418: 0x55b6f1452370) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1452400) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1452400}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 324 (Thread 0x7fc4aaefd640 (LWP 547) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1452860) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 547, os_thread_priority = 0, performance_counters = {counters = 0x7fc560005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc560005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4aaef5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13168, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\357\252\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aaef5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\357\252\304\177\000\000\036,\243϶U\000", __large = 0x7fc4aaef5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aaef5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc560006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1452860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f1452860 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4aaef5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4aaef5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1452650) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`(E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1452860}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aaef5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510659889, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aaef607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14526e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14526f8: 0x55b6f1452650) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14526e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14526e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 323 (Thread 0x7fc4aa6fc640 (LWP 548) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1452b40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 548, os_thread_priority = 0, performance_counters = {counters = 0x7fc55c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc55c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4aa6f4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306o\252\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aa6f4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300No\252\304\177\000\000\036,\243϶U\000", __large = 0x7fc4aa6f4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aa6f4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc55c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1452b40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f1452b40 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4aa6f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4aa6f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1452930) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@+E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1452b40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aa6f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510708460, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4aa6f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14529c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14529d8: 0x55b6f1452930) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14529c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14529c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 322 (Thread 0x7fc4a9efb640 (LWP 549) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1452e20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 549, os_thread_priority = 0, performance_counters = {counters = 0x7fc568005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc568005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a9ef3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11624, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\357\251\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a9ef3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\357\251\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a9ef3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a9ef3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc568006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1452e20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f1452e20 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a9ef3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4a9ef3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1452c10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " .E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1452e20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a9ef3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510764926, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a9ef407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1452ca8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1452cb8: 0x55b6f1452c10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1452ca0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1452ca0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 321 (Thread 0x7fc4a96fa640 (LWP 550) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1453100) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 550, os_thread_priority = 0, performance_counters = {counters = 0x7fc564005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc564005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a96f2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13280, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246o\251\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a96f2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.o\251\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a96f2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a96f2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc564006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1453100) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f1453100 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a96f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4a96f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1452ef0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0001E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1453100}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a96f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510816833, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a96f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1452f88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1452f98: 0x55b6f1452ef0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1452f80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:46 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1452f80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:46 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 2025-10-03 23:57:46 Thread 320 (Thread 0x7fc4a8ef9640 (LWP 551) "BgSchPool"): 2025-10-03 23:57:46 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:46 No symbol table info available. 2025-10-03 23:57:46 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:46 ec = 2025-10-03 23:57:46 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:46 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:46 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:46 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14533e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:46 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:46 thread_status = { = { = {}, }, thread_id = 551, os_thread_priority = 0, performance_counters = {counters = 0x7fc570005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc570005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a8ef1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\357\250\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a8ef1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\357\250\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a8ef1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a8ef1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc570006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:46 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:46 arguments = 2025-10-03 23:57:46 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14533e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:46 __f = 0x55b6f14533e0 2025-10-03 23:57:46 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a8ef1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #16 std::__1::function::operator() (this=0x7fc4a8ef1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:46 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14531d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:46 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3403E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14533e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a8ef1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144510887676, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:46 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a8ef207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:46 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:46 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:46 job_is_done = 2025-10-03 23:57:46 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1453268: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1453278: 0x55b6f14531d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:46 No locals. 2025-10-03 23:57:47 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1453260) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1453260}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:47 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 2025-10-03 23:57:47 Thread 319 (Thread 0x7fc4a86f8640 (LWP 552) "BgSchPool"): 2025-10-03 23:57:47 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:47 ec = 2025-10-03 23:57:47 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:47 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:47 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14536c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:47 thread_status = { = { = {}, }, thread_id = 552, os_thread_priority = 0, performance_counters = {counters = 0x7fc588005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc588005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a86f0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11112, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206o\250\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a86f0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016o\250\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a86f0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a86f0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc588006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:47 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:47 arguments = 2025-10-03 23:57:47 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14536c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:47 __f = 0x55b6f14536c0 2025-10-03 23:57:47 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a86f0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #16 std::__1::function::operator() (this=0x7fc4a86f0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14534b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3006E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14536c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a86f0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511018381, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:47 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a86f107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_is_done = 2025-10-03 23:57:47 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1453548: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1453558: 0x55b6f14534b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1453540) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1453540}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:47 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 2025-10-03 23:57:47 Thread 318 (Thread 0x7fc4a7ef7640 (LWP 553) "BgSchPool"): 2025-10-03 23:57:47 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:47 ec = 2025-10-03 23:57:47 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:47 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:47 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14539a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:47 thread_status = { = { = {}, }, thread_id = 553, os_thread_priority = 0, performance_counters = {counters = 0x7fc56c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc56c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a7eefc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\357\247\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a7eefe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\356\247\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a7eefec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a7eefe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc56c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:47 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:47 arguments = 2025-10-03 23:57:47 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14539a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:47 __f = 0x55b6f14539a0 2025-10-03 23:57:47 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a7eeff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #16 std::__1::function::operator() (this=0x7fc4a7eeff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1453790) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2409E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14539a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a7eeffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511087350, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:47 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a7ef007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_is_done = 2025-10-03 23:57:47 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1453828: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1453838: 0x55b6f1453790) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1453820) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1453820}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:47 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 2025-10-03 23:57:47 Thread 317 (Thread 0x7fc4a76f6640 (LWP 554) "BgSchPool"): 2025-10-03 23:57:47 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:47 ec = 2025-10-03 23:57:47 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:47 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:47 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1453c80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:47 thread_status = { = { = {}, }, thread_id = 554, os_thread_priority = 0, performance_counters = {counters = 0x7fc57c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc57c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a76eec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 15200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fo\247\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a76eee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356n\247\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a76eeec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a76eee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc57c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:47 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:47 arguments = 2025-10-03 23:57:47 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1453c80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:47 __f = 0x55b6f1453c80 2025-10-03 23:57:47 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a76eef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #16 std::__1::function::operator() (this=0x7fc4a76eef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1453a70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a76eefef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511142133, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:47 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a76ef07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_is_done = 2025-10-03 23:57:47 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1453b08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1453b18: 0x55b6f1453a70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1453b00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1453b00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:47 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 2025-10-03 23:57:47 Thread 316 (Thread 0x7fc4a6ef5640 (LWP 555) "BgSchPool"): 2025-10-03 23:57:47 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:47 ec = 2025-10-03 23:57:47 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:47 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:47 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1453f60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:47 thread_status = { = { = {}, }, thread_id = 555, os_thread_priority = 0, performance_counters = {counters = 0x7fc574005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc574005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a6eedc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 14336, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\357\246\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a6eede47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\356\246\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a6eedec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a6eede8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc574006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:47 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:47 arguments = 2025-10-03 23:57:47 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1453f60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:47 __f = 0x55b6f1453f60 2025-10-03 23:57:47 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a6eedf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #16 std::__1::function::operator() (this=0x7fc4a6eedf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1453d50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`?E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1453f60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a6eedfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511209159, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:47 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a6eee07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_is_done = 2025-10-03 23:57:47 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1453de8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1453df8: 0x55b6f1453d50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1453de0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1453de0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:47 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 2025-10-03 23:57:47 Thread 315 (Thread 0x7fc4a66f4640 (LWP 556) "BgSchPool"): 2025-10-03 23:57:47 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:47 ec = 2025-10-03 23:57:47 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:47 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:47 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1454240) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:47 thread_status = { = { = {}, }, thread_id = 556, os_thread_priority = 0, performance_counters = {counters = 0x7fc580005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc580005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a66ecc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fo\246\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a66ece47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316n\246\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a66ecec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a66ece8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc580006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:47 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:47 arguments = 2025-10-03 23:57:47 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1454240) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:47 __f = 0x55b6f1454240 2025-10-03 23:57:47 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a66ecf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #16 std::__1::function::operator() (this=0x7fc4a66ecf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1454030) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@BE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1454240}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a66ecfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511260044, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:47 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a66ed07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_is_done = 2025-10-03 23:57:47 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14540c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14540d8: 0x55b6f1454030) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14540c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14540c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:47 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 2025-10-03 23:57:47 Thread 314 (Thread 0x7fc4a5ef3640 (LWP 557) "BgSchPool"): 2025-10-03 23:57:47 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:47 ec = 2025-10-03 23:57:47 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:47 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:47 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1454520) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:47 thread_status = { = { = {}, }, thread_id = 557, os_thread_priority = 0, performance_counters = {counters = 0x7fc584005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc584005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a5eebc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\357\245\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a5eebe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\356\245\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a5eebec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a5eebe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc584006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:47 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:47 arguments = 2025-10-03 23:57:47 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1454520) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:47 __f = 0x55b6f1454520 2025-10-03 23:57:47 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a5eebf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #16 std::__1::function::operator() (this=0x7fc4a5eebf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1454310) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " EE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1454520}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a5eebfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511326459, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:47 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a5eec07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_is_done = 2025-10-03 23:57:47 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14543a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14543b8: 0x55b6f1454310) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14543a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14543a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:47 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 2025-10-03 23:57:47 Thread 313 (Thread 0x7fc4a56f2640 (LWP 558) "BgSchPool"): 2025-10-03 23:57:47 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:47 ec = 2025-10-03 23:57:47 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:47 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:47 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1454800) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:47 thread_status = { = { = {}, }, thread_id = 558, os_thread_priority = 0, performance_counters = {counters = 0x7fc590005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc590005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a56eac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&o\245\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a56eae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256n\245\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a56eaec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a56eae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc590006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:47 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:47 arguments = 2025-10-03 23:57:47 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1454800) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:47 __f = 0x55b6f1454800 2025-10-03 23:57:47 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a56eaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #16 std::__1::function::operator() (this=0x7fc4a56eaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14545f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000HE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1454800}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a56eafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511377174, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:47 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a56eb07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_is_done = 2025-10-03 23:57:47 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1454688: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1454698: 0x55b6f14545f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1454680) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1454680}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:47 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 2025-10-03 23:57:47 Thread 312 (Thread 0x7fc4a4ef1640 (LWP 559) "BgSchPool"): 2025-10-03 23:57:47 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:47 ec = 2025-10-03 23:57:47 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:47 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:47 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1454ae0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:47 thread_status = { = { = {}, }, thread_id = 559, os_thread_priority = 0, performance_counters = {counters = 0x7fc58c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc58c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a4ee9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11792, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\357\244\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a4ee9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\356\244\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a4ee9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a4ee9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc58c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:47 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:47 arguments = 2025-10-03 23:57:47 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1454ae0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:47 __f = 0x55b6f1454ae0 2025-10-03 23:57:47 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a4ee9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #16 std::__1::function::operator() (this=0x7fc4a4ee9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14548d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340JE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1454ae0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a4ee9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511430724, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:47 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a4eea07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:47 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:47 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_is_done = 2025-10-03 23:57:47 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1454968: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1454978: 0x55b6f14548d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1454960) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:47 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1454960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:47 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 2025-10-03 23:57:47 Thread 311 (Thread 0x7fc4a46f0640 (LWP 560) "BgSchPool"): 2025-10-03 23:57:47 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:47 No symbol table info available. 2025-10-03 23:57:47 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:47 ec = 2025-10-03 23:57:47 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:47 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:47 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:47 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1454dc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:47 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:47 thread_status = { = { = {}, }, thread_id = 560, os_thread_priority = 0, performance_counters = {counters = 0x7fc598005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc598005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a46e8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006o\244\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a46e8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216n\244\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a46e8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a46e8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc598006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:47 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:47 arguments = 2025-10-03 23:57:47 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1454dc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:47 __f = 0x55b6f1454dc0 2025-10-03 23:57:47 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a46e8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #16 std::__1::function::operator() (this=0x7fc4a46e8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:47 No locals. 2025-10-03 23:57:47 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1454bb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:47 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:47 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300ME\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1454dc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a46e8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511481409, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a46e907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1454c48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1454c58: 0x55b6f1454bb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1454c40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1454c40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:48 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 2025-10-03 23:57:48 Thread 310 (Thread 0x7fc4a3eef640 (LWP 561) "BgSchPool"): 2025-10-03 23:57:48 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:48 ec = 2025-10-03 23:57:48 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:48 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:48 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14550a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:48 thread_status = { = { = {}, }, thread_id = 561, os_thread_priority = 0, performance_counters = {counters = 0x7fc594005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc594005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a3ee7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\356\243\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a3ee7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\356\243\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a3ee7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a3ee7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc594006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:48 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:48 arguments = 2025-10-03 23:57:48 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14550a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:48 __f = 0x55b6f14550a0 2025-10-03 23:57:48 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a3ee7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #16 std::__1::function::operator() (this=0x7fc4a3ee7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1454e90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240PE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14550a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a3ee7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511527305, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a3ee807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1454f28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1454f38: 0x55b6f1454e90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1454f20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1454f20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:48 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 2025-10-03 23:57:48 Thread 309 (Thread 0x7fc4a36ee640 (LWP 562) "BgSchPool"): 2025-10-03 23:57:48 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:48 ec = 2025-10-03 23:57:48 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:48 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:48 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1455380) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:48 thread_status = { = { = {}, }, thread_id = 562, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a36e6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 16184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346n\243\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a36e6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nn\243\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a36e6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a36e6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:48 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:48 arguments = 2025-10-03 23:57:48 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1455380) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:48 __f = 0x55b6f1455380 2025-10-03 23:57:48 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a36e6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #16 std::__1::function::operator() (this=0x7fc4a36e6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1455170) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200SE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1455380}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a36e6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511583320, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a36e707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1455208: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1455218: 0x55b6f1455170) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1455200) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1455200}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:48 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 2025-10-03 23:57:48 Thread 308 (Thread 0x7fc4a2eed640 (LWP 563) "BgSchPool"): 2025-10-03 23:57:48 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:48 ec = 2025-10-03 23:57:48 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:48 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:48 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1455660) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:48 thread_status = { = { = {}, }, thread_id = 563, os_thread_priority = 0, performance_counters = {counters = 0x7fc59c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc59c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a2ee5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\356\242\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a2ee5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\356\242\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a2ee5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a2ee5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc59c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:48 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:48 arguments = 2025-10-03 23:57:48 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1455660) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:48 __f = 0x55b6f1455660 2025-10-03 23:57:48 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a2ee5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #16 std::__1::function::operator() (this=0x7fc4a2ee5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1455450) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`VE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1455660}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a2ee5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511627704, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a2ee607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14554e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14554f8: 0x55b6f1455450) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14554e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14554e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:48 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 2025-10-03 23:57:48 Thread 307 (Thread 0x7fc4a26ec640 (LWP 564) "BgSchPool"): 2025-10-03 23:57:48 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:48 ec = 2025-10-03 23:57:48 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:48 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:48 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1455940) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:48 thread_status = { = { = {}, }, thread_id = 564, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a26e4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11280, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306n\242\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a26e4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nn\242\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a26e4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a26e4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:48 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:48 arguments = 2025-10-03 23:57:48 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1455940) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:48 __f = 0x55b6f1455940 2025-10-03 23:57:48 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a26e4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #16 std::__1::function::operator() (this=0x7fc4a26e4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1455730) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@YE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1455940}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a26e4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511692465, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a26e507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14557c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14557d8: 0x55b6f1455730) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14557c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14557c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:48 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 2025-10-03 23:57:48 Thread 306 (Thread 0x7fc4a1eeb640 (LWP 565) "BgSchPool"): 2025-10-03 23:57:48 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:48 ec = 2025-10-03 23:57:48 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:48 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:48 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1455c20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:48 thread_status = { = { = {}, }, thread_id = 565, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a1ee3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\356\241\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a1ee3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\356\241\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a1ee3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a1ee3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:48 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:48 arguments = 2025-10-03 23:57:48 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1455c20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:48 __f = 0x55b6f1455c20 2025-10-03 23:57:48 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a1ee3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #16 std::__1::function::operator() (this=0x7fc4a1ee3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1455a10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \\E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1455c20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a1ee3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511736036, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a1ee407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1455aa8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1455ab8: 0x55b6f1455a10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1455aa0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1455aa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:48 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 2025-10-03 23:57:48 Thread 305 (Thread 0x7fc4a16ea640 (LWP 566) "BgSchPool"): 2025-10-03 23:57:48 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:48 ec = 2025-10-03 23:57:48 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:48 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:48 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1455f00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:48 thread_status = { = { = {}, }, thread_id = 566, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a16e2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 14192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246n\241\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a16e2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.n\241\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a16e2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a16e2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:48 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:48 arguments = 2025-10-03 23:57:48 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1455f00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:48 __f = 0x55b6f1455f00 2025-10-03 23:57:48 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a16e2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #16 std::__1::function::operator() (this=0x7fc4a16e2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1455cf0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000_E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1455f00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a16e2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511789848, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a16e307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1455d88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1455d98: 0x55b6f1455cf0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1455d80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1455d80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:48 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 2025-10-03 23:57:48 Thread 304 (Thread 0x7fc4a0ee9640 (LWP 567) "BgSchPool"): 2025-10-03 23:57:48 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:48 ec = 2025-10-03 23:57:48 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:48 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:48 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14561e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:48 thread_status = { = { = {}, }, thread_id = 567, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a0ee1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 14072, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\356\240\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a0ee1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\356\240\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a0ee1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a0ee1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:48 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:48 arguments = 2025-10-03 23:57:48 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14561e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:48 __f = 0x55b6f14561e0 2025-10-03 23:57:48 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a0ee1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #16 std::__1::function::operator() (this=0x7fc4a0ee1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1455fd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340aE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14561e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a0ee1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511839771, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a0ee207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1456068: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1456078: 0x55b6f1455fd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1456060) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1456060}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:48 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 2025-10-03 23:57:48 Thread 303 (Thread 0x7fc4a06e8640 (LWP 568) "BgSchPool"): 2025-10-03 23:57:48 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:48 ec = 2025-10-03 23:57:48 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:48 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:48 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14567a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:48 thread_status = { = { = {}, }, thread_id = 568, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4a06e0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 14840, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206n\240\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a06e0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016n\240\304\177\000\000\036,\243϶U\000", __large = 0x7fc4a06e0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a06e0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:48 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:48 arguments = 2025-10-03 23:57:48 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14567a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:48 __f = 0x55b6f14567a0 2025-10-03 23:57:48 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4a06e0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #16 std::__1::function::operator() (this=0x7fc4a06e0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14562b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240gE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14567a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a06e0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511967290, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4a06e107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1456348: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1456358: 0x55b6f14562b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1456340) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:48 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1456340}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:48 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 2025-10-03 23:57:48 Thread 302 (Thread 0x7fc49fee7640 (LWP 569) "BgSchPool"): 2025-10-03 23:57:48 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:48 No symbol table info available. 2025-10-03 23:57:48 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:48 ec = 2025-10-03 23:57:48 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:48 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:48 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:48 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14564c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:48 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:48 thread_status = { = { = {}, }, thread_id = 569, os_thread_priority = 0, performance_counters = {counters = 0x7fc5bc005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5bc005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49fedfc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10560, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\356\237\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49fedfe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\355\237\304\177\000\000\036,\243϶U\000", __large = 0x7fc49fedfec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49fedfe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5bc006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:48 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:48 arguments = 2025-10-03 23:57:48 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14564c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:48 __f = 0x55b6f14564c0 2025-10-03 23:57:48 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49fedff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #16 std::__1::function::operator() (this=0x7fc49fedff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1456590) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:48 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300dE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14564c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49fedffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144511896508, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:48 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49fee007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:48 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:48 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:48 job_is_done = 2025-10-03 23:57:48 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1456628: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1456638: 0x55b6f1456590) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:48 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:48 No locals. 2025-10-03 23:57:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1456620) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1456620}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:49 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 2025-10-03 23:57:49 Thread 301 (Thread 0x7fc49f6e6640 (LWP 570) "BgSchPool"): 2025-10-03 23:57:49 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:49 ec = 2025-10-03 23:57:49 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:49 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:49 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1456a80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:49 thread_status = { = { = {}, }, thread_id = 570, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49f6dec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11112, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fn\237\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49f6dee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356m\237\304\177\000\000\036,\243϶U\000", __large = 0x7fc49f6deec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49f6dee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:49 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:49 arguments = 2025-10-03 23:57:49 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1456a80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:49 __f = 0x55b6f1456a80 2025-10-03 23:57:49 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49f6def78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #16 std::__1::function::operator() (this=0x7fc49f6def78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1456870) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200jE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1456a80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49f6defef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512030519, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:49 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49f6df07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_is_done = 2025-10-03 23:57:49 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1456908: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1456918: 0x55b6f1456870) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1456900) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1456900}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:49 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 2025-10-03 23:57:49 Thread 300 (Thread 0x7fc49eee5640 (LWP 571) "BgSchPool"): 2025-10-03 23:57:49 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:49 ec = 2025-10-03 23:57:49 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:49 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:49 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1456d60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:49 thread_status = { = { = {}, }, thread_id = 571, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49eeddc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\356\236\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49eedde47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\355\236\304\177\000\000\036,\243϶U\000", __large = 0x7fc49eeddec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49eedde8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:49 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:49 arguments = 2025-10-03 23:57:49 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1456d60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:49 __f = 0x55b6f1456d60 2025-10-03 23:57:49 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49eeddf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #16 std::__1::function::operator() (this=0x7fc49eeddf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1456b50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`mE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1456d60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49eeddfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512084921, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:49 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49eede07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_is_done = 2025-10-03 23:57:49 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1456be8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1456bf8: 0x55b6f1456b50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1456be0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1456be0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:49 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 2025-10-03 23:57:49 Thread 299 (Thread 0x7fc49e6e4640 (LWP 572) "BgSchPool"): 2025-10-03 23:57:49 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:49 ec = 2025-10-03 23:57:49 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:49 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:49 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1457040) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:49 thread_status = { = { = {}, }, thread_id = 572, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49e6dcc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10168, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fn\236\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49e6dce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316m\236\304\177\000\000\036,\243϶U\000", __large = 0x7fc49e6dcec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49e6dce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:49 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:49 arguments = 2025-10-03 23:57:49 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1457040) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:49 __f = 0x55b6f1457040 2025-10-03 23:57:49 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49e6dcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #16 std::__1::function::operator() (this=0x7fc49e6dcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1456e30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@pE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1457040}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49e6dcfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512140505, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:49 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49e6dd07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_is_done = 2025-10-03 23:57:49 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1456ec8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1456ed8: 0x55b6f1456e30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1456ec0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1456ec0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:49 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 2025-10-03 23:57:49 Thread 298 (Thread 0x7fc49dee3640 (LWP 573) "BgSchPool"): 2025-10-03 23:57:49 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:49 ec = 2025-10-03 23:57:49 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:49 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:49 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1457320) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:49 thread_status = { = { = {}, }, thread_id = 573, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49dedbc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13288, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\356\235\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49dedbe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\355\235\304\177\000\000\036,\243϶U\000", __large = 0x7fc49dedbec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49dedbe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:49 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:49 arguments = 2025-10-03 23:57:49 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1457320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:49 __f = 0x55b6f1457320 2025-10-03 23:57:49 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49dedbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #16 std::__1::function::operator() (this=0x7fc49dedbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1457110) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " sE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1457320}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49dedbfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512192032, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:49 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49dedc07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_is_done = 2025-10-03 23:57:49 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14571a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14571b8: 0x55b6f1457110) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14571a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14571a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:49 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 2025-10-03 23:57:49 Thread 297 (Thread 0x7fc49d6e2640 (LWP 574) "BgSchPool"): 2025-10-03 23:57:49 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:49 ec = 2025-10-03 23:57:49 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:49 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:49 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1457600) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:49 thread_status = { = { = {}, }, thread_id = 574, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49d6dac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12216, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&n\235\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49d6dae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256m\235\304\177\000\000\036,\243϶U\000", __large = 0x7fc49d6daec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49d6dae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:49 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:49 arguments = 2025-10-03 23:57:49 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1457600) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:49 __f = 0x55b6f1457600 2025-10-03 23:57:49 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49d6daf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #16 std::__1::function::operator() (this=0x7fc49d6daf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14573f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000vE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1457600}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49d6dafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512239451, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:49 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49d6db07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_is_done = 2025-10-03 23:57:49 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1457488: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1457498: 0x55b6f14573f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1457480) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1457480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:49 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 2025-10-03 23:57:49 Thread 296 (Thread 0x7fc49cee1640 (LWP 575) "BgSchPool"): 2025-10-03 23:57:49 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:49 ec = 2025-10-03 23:57:49 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:49 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:49 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14578e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:49 thread_status = { = { = {}, }, thread_id = 575, os_thread_priority = 0, performance_counters = {counters = 0x7fc5dc005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5dc005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49ced9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10528, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\356\234\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49ced9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\355\234\304\177\000\000\036,\243϶U\000", __large = 0x7fc49ced9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49ced9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5dc006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:49 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:49 arguments = 2025-10-03 23:57:49 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14578e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:49 __f = 0x55b6f14578e0 2025-10-03 23:57:49 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49ced9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #16 std::__1::function::operator() (this=0x7fc49ced9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14576d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340xE\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14578e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49ced9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512294795, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:49 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49ceda07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_is_done = 2025-10-03 23:57:49 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1457768: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1457778: 0x55b6f14576d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1457760) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1457760}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:49 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 2025-10-03 23:57:49 Thread 295 (Thread 0x7fc49c6e0640 (LWP 576) "BgSchPool"): 2025-10-03 23:57:49 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:49 ec = 2025-10-03 23:57:49 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:49 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:49 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1457bc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:49 thread_status = { = { = {}, }, thread_id = 576, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49c6d8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006n\234\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49c6d8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216m\234\304\177\000\000\036,\243϶U\000", __large = 0x7fc49c6d8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49c6d8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:49 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:49 arguments = 2025-10-03 23:57:49 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1457bc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:49 __f = 0x55b6f1457bc0 2025-10-03 23:57:49 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49c6d8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #16 std::__1::function::operator() (this=0x7fc49c6d8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14579b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300{E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1457bc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49c6d8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512338967, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:49 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49c6d907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_is_done = 2025-10-03 23:57:49 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1457a48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1457a58: 0x55b6f14579b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1457a40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1457a40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:49 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 2025-10-03 23:57:49 Thread 294 (Thread 0x7fc49bedf640 (LWP 577) "BgSchPool"): 2025-10-03 23:57:49 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:49 ec = 2025-10-03 23:57:49 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:49 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:49 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1457ea0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:49 thread_status = { = { = {}, }, thread_id = 577, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49bed7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\355\233\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49bed7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\355\233\304\177\000\000\036,\243϶U\000", __large = 0x7fc49bed7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49bed7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:49 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:49 arguments = 2025-10-03 23:57:49 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1457ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:49 __f = 0x55b6f1457ea0 2025-10-03 23:57:49 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49bed7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #16 std::__1::function::operator() (this=0x7fc49bed7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1457c90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240~E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1457ea0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49bed7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512396004, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:49 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49bed807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:49 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:49 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_is_done = 2025-10-03 23:57:49 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1457d28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1457d38: 0x55b6f1457c90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1457d20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:49 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1457d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:49 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 2025-10-03 23:57:49 Thread 293 (Thread 0x7fc49b6de640 (LWP 578) "BgSchPool"): 2025-10-03 23:57:49 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:49 No symbol table info available. 2025-10-03 23:57:49 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:49 ec = 2025-10-03 23:57:49 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:49 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:49 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:49 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1458180) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:49 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:49 thread_status = { = { = {}, }, thread_id = 578, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49b6d6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 14328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346m\233\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49b6d6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nm\233\304\177\000\000\036,\243϶U\000", __large = 0x7fc49b6d6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49b6d6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:49 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:49 arguments = 2025-10-03 23:57:49 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1458180) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:49 __f = 0x55b6f1458180 2025-10-03 23:57:49 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49b6d6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #16 std::__1::function::operator() (this=0x7fc49b6d6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:49 No locals. 2025-10-03 23:57:49 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1457f70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:49 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:49 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\201E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1458180}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49b6d6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512447301, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49b6d707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1458008: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1458018: 0x55b6f1457f70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1458000) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1458000}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:50 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 2025-10-03 23:57:50 Thread 292 (Thread 0x7fc49aedd640 (LWP 579) "BgSchPool"): 2025-10-03 23:57:50 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:50 ec = 2025-10-03 23:57:50 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:50 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:50 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1458460) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:50 thread_status = { = { = {}, }, thread_id = 579, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49aed5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10088, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\355\232\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49aed5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\355\232\304\177\000\000\036,\243϶U\000", __large = 0x7fc49aed5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49aed5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:50 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:50 arguments = 2025-10-03 23:57:50 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1458460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:50 __f = 0x55b6f1458460 2025-10-03 23:57:50 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49aed5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #16 std::__1::function::operator() (this=0x7fc49aed5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1458250) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\204E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1458460}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49aed5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512503696, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49aed607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14582e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14582f8: 0x55b6f1458250) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14582e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14582e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:50 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 2025-10-03 23:57:50 Thread 291 (Thread 0x7fc49a6dc640 (LWP 580) "BgSchPool"): 2025-10-03 23:57:50 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:50 ec = 2025-10-03 23:57:50 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:50 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:50 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1458740) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:50 thread_status = { = { = {}, }, thread_id = 580, os_thread_priority = 0, performance_counters = {counters = 0x7fc5ec005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5ec005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc49a6d4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9616, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306m\232\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49a6d4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nm\232\304\177\000\000\036,\243϶U\000", __large = 0x7fc49a6d4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49a6d4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5ec006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:50 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:50 arguments = 2025-10-03 23:57:50 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1458740) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:50 __f = 0x55b6f1458740 2025-10-03 23:57:50 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc49a6d4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #16 std::__1::function::operator() (this=0x7fc49a6d4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1458530) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\207E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1458740}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49a6d4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512555714, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc49a6d507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14585c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14585d8: 0x55b6f1458530) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14585c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14585c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:50 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 2025-10-03 23:57:50 Thread 290 (Thread 0x7fc499edb640 (LWP 581) "BgSchPool"): 2025-10-03 23:57:50 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:50 ec = 2025-10-03 23:57:50 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:50 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:50 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1458a20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:50 thread_status = { = { = {}, }, thread_id = 581, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc499ed3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\355\231\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc499ed3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\355\231\304\177\000\000\036,\243϶U\000", __large = 0x7fc499ed3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc499ed3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:50 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:50 arguments = 2025-10-03 23:57:50 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1458a20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:50 __f = 0x55b6f1458a20 2025-10-03 23:57:50 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc499ed3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #16 std::__1::function::operator() (this=0x7fc499ed3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1458810) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \212E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1458a20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc499ed3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512601570, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc499ed407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14588a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14588b8: 0x55b6f1458810) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14588a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14588a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:50 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 2025-10-03 23:57:50 Thread 289 (Thread 0x7fc4996da640 (LWP 582) "BgSchPool"): 2025-10-03 23:57:50 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:50 ec = 2025-10-03 23:57:50 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:50 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:50 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1458d00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:50 thread_status = { = { = {}, }, thread_id = 582, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4996d2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246m\231\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4996d2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.m\231\304\177\000\000\036,\243϶U\000", __large = 0x7fc4996d2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4996d2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:50 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:50 arguments = 2025-10-03 23:57:50 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1458d00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:50 __f = 0x55b6f1458d00 2025-10-03 23:57:50 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4996d2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #16 std::__1::function::operator() (this=0x7fc4996d2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1458af0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\215E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1458d00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4996d2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512654910, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4996d307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1458b88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1458b98: 0x55b6f1458af0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1458b80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1458b80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:50 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 2025-10-03 23:57:50 Thread 288 (Thread 0x7fc498ed9640 (LWP 583) "BgSchPool"): 2025-10-03 23:57:50 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:50 ec = 2025-10-03 23:57:50 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:50 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:50 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1458fe0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:50 thread_status = { = { = {}, }, thread_id = 583, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc498ed1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10024, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\355\230\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc498ed1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\355\230\304\177\000\000\036,\243϶U\000", __large = 0x7fc498ed1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc498ed1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:50 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:50 arguments = 2025-10-03 23:57:50 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1458fe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:50 __f = 0x55b6f1458fe0 2025-10-03 23:57:50 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc498ed1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #16 std::__1::function::operator() (this=0x7fc498ed1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1458dd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\217E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1458fe0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc498ed1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512702769, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc498ed207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1458e68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1458e78: 0x55b6f1458dd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1458e60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1458e60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:50 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 2025-10-03 23:57:50 Thread 287 (Thread 0x7fc4986d8640 (LWP 584) "BgSchPool"): 2025-10-03 23:57:50 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:50 ec = 2025-10-03 23:57:50 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:50 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:50 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14592c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:50 thread_status = { = { = {}, }, thread_id = 584, os_thread_priority = 0, performance_counters = {counters = 0x7fc600005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc600005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4986d0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206m\230\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4986d0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016m\230\304\177\000\000\036,\243϶U\000", __large = 0x7fc4986d0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4986d0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc600006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:50 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:50 arguments = 2025-10-03 23:57:50 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14592c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:50 __f = 0x55b6f14592c0 2025-10-03 23:57:50 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4986d0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #16 std::__1::function::operator() (this=0x7fc4986d0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14590b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\222E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14592c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4986d0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512751070, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4986d107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1459148: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1459158: 0x55b6f14590b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1459140) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1459140}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:50 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 2025-10-03 23:57:50 Thread 286 (Thread 0x7fc497ed7640 (LWP 585) "BgSchPool"): 2025-10-03 23:57:50 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:50 ec = 2025-10-03 23:57:50 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:50 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:50 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14595a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:50 thread_status = { = { = {}, }, thread_id = 585, os_thread_priority = 0, performance_counters = {counters = 0x7fc608005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc608005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc497ecfc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11096, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\355\227\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc497ecfe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\354\227\304\177\000\000\036,\243϶U\000", __large = 0x7fc497ecfec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc497ecfe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc608006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:50 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:50 arguments = 2025-10-03 23:57:50 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14595a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:50 __f = 0x55b6f14595a0 2025-10-03 23:57:50 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc497ecff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #16 std::__1::function::operator() (this=0x7fc497ecff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1459390) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\225E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14595a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc497ecffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512795995, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc497ed007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1459428: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1459438: 0x55b6f1459390) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1459420) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1459420}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:50 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 2025-10-03 23:57:50 Thread 285 (Thread 0x7fc4976d6640 (LWP 586) "BgSchPool"): 2025-10-03 23:57:50 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:50 ec = 2025-10-03 23:57:50 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:50 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:50 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1459880) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:50 thread_status = { = { = {}, }, thread_id = 586, os_thread_priority = 0, performance_counters = {counters = 0x7fc60c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc60c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4976cec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10984, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fm\227\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4976cee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356l\227\304\177\000\000\036,\243϶U\000", __large = 0x7fc4976ceec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4976cee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc60c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:50 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:50 arguments = 2025-10-03 23:57:50 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1459880) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:50 __f = 0x55b6f1459880 2025-10-03 23:57:50 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4976cef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #16 std::__1::function::operator() (this=0x7fc4976cef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1459670) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\230E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1459880}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4976cefef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512850517, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4976cf07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1459708: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1459718: 0x55b6f1459670) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1459700) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:50 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1459700}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:50 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 2025-10-03 23:57:50 Thread 284 (Thread 0x7fc496ed5640 (LWP 587) "BgSchPool"): 2025-10-03 23:57:50 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:50 No symbol table info available. 2025-10-03 23:57:50 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:50 ec = 2025-10-03 23:57:50 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:50 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:50 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:50 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1459b60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:50 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:50 thread_status = { = { = {}, }, thread_id = 587, os_thread_priority = 0, performance_counters = {counters = 0x7fc610005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc610005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc496ecdc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10816, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\355\226\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc496ecde47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\354\226\304\177\000\000\036,\243϶U\000", __large = 0x7fc496ecdec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc496ecde8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc610006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:50 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:50 arguments = 2025-10-03 23:57:50 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1459b60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:50 __f = 0x55b6f1459b60 2025-10-03 23:57:50 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc496ecdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #16 std::__1::function::operator() (this=0x7fc496ecdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1459950) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:50 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\233E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1459b60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc496ecdfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512901883, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:50 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc496ece07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:50 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:50 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:50 job_is_done = 2025-10-03 23:57:50 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14599e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14599f8: 0x55b6f1459950) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:50 No locals. 2025-10-03 23:57:50 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14599e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14599e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 283 (Thread 0x7fc4966d4640 (LWP 588) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1459e40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 588, os_thread_priority = 0, performance_counters = {counters = 0x7fc61c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc61c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4966ccc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fm\226\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4966cce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316l\226\304\177\000\000\036,\243϶U\000", __large = 0x7fc4966ccec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4966cce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc61c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1459e40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f1459e40 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4966ccf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc4966ccf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1459c30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\236E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1459e40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4966ccfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144512967125, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4966cd07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:51 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1459cc8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1459cd8: 0x55b6f1459c30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1459cc0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1459cc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 282 (Thread 0x7fc495ed3640 (LWP 589) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145a120) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 589, os_thread_priority = 0, performance_counters = {counters = 0x7fc624005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc624005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc495ecbc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\355\225\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc495ecbe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\354\225\304\177\000\000\036,\243϶U\000", __large = 0x7fc495ecbec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc495ecbe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc624006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145a120) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f145a120 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc495ecbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc495ecbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1459f10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \241E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145a120}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc495ecbfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513040273, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc495ecc07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:51 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1459fa8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1459fb8: 0x55b6f1459f10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1459fa0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1459fa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 281 (Thread 0x7fc4956d2640 (LWP 590) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145a400) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 590, os_thread_priority = 0, performance_counters = {counters = 0x7fc618005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc618005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4956cac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12280, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&m\225\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4956cae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256l\225\304\177\000\000\036,\243϶U\000", __large = 0x7fc4956caec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4956cae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc618006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145a400) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f145a400 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4956caf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc4956caf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145a1f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\244E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145a400}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4956cafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513086589, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4956cb07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:51 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145a288: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145a298: 0x55b6f145a1f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145a280) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145a280}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 280 (Thread 0x7fc494ed1640 (LWP 591) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145a6e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 591, os_thread_priority = 0, performance_counters = {counters = 0x7fc620005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc620005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc494ec9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10960, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\355\224\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc494ec9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\354\224\304\177\000\000\036,\243϶U\000", __large = 0x7fc494ec9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc494ec9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc620006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145a6e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f145a6e0 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc494ec9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc494ec9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145a4d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\246E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145a6e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc494ec9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513132966, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc494eca07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:51 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145a568: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145a578: 0x55b6f145a4d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145a560) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145a560}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 279 (Thread 0x7fc4946d0640 (LWP 592) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145a9c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 592, os_thread_priority = 0, performance_counters = {counters = 0x7fc62c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc62c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4946c8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11424, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006m\224\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4946c8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216l\224\304\177\000\000\036,\243϶U\000", __large = 0x7fc4946c8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4946c8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc62c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145a9c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f145a9c0 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4946c8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc4946c8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145a7b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\251E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145a9c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4946c8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513180886, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4946c907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:51 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145a848: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145a858: 0x55b6f145a7b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145a840) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145a840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 278 (Thread 0x7fc493ecf640 (LWP 593) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145aca0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 593, os_thread_priority = 0, performance_counters = {counters = 0x7fc628005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc628005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc493ec7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\354\223\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc493ec7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\354\223\304\177\000\000\036,\243϶U\000", __large = 0x7fc493ec7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc493ec7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc628006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145aca0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f145aca0 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc493ec7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc493ec7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145aa90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\254E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145aca0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc493ec7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513226051, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc493ec807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:51 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145ab28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145ab38: 0x55b6f145aa90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145ab20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145ab20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 277 (Thread 0x7fc4936ce640 (LWP 594) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145af80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 594, os_thread_priority = 0, performance_counters = {counters = 0x7fc630005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc630005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4936c6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12784, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346l\223\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4936c6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nl\223\304\177\000\000\036,\243϶U\000", __large = 0x7fc4936c6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4936c6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc630006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145af80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f145af80 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4936c6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc4936c6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145ad70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\257E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145af80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4936c6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513276075, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4936c707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:51 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145ae08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145ae18: 0x55b6f145ad70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145ae00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145ae00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 276 (Thread 0x7fc492ecd640 (LWP 595) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145b260) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 595, os_thread_priority = 0, performance_counters = {counters = 0x7fc64c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc64c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc492ec5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10344, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\354\222\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc492ec5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\354\222\304\177\000\000\036,\243϶U\000", __large = 0x7fc492ec5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc492ec5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc64c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145b260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f145b260 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc492ec5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc492ec5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145b050) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\262E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145b260}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc492ec5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513329905, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc492ec607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:51 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145b0e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145b0f8: 0x55b6f145b050) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145b0e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145b0e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 275 (Thread 0x7fc4926cc640 (LWP 596) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145b540) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 596, os_thread_priority = 0, performance_counters = {counters = 0x7fc63c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc63c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4926c4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12112, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306l\222\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4926c4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nl\222\304\177\000\000\036,\243϶U\000", __large = 0x7fc4926c4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4926c4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc63c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145b540) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f145b540 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4926c4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc4926c4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145b330) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\265E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145b540}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4926c4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513373077, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4926c507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:51 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145b3c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145b3d8: 0x55b6f145b330) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145b3c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:51 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145b3c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:51 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 2025-10-03 23:57:51 Thread 274 (Thread 0x7fc491ecb640 (LWP 597) "BgSchPool"): 2025-10-03 23:57:51 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:51 No symbol table info available. 2025-10-03 23:57:51 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:51 ec = 2025-10-03 23:57:51 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:51 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:51 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:51 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145b820) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:51 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:51 thread_status = { = { = {}, }, thread_id = 597, os_thread_priority = 0, performance_counters = {counters = 0x7fc638005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc638005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc491ec3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9488, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\354\221\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc491ec3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\354\221\304\177\000\000\036,\243϶U\000", __large = 0x7fc491ec3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc491ec3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc638006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:51 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:51 arguments = 2025-10-03 23:57:51 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145b820) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:51 __f = 0x55b6f145b820 2025-10-03 23:57:51 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc491ec3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #16 std::__1::function::operator() (this=0x7fc491ec3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:51 No locals. 2025-10-03 23:57:51 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145b610) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:51 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \270E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145b820}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc491ec3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513418251, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:51 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc491ec407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:51 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:51 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:51 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145b6a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145b6b8: 0x55b6f145b610) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145b6a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145b6a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 2025-10-03 23:57:52 Thread 273 (Thread 0x7fc4916ca640 (LWP 598) "BgSchPool"): 2025-10-03 23:57:52 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:52 ec = 2025-10-03 23:57:52 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:52 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:52 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145bb00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:52 thread_status = { = { = {}, }, thread_id = 598, os_thread_priority = 0, performance_counters = {counters = 0x7fc640005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc640005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4916c2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9688, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246l\221\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4916c2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.l\221\304\177\000\000\036,\243϶U\000", __large = 0x7fc4916c2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4916c2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc640006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:52 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:52 arguments = 2025-10-03 23:57:52 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145bb00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:52 __f = 0x55b6f145bb00 2025-10-03 23:57:52 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4916c2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #16 std::__1::function::operator() (this=0x7fc4916c2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145b8f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\273E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145bb00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4916c2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513464428, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:52 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4916c307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145b988: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145b998: 0x55b6f145b8f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145b980) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145b980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 2025-10-03 23:57:52 Thread 272 (Thread 0x7fc490ec9640 (LWP 599) "BgSchPool"): 2025-10-03 23:57:52 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:52 ec = 2025-10-03 23:57:52 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:52 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:52 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145bde0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:52 thread_status = { = { = {}, }, thread_id = 599, os_thread_priority = 0, performance_counters = {counters = 0x7fc644005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc644005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc490ec1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19408, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\354\220\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc490ec1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\354\220\304\177\000\000\036,\243϶U\000", __large = 0x7fc490ec1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc490ec1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc644006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:52 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:52 arguments = 2025-10-03 23:57:52 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145bde0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:52 __f = 0x55b6f145bde0 2025-10-03 23:57:52 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc490ec1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #16 std::__1::function::operator() (this=0x7fc490ec1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145bbd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\275E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145bde0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc490ec1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513519942, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:52 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc490ec207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145bc68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145bc78: 0x55b6f145bbd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145bc60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145bc60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 2025-10-03 23:57:52 Thread 271 (Thread 0x7fc4906c8640 (LWP 600) "BgSchPool"): 2025-10-03 23:57:52 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:52 ec = 2025-10-03 23:57:52 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:52 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:52 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145c0c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:52 thread_status = { = { = {}, }, thread_id = 600, os_thread_priority = 0, performance_counters = {counters = 0x7fc648005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc648005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4906c0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9688, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206l\220\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4906c0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016l\220\304\177\000\000\036,\243϶U\000", __large = 0x7fc4906c0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4906c0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc648006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:52 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:52 arguments = 2025-10-03 23:57:52 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145c0c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:52 __f = 0x55b6f145c0c0 2025-10-03 23:57:52 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4906c0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #16 std::__1::function::operator() (this=0x7fc4906c0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145beb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\300E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145c0c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4906c0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513570026, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:52 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4906c107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145bf48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145bf58: 0x55b6f145beb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145bf40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145bf40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 2025-10-03 23:57:52 Thread 270 (Thread 0x7fc48fec7640 (LWP 601) "BgSchPool"): 2025-10-03 23:57:52 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:52 ec = 2025-10-03 23:57:52 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:52 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:52 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145c3a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:52 thread_status = { = { = {}, }, thread_id = 601, os_thread_priority = 0, performance_counters = {counters = 0x7fc650005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc650005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48febfc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 31656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\354\217\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48febfe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\353\217\304\177\000\000\036,\243϶U\000", __large = 0x7fc48febfec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48febfe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc650006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:52 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:52 arguments = 2025-10-03 23:57:52 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145c3a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:52 __f = 0x55b6f145c3a0 2025-10-03 23:57:52 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48febff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #16 std::__1::function::operator() (this=0x7fc48febff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145c190) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\303E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145c3a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48febffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513623426, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:52 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48fec007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145c228: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145c238: 0x55b6f145c190) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145c220) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145c220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 2025-10-03 23:57:52 Thread 269 (Thread 0x7fc48f6c6640 (LWP 602) "BgSchPool"): 2025-10-03 23:57:52 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:52 ec = 2025-10-03 23:57:52 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:52 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:52 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145c680) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:52 thread_status = { = { = {}, }, thread_id = 602, os_thread_priority = 0, performance_counters = {counters = 0x7fc65c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc65c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48f6bec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11448, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fl\217\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48f6bee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356k\217\304\177\000\000\036,\243϶U\000", __large = 0x7fc48f6beec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48f6bee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc65c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:52 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:52 arguments = 2025-10-03 23:57:52 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145c680) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:52 __f = 0x55b6f145c680 2025-10-03 23:57:52 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48f6bef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #16 std::__1::function::operator() (this=0x7fc48f6bef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145c470) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\306E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145c680}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48f6befef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513663161, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:52 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48f6bf07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145c508: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145c518: 0x55b6f145c470) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145c500) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145c500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 2025-10-03 23:57:52 Thread 268 (Thread 0x7fc48eec5640 (LWP 603) "BgSchPool"): 2025-10-03 23:57:52 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:52 ec = 2025-10-03 23:57:52 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:52 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:52 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145c960) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:52 thread_status = { = { = {}, }, thread_id = 603, os_thread_priority = 0, performance_counters = {counters = 0x7fc658005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc658005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48eebdc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\354\216\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48eebde47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\353\216\304\177\000\000\036,\243϶U\000", __large = 0x7fc48eebdec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48eebde8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc658006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:52 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:52 arguments = 2025-10-03 23:57:52 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145c960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:52 __f = 0x55b6f145c960 2025-10-03 23:57:52 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48eebdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #16 std::__1::function::operator() (this=0x7fc48eebdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145c750) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\311E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145c960}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48eebdfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513713675, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:52 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48eebe07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145c7e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145c7f8: 0x55b6f145c750) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145c7e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145c7e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 2025-10-03 23:57:52 Thread 267 (Thread 0x7fc48e6c4640 (LWP 604) "BgSchPool"): 2025-10-03 23:57:52 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:52 ec = 2025-10-03 23:57:52 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:52 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:52 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145cc40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:52 thread_status = { = { = {}, }, thread_id = 604, os_thread_priority = 0, performance_counters = {counters = 0x7fc664005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc664005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48e6bcc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fl\216\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48e6bce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316k\216\304\177\000\000\036,\243϶U\000", __large = 0x7fc48e6bcec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48e6bce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc664006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:52 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:52 arguments = 2025-10-03 23:57:52 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145cc40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:52 __f = 0x55b6f145cc40 2025-10-03 23:57:52 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48e6bcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #16 std::__1::function::operator() (this=0x7fc48e6bcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145ca30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\314E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145cc40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48e6bcfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513766575, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:52 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48e6bd07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145cac8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145cad8: 0x55b6f145ca30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145cac0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145cac0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 2025-10-03 23:57:52 Thread 266 (Thread 0x7fc48dec3640 (LWP 605) "BgSchPool"): 2025-10-03 23:57:52 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:52 ec = 2025-10-03 23:57:52 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:52 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:52 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145cf20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:52 thread_status = { = { = {}, }, thread_id = 605, os_thread_priority = 0, performance_counters = {counters = 0x7fc660005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc660005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48debbc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19048, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\354\215\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48debbe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\353\215\304\177\000\000\036,\243϶U\000", __large = 0x7fc48debbec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48debbe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc660006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:52 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:52 arguments = 2025-10-03 23:57:52 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145cf20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:52 __f = 0x55b6f145cf20 2025-10-03 23:57:52 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48debbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #16 std::__1::function::operator() (this=0x7fc48debbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145cd10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \317E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145cf20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48debbfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513813282, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:52 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48debc07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145cda8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145cdb8: 0x55b6f145cd10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145cda0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145cda0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 2025-10-03 23:57:52 Thread 265 (Thread 0x7fc48d6c2640 (LWP 606) "BgSchPool"): 2025-10-03 23:57:52 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:52 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:52 ec = 2025-10-03 23:57:52 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:52 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:52 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:52 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145d200) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:52 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:52 thread_status = { = { = {}, }, thread_id = 606, os_thread_priority = 0, performance_counters = {counters = 0x7fc668005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc668005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48d6bac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&l\215\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48d6bae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256k\215\304\177\000\000\036,\243϶U\000", __large = 0x7fc48d6baec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48d6bae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc668006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:52 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:52 arguments = 2025-10-03 23:57:52 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145d200) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:52 __f = 0x55b6f145d200 2025-10-03 23:57:52 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48d6baf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #16 std::__1::function::operator() (this=0x7fc48d6baf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145cff0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:52 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\322E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145d200}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48d6bafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513865921, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:52 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48d6bb07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:52 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:52 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:52 job_is_done = 2025-10-03 23:57:52 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145d088: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145d098: 0x55b6f145cff0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:52 No locals. 2025-10-03 23:57:52 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145d080) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:52 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145d080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:52 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:52 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 264 (Thread 0x7fc48cec1640 (LWP 607) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145d4e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 607, os_thread_priority = 0, performance_counters = {counters = 0x7fc670005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc670005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48ceb9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\354\214\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48ceb9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\353\214\304\177\000\000\036,\243϶U\000", __large = 0x7fc48ceb9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48ceb9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc670006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144724318083, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145d4e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145d4e0 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48ceb9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc48ceb9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145d2d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\324E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145d4e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48ceb9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144513989092, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48ceba07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145d368: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145d378: 0x55b6f145d2d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145d360) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145d360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:53 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 263 (Thread 0x7fc48c6c0640 (LWP 608) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145d7c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 608, os_thread_priority = 0, performance_counters = {counters = 0x7fc674005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc674005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48c6b8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 21144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006l\214\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48c6b8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216k\214\304\177\000\000\036,\243϶U\000", __large = 0x7fc48c6b8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48c6b8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc674006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145d7c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145d7c0 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48c6b8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc48c6b8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145d5b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\327E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145d7c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48c6b8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514042802, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48c6b907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145d648: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145d658: 0x55b6f145d5b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145d640) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145d640}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:53 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 262 (Thread 0x7fc48bebf640 (LWP 609) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145daa0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 609, os_thread_priority = 0, performance_counters = {counters = 0x7fc67c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc67c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48beb7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12368, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\353\213\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48beb7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\353\213\304\177\000\000\036,\243϶U\000", __large = 0x7fc48beb7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48beb7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc67c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145daa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145daa0 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48beb7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc48beb7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145d890) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\332E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145daa0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48beb7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514126129, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48beb807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145d928: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145d938: 0x55b6f145d890) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145d920) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145d920}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:53 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 261 (Thread 0x7fc48b6be640 (LWP 610) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145dd80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 610, os_thread_priority = 0, performance_counters = {counters = 0x7fc678005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc678005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48b6b6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10544, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346k\213\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48b6b6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nk\213\304\177\000\000\036,\243϶U\000", __large = 0x7fc48b6b6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48b6b6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc678006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145dd80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145dd80 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48b6b6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc48b6b6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145db70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\335E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145dd80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48b6b6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514180270, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48b6b707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145dc08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145dc18: 0x55b6f145db70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145dc00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145dc00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:53 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 260 (Thread 0x7fc48aebd640 (LWP 611) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145e060) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 611, os_thread_priority = 0, performance_counters = {counters = 0x7fc684005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc684005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48aeb5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11128, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\353\212\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48aeb5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\353\212\304\177\000\000\036,\243϶U\000", __large = 0x7fc48aeb5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48aeb5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc684006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145e060 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48aeb5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc48aeb5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145de50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\340E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145e060}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48aeb5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514239521, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48aeb607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145dee8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145def8: 0x55b6f145de50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145dee0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145dee0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:53 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 259 (Thread 0x7fc48a6bc640 (LWP 612) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145e340) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 612, os_thread_priority = 0, performance_counters = {counters = 0x7fc680005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc680005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc48a6b4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306k\212\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48a6b4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nk\212\304\177\000\000\036,\243϶U\000", __large = 0x7fc48a6b4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48a6b4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc680006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145e340) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145e340 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc48a6b4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc48a6b4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145e130) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\343E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145e340}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48a6b4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514295767, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc48a6b507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145e1c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145e1d8: 0x55b6f145e130) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145e1c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145e1c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:53 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 258 (Thread 0x7fc489ebb640 (LWP 613) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145e620) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 613, os_thread_priority = 0, performance_counters = {counters = 0x7fc690005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc690005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc489eb3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9640, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\353\211\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc489eb3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\353\211\304\177\000\000\036,\243϶U\000", __large = 0x7fc489eb3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc489eb3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc690006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145e620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145e620 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc489eb3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc489eb3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145e410) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \346E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145e620}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc489eb3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514341773, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc489eb407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145e4a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145e4b8: 0x55b6f145e410) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145e4a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145e4a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:53 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 257 (Thread 0x7fc4896ba640 (LWP 614) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145e900) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 614, os_thread_priority = 0, performance_counters = {counters = 0x7fc688005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc688005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4896b2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246k\211\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4896b2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.k\211\304\177\000\000\036,\243϶U\000", __large = 0x7fc4896b2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4896b2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc688006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145e900) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145e900 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4896b2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc4896b2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145e6f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\351E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145e900}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4896b2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514400012, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4896b307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145e788: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145e798: 0x55b6f145e6f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145e780) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145e780}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:53 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 256 (Thread 0x7fc488eb9640 (LWP 615) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145ebe0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 615, os_thread_priority = 0, performance_counters = {counters = 0x7fc694005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc694005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc488eb1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 17328, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\353\210\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc488eb1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\353\210\304\177\000\000\036,\243϶U\000", __large = 0x7fc488eb1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc488eb1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc694006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145ebe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145ebe0 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc488eb1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc488eb1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145e9d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\353E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145ebe0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc488eb1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514452691, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc488eb207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145ea68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145ea78: 0x55b6f145e9d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145ea60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:53 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145ea60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:53 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 2025-10-03 23:57:53 Thread 255 (Thread 0x7fc4886b8640 (LWP 616) "BgSchPool"): 2025-10-03 23:57:53 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:53 No symbol table info available. 2025-10-03 23:57:53 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:53 ec = 2025-10-03 23:57:53 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:53 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:53 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:53 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145eec0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:53 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:53 thread_status = { = { = {}, }, thread_id = 616, os_thread_priority = 0, performance_counters = {counters = 0x7fc69c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc69c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4886b0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11160, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206k\210\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4886b0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016k\210\304\177\000\000\036,\243϶U\000", __large = 0x7fc4886b0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4886b0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc69c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:53 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:53 arguments = 2025-10-03 23:57:53 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145eec0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:53 __f = 0x55b6f145eec0 2025-10-03 23:57:53 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4886b0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #16 std::__1::function::operator() (this=0x7fc4886b0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145ecb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:53 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145eec0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4886b0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514498106, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:53 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4886b107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:53 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:53 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:53 job_is_done = 2025-10-03 23:57:53 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145ed48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145ed58: 0x55b6f145ecb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:53 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:53 No locals. 2025-10-03 23:57:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145ed40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145ed40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:54 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 2025-10-03 23:57:54 Thread 254 (Thread 0x7fc487eb7640 (LWP 617) "BgSchPool"): 2025-10-03 23:57:54 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:54 ec = 2025-10-03 23:57:54 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:54 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:54 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145f1a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:54 thread_status = { = { = {}, }, thread_id = 617, os_thread_priority = 0, performance_counters = {counters = 0x7fc698005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc698005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc487eafc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\353\207\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc487eafe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\352\207\304\177\000\000\036,\243϶U\000", __large = 0x7fc487eafec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc487eafe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc698006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:54 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:54 arguments = 2025-10-03 23:57:54 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145f1a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:54 __f = 0x55b6f145f1a0 2025-10-03 23:57:54 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc487eaff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #16 std::__1::function::operator() (this=0x7fc487eaff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145ef90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\361E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145f1a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc487eaffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514550324, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:54 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc487eb007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_is_done = 2025-10-03 23:57:54 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145f028: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145f038: 0x55b6f145ef90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145f020) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145f020}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:54 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 2025-10-03 23:57:54 Thread 253 (Thread 0x7fc4876b6640 (LWP 618) "BgSchPool"): 2025-10-03 23:57:54 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:54 ec = 2025-10-03 23:57:54 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:54 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:54 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145f480) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:54 thread_status = { = { = {}, }, thread_id = 618, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4876aec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11648, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fk\207\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4876aee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356j\207\304\177\000\000\036,\243϶U\000", __large = 0x7fc4876aeec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4876aee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:54 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:54 arguments = 2025-10-03 23:57:54 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145f480) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:54 __f = 0x55b6f145f480 2025-10-03 23:57:54 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4876aef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #16 std::__1::function::operator() (this=0x7fc4876aef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145f270) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\364E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145f480}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4876aefef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514599987, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:54 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4876af07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_is_done = 2025-10-03 23:57:54 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145f308: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145f318: 0x55b6f145f270) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145f300) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145f300}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:54 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 2025-10-03 23:57:54 Thread 252 (Thread 0x7fc486eb5640 (LWP 619) "BgSchPool"): 2025-10-03 23:57:54 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:54 ec = 2025-10-03 23:57:54 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:54 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:54 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145f760) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:54 thread_status = { = { = {}, }, thread_id = 619, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc486eadc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10784, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\353\206\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc486eade47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\352\206\304\177\000\000\036,\243϶U\000", __large = 0x7fc486eadec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc486eade8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:54 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:54 arguments = 2025-10-03 23:57:54 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145f760) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:54 __f = 0x55b6f145f760 2025-10-03 23:57:54 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc486eadf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #16 std::__1::function::operator() (this=0x7fc486eadf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145f550) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\367E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145f760}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc486eadfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514652636, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:54 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc486eae07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_is_done = 2025-10-03 23:57:54 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145f5e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145f5f8: 0x55b6f145f550) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145f5e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145f5e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:54 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 2025-10-03 23:57:54 Thread 251 (Thread 0x7fc4866b4640 (LWP 620) "BgSchPool"): 2025-10-03 23:57:54 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:54 ec = 2025-10-03 23:57:54 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:54 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:54 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145fa40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:54 thread_status = { = { = {}, }, thread_id = 620, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ac005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ac005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4866acc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19960, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fk\206\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4866ace47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316j\206\304\177\000\000\036,\243϶U\000", __large = 0x7fc4866acec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4866ace8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ac006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:54 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:54 arguments = 2025-10-03 23:57:54 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145fa40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:54 __f = 0x55b6f145fa40 2025-10-03 23:57:54 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4866acf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #16 std::__1::function::operator() (this=0x7fc4866acf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145f830) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\372E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145fa40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4866acfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514700746, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:54 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4866ad07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_is_done = 2025-10-03 23:57:54 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145f8c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145f8d8: 0x55b6f145f830) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145f8c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145f8c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:54 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 2025-10-03 23:57:54 Thread 250 (Thread 0x7fc485eb3640 (LWP 621) "BgSchPool"): 2025-10-03 23:57:54 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:54 ec = 2025-10-03 23:57:54 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:54 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:54 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f145fd20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:54 thread_status = { = { = {}, }, thread_id = 621, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc485eabc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10120, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\353\205\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc485eabe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\352\205\304\177\000\000\036,\243϶U\000", __large = 0x7fc485eabec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc485eabe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:54 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:54 arguments = 2025-10-03 23:57:54 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f145fd20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:54 __f = 0x55b6f145fd20 2025-10-03 23:57:54 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc485eabf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #16 std::__1::function::operator() (this=0x7fc485eabf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145fb10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \375E\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f145fd20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc485eabfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514752423, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:54 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc485eac07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_is_done = 2025-10-03 23:57:54 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145fba8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145fbb8: 0x55b6f145fb10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145fba0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145fba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:54 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 2025-10-03 23:57:54 Thread 249 (Thread 0x7fc4856b2640 (LWP 622) "BgSchPool"): 2025-10-03 23:57:54 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:54 ec = 2025-10-03 23:57:54 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:54 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:54 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1460000) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:54 thread_status = { = { = {}, }, thread_id = 622, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4856aac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9936, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&k\205\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4856aae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256j\205\304\177\000\000\036,\243϶U\000", __large = 0x7fc4856aaec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4856aae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:54 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:54 arguments = 2025-10-03 23:57:54 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1460000) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:54 __f = 0x55b6f1460000 2025-10-03 23:57:54 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4856aaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #16 std::__1::function::operator() (this=0x7fc4856aaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f145fdf0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1460000}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4856aafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514799321, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:54 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4856ab07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_is_done = 2025-10-03 23:57:54 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f145fe88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f145fe98: 0x55b6f145fdf0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f145fe80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f145fe80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:54 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 2025-10-03 23:57:54 Thread 248 (Thread 0x7fc484eb1640 (LWP 623) "BgSchPool"): 2025-10-03 23:57:54 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:54 ec = 2025-10-03 23:57:54 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:54 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:54 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14602e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:54 thread_status = { = { = {}, }, thread_id = 623, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc484ea9c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\353\204\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc484ea9e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\352\204\304\177\000\000\036,\243϶U\000", __large = 0x7fc484ea9ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc484ea9e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:54 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:54 arguments = 2025-10-03 23:57:54 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14602e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:54 __f = 0x55b6f14602e0 2025-10-03 23:57:54 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc484ea9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #16 std::__1::function::operator() (this=0x7fc484ea9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14600d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\002F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14602e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc484ea9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514845478, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:54 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc484eaa07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_is_done = 2025-10-03 23:57:54 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1460168: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1460178: 0x55b6f14600d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1460160) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1460160}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:54 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 2025-10-03 23:57:54 Thread 247 (Thread 0x7fc4846b0640 (LWP 624) "BgSchPool"): 2025-10-03 23:57:54 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:54 ec = 2025-10-03 23:57:54 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:54 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:54 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14605c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:54 thread_status = { = { = {}, }, thread_id = 624, os_thread_priority = 0, performance_counters = {counters = 0x7fc6bc005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6bc005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4846a8c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11400, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006k\204\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4846a8e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216j\204\304\177\000\000\036,\243϶U\000", __large = 0x7fc4846a8ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4846a8e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6bc006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:54 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:54 arguments = 2025-10-03 23:57:54 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14605c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:54 __f = 0x55b6f14605c0 2025-10-03 23:57:54 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4846a8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #16 std::__1::function::operator() (this=0x7fc4846a8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14603b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\005F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14605c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4846a8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514897034, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:54 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4846a907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:54 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:54 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_is_done = 2025-10-03 23:57:54 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1460448: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1460458: 0x55b6f14603b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1460440) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:54 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1460440}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:54 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 2025-10-03 23:57:54 Thread 246 (Thread 0x7fc483eaf640 (LWP 625) "BgSchPool"): 2025-10-03 23:57:54 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:54 No symbol table info available. 2025-10-03 23:57:54 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:54 ec = 2025-10-03 23:57:54 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:54 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:54 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:54 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14608a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:54 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:54 thread_status = { = { = {}, }, thread_id = 625, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc483ea7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\352\203\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc483ea7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\352\203\304\177\000\000\036,\243϶U\000", __large = 0x7fc483ea7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc483ea7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:54 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:54 arguments = 2025-10-03 23:57:54 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14608a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:54 __f = 0x55b6f14608a0 2025-10-03 23:57:54 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc483ea7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #16 std::__1::function::operator() (this=0x7fc483ea7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:54 No locals. 2025-10-03 23:57:54 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1460690) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:54 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:54 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\bF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14608a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc483ea7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144514977735, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc483ea807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1460728: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1460738: 0x55b6f1460690) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1460720) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1460720}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:55 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 2025-10-03 23:57:55 Thread 245 (Thread 0x7fc4836ae640 (LWP 626) "BgSchPool"): 2025-10-03 23:57:55 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:55 ec = 2025-10-03 23:57:55 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:55 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:55 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1460b80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:55 thread_status = { = { = {}, }, thread_id = 626, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4836a6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11104, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346j\203\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4836a6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nj\203\304\177\000\000\036,\243϶U\000", __large = 0x7fc4836a6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4836a6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:55 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:55 arguments = 2025-10-03 23:57:55 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1460b80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:55 __f = 0x55b6f1460b80 2025-10-03 23:57:55 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4836a6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #16 std::__1::function::operator() (this=0x7fc4836a6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1460970) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\vF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1460b80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4836a6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515046364, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4836a707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1460a08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1460a18: 0x55b6f1460970) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1460a00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1460a00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:55 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 2025-10-03 23:57:55 Thread 244 (Thread 0x7fc482ead640 (LWP 627) "BgSchPool"): 2025-10-03 23:57:55 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:55 ec = 2025-10-03 23:57:55 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:55 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:55 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1460e60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:55 thread_status = { = { = {}, }, thread_id = 627, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc482ea5c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 28704, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\352\202\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc482ea5e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\352\202\304\177\000\000\036,\243϶U\000", __large = 0x7fc482ea5ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc482ea5e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:55 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:55 arguments = 2025-10-03 23:57:55 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1460e60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:55 __f = 0x55b6f1460e60 2025-10-03 23:57:55 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc482ea5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #16 std::__1::function::operator() (this=0x7fc482ea5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1460c50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\016F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1460e60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc482ea5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515097961, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc482ea607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1460ce8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1460cf8: 0x55b6f1460c50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1460ce0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1460ce0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:55 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 2025-10-03 23:57:55 Thread 243 (Thread 0x7fc4826ac640 (LWP 628) "BgSchPool"): 2025-10-03 23:57:55 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:55 ec = 2025-10-03 23:57:55 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:55 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:55 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1461140) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:55 thread_status = { = { = {}, }, thread_id = 628, os_thread_priority = 0, performance_counters = {counters = 0x7fc6cc005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6cc005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4826a4c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 26952, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306j\202\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4826a4e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nj\202\304\177\000\000\036,\243϶U\000", __large = 0x7fc4826a4ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4826a4e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6cc006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:55 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:55 arguments = 2025-10-03 23:57:55 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1461140) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:55 __f = 0x55b6f1461140 2025-10-03 23:57:55 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4826a4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #16 std::__1::function::operator() (this=0x7fc4826a4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1460f30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\021F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1461140}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4826a4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515147734, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4826a507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1460fc8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1460fd8: 0x55b6f1460f30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1460fc0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1460fc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:55 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 2025-10-03 23:57:55 Thread 242 (Thread 0x7fc481eab640 (LWP 629) "BgSchPool"): 2025-10-03 23:57:55 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:55 ec = 2025-10-03 23:57:55 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:55 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:55 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1461420) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:55 thread_status = { = { = {}, }, thread_id = 629, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc481ea3c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10816, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\352\201\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc481ea3e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\352\201\304\177\000\000\036,\243϶U\000", __large = 0x7fc481ea3ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc481ea3e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:55 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:55 arguments = 2025-10-03 23:57:55 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1461420) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:55 __f = 0x55b6f1461420 2025-10-03 23:57:55 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc481ea3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #16 std::__1::function::operator() (this=0x7fc481ea3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1461210) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \024F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1461420}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc481ea3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515199181, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc481ea407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14612a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14612b8: 0x55b6f1461210) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14612a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14612a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:55 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 2025-10-03 23:57:55 Thread 241 (Thread 0x7fc4816aa640 (LWP 630) "BgSchPool"): 2025-10-03 23:57:55 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:55 ec = 2025-10-03 23:57:55 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:55 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:55 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1461700) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:55 thread_status = { = { = {}, }, thread_id = 630, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4816a2c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11632, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246j\201\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4816a2e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.j\201\304\177\000\000\036,\243϶U\000", __large = 0x7fc4816a2ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4816a2e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:55 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:55 arguments = 2025-10-03 23:57:55 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1461700) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:55 __f = 0x55b6f1461700 2025-10-03 23:57:55 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4816a2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #16 std::__1::function::operator() (this=0x7fc4816a2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14614f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\027F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1461700}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4816a2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515250497, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4816a307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1461588: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1461598: 0x55b6f14614f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1461580) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1461580}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:55 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 2025-10-03 23:57:55 Thread 240 (Thread 0x7fc480ea9640 (LWP 631) "BgSchPool"): 2025-10-03 23:57:55 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:55 ec = 2025-10-03 23:57:55 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:55 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:55 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14619e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:55 thread_status = { = { = {}, }, thread_id = 631, os_thread_priority = 0, performance_counters = {counters = 0x7fc6dc005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6dc005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc480ea1c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12616, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\352\200\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc480ea1e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\352\200\304\177\000\000\036,\243϶U\000", __large = 0x7fc480ea1ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc480ea1e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6dc006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:55 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:55 arguments = 2025-10-03 23:57:55 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14619e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:55 __f = 0x55b6f14619e0 2025-10-03 23:57:55 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc480ea1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #16 std::__1::function::operator() (this=0x7fc480ea1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14617d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\031F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14619e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc480ea1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515305370, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc480ea207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1461868: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1461878: 0x55b6f14617d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1461860) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1461860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:55 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 2025-10-03 23:57:55 Thread 239 (Thread 0x7fc4806a8640 (LWP 632) "BgSchPool"): 2025-10-03 23:57:55 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:55 ec = 2025-10-03 23:57:55 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:55 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:55 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1461cc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:55 thread_status = { = { = {}, }, thread_id = 632, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4806a0c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11856, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206j\200\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4806a0e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016j\200\304\177\000\000\036,\243϶U\000", __large = 0x7fc4806a0ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4806a0e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:55 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:55 arguments = 2025-10-03 23:57:55 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1461cc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:55 __f = 0x55b6f1461cc0 2025-10-03 23:57:55 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4806a0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #16 std::__1::function::operator() (this=0x7fc4806a0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1461ab0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\034F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1461cc0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4806a0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515353800, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4806a107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1461b48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1461b58: 0x55b6f1461ab0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1461b40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1461b40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:55 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 2025-10-03 23:57:55 Thread 238 (Thread 0x7fc47fea7640 (LWP 633) "BgSchPool"): 2025-10-03 23:57:55 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:55 ec = 2025-10-03 23:57:55 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:55 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:55 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1461fa0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:55 thread_status = { = { = {}, }, thread_id = 633, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ec005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ec005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47fe9fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9408, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\352\177\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47fe9fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\351\177\304\177\000\000\036,\243϶U\000", __large = 0x7fc47fe9fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47fe9fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ec006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:55 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:55 arguments = 2025-10-03 23:57:55 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1461fa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:55 __f = 0x55b6f1461fa0 2025-10-03 23:57:55 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47fe9ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #16 std::__1::function::operator() (this=0x7fc47fe9ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1461d90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\037F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1461fa0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47fe9ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515400098, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47fea007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1461e28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1461e38: 0x55b6f1461d90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1461e20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:55 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1461e20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:55 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 2025-10-03 23:57:55 Thread 237 (Thread 0x7fc47f6a6640 (LWP 634) "BgSchPool"): 2025-10-03 23:57:55 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:55 No symbol table info available. 2025-10-03 23:57:55 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:55 ec = 2025-10-03 23:57:55 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:55 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:55 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:55 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1462280) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:55 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:55 thread_status = { = { = {}, }, thread_id = 634, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47f69ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12200, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fj\177\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47f69ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356i\177\304\177\000\000\036,\243϶U\000", __large = 0x7fc47f69eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47f69ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:55 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:55 arguments = 2025-10-03 23:57:55 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1462280) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:55 __f = 0x55b6f1462280 2025-10-03 23:57:55 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47f69ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #16 std::__1::function::operator() (this=0x7fc47f69ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1462070) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:55 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\"F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1462280}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47f69efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515460451, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:55 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47f69f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:55 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:55 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:55 job_is_done = 2025-10-03 23:57:55 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1462108: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1462118: 0x55b6f1462070) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:55 No locals. 2025-10-03 23:57:55 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1462100) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1462100}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 236 (Thread 0x7fc47eea5640 (LWP 635) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1462560) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 635, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47ee9dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11064, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\352~\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ee9de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\351~\304\177\000\000\036,\243϶U\000", __large = 0x7fc47ee9dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ee9de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1462560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f1462560 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47ee9df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47ee9df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1462350) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`%F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1462560}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ee9dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515510013, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ee9e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14623e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14623f8: 0x55b6f1462350) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14623e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14623e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 235 (Thread 0x7fc47e6a4640 (LWP 636) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1462840) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 636, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f4005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f4005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47e69cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11848, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fj~\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47e69ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316i~\304\177\000\000\036,\243϶U\000", __large = 0x7fc47e69cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47e69ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f4006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1462840) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f1462840 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47e69cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47e69cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1462630) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@(F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1462840}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47e69cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515562332, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47e69d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14626c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14626d8: 0x55b6f1462630) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14626c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14626c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 234 (Thread 0x7fc47dea3640 (LWP 637) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1462b20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 637, os_thread_priority = 0, performance_counters = {counters = 0x7fc6fc005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6fc005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47de9bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\352}\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47de9be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\351}\304\177\000\000\036,\243϶U\000", __large = 0x7fc47de9bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47de9be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6fc006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1462b20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f1462b20 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47de9bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47de9bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1462910) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " +F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1462b20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47de9bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515623847, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47de9c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14629a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14629b8: 0x55b6f1462910) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14629a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14629a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 233 (Thread 0x7fc47d6a2640 (LWP 638) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1462e00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 638, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f0005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f0005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47d69ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&j}\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47d69ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256i}\304\177\000\000\036,\243϶U\000", __large = 0x7fc47d69aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47d69ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f0006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1462e00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f1462e00 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47d69af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47d69af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1462bf0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000.F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1462e00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47d69afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515677067, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47d69b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1462c88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1462c98: 0x55b6f1462bf0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1462c80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1462c80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 232 (Thread 0x7fc47cea1640 (LWP 639) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14630e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 639, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f8005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f8005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47ce99c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11632, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\352|\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ce99e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\351|\304\177\000\000\036,\243϶U\000", __large = 0x7fc47ce99ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ce99e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f8006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14630e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f14630e0 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47ce99f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47ce99f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1462ed0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3400F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14630e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ce99fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515731769, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ce9a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1462f68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1462f78: 0x55b6f1462ed0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1462f60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1462f60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 231 (Thread 0x7fc47c6a0640 (LWP 640) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14633c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 640, os_thread_priority = 0, performance_counters = {counters = 0x7fc704005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc704005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47c698c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 13888, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006j|\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47c698e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216i|\304\177\000\000\036,\243϶U\000", __large = 0x7fc47c698ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47c698e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc704006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14633c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f14633c0 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47c698f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47c698f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14631b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3003F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14633c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47c698fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515780441, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47c69907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1463248: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1463258: 0x55b6f14631b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1463240) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1463240}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 230 (Thread 0x7fc47be9f640 (LWP 641) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14636a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 641, os_thread_priority = 0, performance_counters = {counters = 0x7fc700005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc700005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47be97c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10792, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\351{\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47be97e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\351{\304\177\000\000\036,\243϶U\000", __large = 0x7fc47be97ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47be97e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc700006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14636a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f14636a0 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47be97f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47be97f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1463490) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2406F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14636a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47be97fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515836516, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47be9807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1463528: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1463538: 0x55b6f1463490) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1463520) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1463520}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 229 (Thread 0x7fc47b69e640 (LWP 642) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1463980) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 642, os_thread_priority = 0, performance_counters = {counters = 0x7fc70c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc70c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47b696c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11712, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346i{\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47b696e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300ni{\304\177\000\000\036,\243϶U\000", __large = 0x7fc47b696ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47b696e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc70c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1463980) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f1463980 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47b696f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47b696f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1463770) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2009F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1463980}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47b696fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515883774, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47b69707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1463808: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1463818: 0x55b6f1463770) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1463800) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1463800}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 228 (Thread 0x7fc47ae9d640 (LWP 643) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1463c60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 643, os_thread_priority = 0, performance_counters = {counters = 0x7fc708005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc708005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47ae95c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 15496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\351z\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ae95e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\351z\304\177\000\000\036,\243϶U\000", __large = 0x7fc47ae95ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ae95e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc708006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1463c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f1463c60 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47ae95f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47ae95f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1463a50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ae95fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144515932165, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47ae9607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1463ae8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1463af8: 0x55b6f1463a50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1463ae0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:56 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1463ae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:56 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 2025-10-03 23:57:56 Thread 227 (Thread 0x7fc47a69c640 (LWP 644) "BgSchPool"): 2025-10-03 23:57:56 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:56 No symbol table info available. 2025-10-03 23:57:56 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:56 ec = 2025-10-03 23:57:56 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:56 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:56 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:56 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1463f40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:56 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:56 thread_status = { = { = {}, }, thread_id = 644, os_thread_priority = 0, performance_counters = {counters = 0x7fc714005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc714005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47a694c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12608, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306iz\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47a694e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Niz\304\177\000\000\036,\243϶U\000", __large = 0x7fc47a694ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47a694e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc714006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:56 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:56 arguments = 2025-10-03 23:57:56 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1463f40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:56 __f = 0x55b6f1463f40 2025-10-03 23:57:56 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47a694f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #16 std::__1::function::operator() (this=0x7fc47a694f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:56 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1463d30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:56 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@?F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1463f40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47a694fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516008779, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:56 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47a69507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:56 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:56 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:56 job_is_done = 2025-10-03 23:57:56 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1463dc8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1463dd8: 0x55b6f1463d30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:56 No locals. 2025-10-03 23:57:57 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1463dc0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1463dc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:57 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 2025-10-03 23:57:57 Thread 226 (Thread 0x7fc479e9b640 (LWP 645) "BgSchPool"): 2025-10-03 23:57:57 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:57 ec = 2025-10-03 23:57:57 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:57 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:57 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1464220) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:57 thread_status = { = { = {}, }, thread_id = 645, os_thread_priority = 0, performance_counters = {counters = 0x7fc710005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc710005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc479e93c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12872, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\351y\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc479e93e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\351y\304\177\000\000\036,\243϶U\000", __large = 0x7fc479e93ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc479e93e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc710006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:57 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:57 arguments = 2025-10-03 23:57:57 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1464220) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:57 __f = 0x55b6f1464220 2025-10-03 23:57:57 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc479e93f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #16 std::__1::function::operator() (this=0x7fc479e93f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1464010) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " BF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1464220}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc479e93fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516060746, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:57 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc479e9407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_is_done = 2025-10-03 23:57:57 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14640a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14640b8: 0x55b6f1464010) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14640a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14640a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:57 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 2025-10-03 23:57:57 Thread 225 (Thread 0x7fc47969a640 (LWP 646) "BgSchPool"): 2025-10-03 23:57:57 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:57 ec = 2025-10-03 23:57:57 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:57 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:57 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1464500) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:57 thread_status = { = { = {}, }, thread_id = 646, os_thread_priority = 0, performance_counters = {counters = 0x7fc718005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc718005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc479692c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246iy\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc479692e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.iy\304\177\000\000\036,\243϶U\000", __large = 0x7fc479692ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc479692e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc718006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:57 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:57 arguments = 2025-10-03 23:57:57 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1464500) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:57 __f = 0x55b6f1464500 2025-10-03 23:57:57 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc479692f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #16 std::__1::function::operator() (this=0x7fc479692f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14642f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000EF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1464500}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc479692fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516108937, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:57 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47969307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_is_done = 2025-10-03 23:57:57 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1464388: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1464398: 0x55b6f14642f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1464380) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1464380}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:57 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 2025-10-03 23:57:57 Thread 224 (Thread 0x7fc478e99640 (LWP 647) "BgSchPool"): 2025-10-03 23:57:57 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:57 ec = 2025-10-03 23:57:57 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:57 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:57 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14647e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:57 thread_status = { = { = {}, }, thread_id = 647, os_thread_priority = 0, performance_counters = {counters = 0x7fc72c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc72c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc478e91c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11784, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\351x\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc478e91e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\351x\304\177\000\000\036,\243϶U\000", __large = 0x7fc478e91ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc478e91e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc72c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:57 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:57 arguments = 2025-10-03 23:57:57 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14647e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:57 __f = 0x55b6f14647e0 2025-10-03 23:57:57 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc478e91f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #16 std::__1::function::operator() (this=0x7fc478e91f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14645d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340GF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14647e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc478e91fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516155594, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:57 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc478e9207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_is_done = 2025-10-03 23:57:57 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1464668: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1464678: 0x55b6f14645d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1464660) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1464660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:57 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 2025-10-03 23:57:57 Thread 223 (Thread 0x7fc478698640 (LWP 648) "BgSchPool"): 2025-10-03 23:57:57 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:57 ec = 2025-10-03 23:57:57 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:57 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:57 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1464ac0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:57 thread_status = { = { = {}, }, thread_id = 648, os_thread_priority = 0, performance_counters = {counters = 0x7fc720005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc720005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc478690c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20360, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206ix\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc478690e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016ix\304\177\000\000\036,\243϶U\000", __large = 0x7fc478690ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc478690e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc720006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:57 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:57 arguments = 2025-10-03 23:57:57 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1464ac0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:57 __f = 0x55b6f1464ac0 2025-10-03 23:57:57 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc478690f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #16 std::__1::function::operator() (this=0x7fc478690f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14648b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300JF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1464ac0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc478690fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516202342, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:57 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47869107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_is_done = 2025-10-03 23:57:57 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1464948: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1464958: 0x55b6f14648b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1464940) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1464940}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:57 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 2025-10-03 23:57:57 Thread 222 (Thread 0x7fc477e97640 (LWP 649) "BgSchPool"): 2025-10-03 23:57:57 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:57 ec = 2025-10-03 23:57:57 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:57 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:57 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1464da0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:57 thread_status = { = { = {}, }, thread_id = 649, os_thread_priority = 0, performance_counters = {counters = 0x7fc728005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc728005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc477e8fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 20976, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\351w\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc477e8fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\350w\304\177\000\000\036,\243϶U\000", __large = 0x7fc477e8fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc477e8fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc728006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:57 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:57 arguments = 2025-10-03 23:57:57 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1464da0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:57 __f = 0x55b6f1464da0 2025-10-03 23:57:57 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc477e8ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #16 std::__1::function::operator() (this=0x7fc477e8ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1464b90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240MF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1464da0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc477e8ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516259389, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:57 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc477e9007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_is_done = 2025-10-03 23:57:57 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1464c28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1464c38: 0x55b6f1464b90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1464c20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1464c20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:57 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 2025-10-03 23:57:57 Thread 221 (Thread 0x7fc477696640 (LWP 650) "BgSchPool"): 2025-10-03 23:57:57 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:57 ec = 2025-10-03 23:57:57 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:57 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:57 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1465080) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:57 thread_status = { = { = {}, }, thread_id = 650, os_thread_priority = 0, performance_counters = {counters = 0x7fc734005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc734005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47768ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19456, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fiw\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47768ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356hw\304\177\000\000\036,\243϶U\000", __large = 0x7fc47768eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47768ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc734006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:57 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:57 arguments = 2025-10-03 23:57:57 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1465080) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:57 __f = 0x55b6f1465080 2025-10-03 23:57:57 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47768ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #16 std::__1::function::operator() (this=0x7fc47768ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1464e70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200PF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1465080}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47768efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516318901, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:57 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47768f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_is_done = 2025-10-03 23:57:57 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1464f08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1464f18: 0x55b6f1464e70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1464f00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1464f00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:57 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 2025-10-03 23:57:57 Thread 220 (Thread 0x7fc476e95640 (LWP 651) "BgSchPool"): 2025-10-03 23:57:57 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:57 ec = 2025-10-03 23:57:57 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:57 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:57 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1465360) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:57 thread_status = { = { = {}, }, thread_id = 651, os_thread_priority = 0, performance_counters = {counters = 0x7fc730005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc730005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc476e8dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10672, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\351v\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc476e8de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\350v\304\177\000\000\036,\243϶U\000", __large = 0x7fc476e8dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc476e8de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc730006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:57 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:57 arguments = 2025-10-03 23:57:57 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1465360) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:57 __f = 0x55b6f1465360 2025-10-03 23:57:57 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc476e8df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #16 std::__1::function::operator() (this=0x7fc476e8df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1465150) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`SF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1465360}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc476e8dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516366279, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:57 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc476e8e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_is_done = 2025-10-03 23:57:57 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14651e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14651f8: 0x55b6f1465150) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14651e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14651e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:57 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 2025-10-03 23:57:57 Thread 219 (Thread 0x7fc476694640 (LWP 652) "BgSchPool"): 2025-10-03 23:57:57 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:57 ec = 2025-10-03 23:57:57 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:57 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:57 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1465640) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:57 thread_status = { = { = {}, }, thread_id = 652, os_thread_priority = 0, performance_counters = {counters = 0x7fc73c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc73c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47668cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8352, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fiv\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47668ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316hv\304\177\000\000\036,\243϶U\000", __large = 0x7fc47668cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47668ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc73c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:57 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:57 arguments = 2025-10-03 23:57:57 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1465640) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:57 __f = 0x55b6f1465640 2025-10-03 23:57:57 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47668cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #16 std::__1::function::operator() (this=0x7fc47668cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1465430) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@VF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1465640}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47668cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516415211, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:57 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47668d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:57 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:57 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_is_done = 2025-10-03 23:57:57 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14654c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14654d8: 0x55b6f1465430) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14654c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:57 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14654c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:57 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 2025-10-03 23:57:57 Thread 218 (Thread 0x7fc475e93640 (LWP 653) "BgSchPool"): 2025-10-03 23:57:57 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:57 No symbol table info available. 2025-10-03 23:57:57 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:57 ec = 2025-10-03 23:57:57 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:57 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:57 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:57 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1465920) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:57 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:57 thread_status = { = { = {}, }, thread_id = 653, os_thread_priority = 0, performance_counters = {counters = 0x7fc738005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc738005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc475e8bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9656, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\351u\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc475e8be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\350u\304\177\000\000\036,\243϶U\000", __large = 0x7fc475e8bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc475e8be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc738006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:57 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:57 arguments = 2025-10-03 23:57:57 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1465920) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:57 __f = 0x55b6f1465920 2025-10-03 23:57:57 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc475e8bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #16 std::__1::function::operator() (this=0x7fc475e8bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:57 No locals. 2025-10-03 23:57:57 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1465710) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:57 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:57 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " YF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1465920}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc475e8bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516509868, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc475e8c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14657a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14657b8: 0x55b6f1465710) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14657a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14657a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 217 (Thread 0x7fc475692640 (LWP 654) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1465c00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 654, os_thread_priority = 0, performance_counters = {counters = 0x7fc748005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc748005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc47568ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12264, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&iu\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47568ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256hu\304\177\000\000\036,\243϶U\000", __large = 0x7fc47568aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47568ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc748006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1465c00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f1465c00 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc47568af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc47568af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14659f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\\F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1465c00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47568afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516565733, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47568b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1465a88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1465a98: 0x55b6f14659f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1465a80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1465a80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 216 (Thread 0x7fc474e91640 (LWP 655) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1465ee0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 655, os_thread_priority = 0, performance_counters = {counters = 0x7fc740005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc740005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc474e89c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9168, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\351t\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc474e89e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\350t\304\177\000\000\036,\243϶U\000", __large = 0x7fc474e89ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc474e89e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc740006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1465ee0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f1465ee0 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc474e89f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc474e89f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1465cd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340^F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1465ee0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc474e89fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516613202, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc474e8a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1465d68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1465d78: 0x55b6f1465cd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1465d60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1465d60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 215 (Thread 0x7fc474690640 (LWP 656) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14661c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 656, os_thread_priority = 0, performance_counters = {counters = 0x7fc750005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc750005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc474688c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11224, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006it\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc474688e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216ht\304\177\000\000\036,\243϶U\000", __large = 0x7fc474688ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc474688e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc750006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14661c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f14661c0 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc474688f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc474688f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1465fb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300aF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14661c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc474688fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516674628, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47468907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1466048: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1466058: 0x55b6f1465fb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1466040) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1466040}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 214 (Thread 0x7fc473e8f640 (LWP 657) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14664a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 657, os_thread_priority = 0, performance_counters = {counters = 0x7fc754005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc754005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc473e87c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 9584, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\350s\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc473e87e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\350s\304\177\000\000\036,\243϶U\000", __large = 0x7fc473e87ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc473e87e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc754006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14664a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f14664a0 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc473e87f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc473e87f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1466290) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240dF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14664a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc473e87fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516728198, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc473e8807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1466328: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1466338: 0x55b6f1466290) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1466320) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1466320}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 213 (Thread 0x7fc47368e640 (LWP 658) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1466780) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 658, os_thread_priority = 0, performance_counters = {counters = 0x7fc758005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc758005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc473686c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 22336, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346hs\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc473686e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nhs\304\177\000\000\036,\243϶U\000", __large = 0x7fc473686ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc473686e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc758006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1466780) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f1466780 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc473686f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc473686f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1466570) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200gF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1466780}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc473686fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516776379, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47368707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1466608: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1466618: 0x55b6f1466570) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1466600) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1466600}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 212 (Thread 0x7fc472e8d640 (LWP 659) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1466a60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 659, os_thread_priority = 0, performance_counters = {counters = 0x7fc760005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc760005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc472e85c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10792, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\350r\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc472e85e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\350r\304\177\000\000\036,\243϶U\000", __large = 0x7fc472e85ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc472e85e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc760006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1466a60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f1466a60 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc472e85f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc472e85f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1466850) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`jF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1466a60}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc472e85fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516832864, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc472e8607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14668e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14668f8: 0x55b6f1466850) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14668e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14668e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 211 (Thread 0x7fc47268c640 (LWP 660) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1466d40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 660, os_thread_priority = 0, performance_counters = {counters = 0x7fc75c005700, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc75c005700}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc472684c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306hr\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc472684e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nhr\304\177\000\000\036,\243϶U\000", __large = 0x7fc472684ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc472684e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc75c006d40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1466d40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f1466d40 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc472684f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc472684f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1466b30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@mF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1466d40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc472684fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516882838, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47268507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1466bc8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1466bd8: 0x55b6f1466b30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1466bc0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1466bc0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 210 (Thread 0x7fc471e8b640 (LWP 661) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1467020) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 661, os_thread_priority = 0, performance_counters = {counters = 0x7fc764005700, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc764005700}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc471e83c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11944, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\350q\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc471e83e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\350q\304\177\000\000\036,\243϶U\000", __large = 0x7fc471e83ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc471e83e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc764006d40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1467020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f1467020 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc471e83f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc471e83f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1466e10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " pF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1467020}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc471e83fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144516933694, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc471e8407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1466ea8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1466eb8: 0x55b6f1466e10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1466ea0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1466ea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 209 (Thread 0x7fc47168a640 (LWP 662) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1467300) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 662, os_thread_priority = 0, performance_counters = {counters = 0x7fc768005700, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc768005700}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc471682c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11376, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246hq\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc471682e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.hq\304\177\000\000\036,\243϶U\000", __large = 0x7fc471682ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc471682e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc768006d40}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1467300) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f1467300 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc471682f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc471682f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14670f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000sF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1467300}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc471682fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517003364, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47168307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1467188: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1467198: 0x55b6f14670f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1467180) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:58 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1467180}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:58 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 2025-10-03 23:57:58 Thread 208 (Thread 0x7fc470e89640 (LWP 663) "BgSchPool"): 2025-10-03 23:57:58 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:58 No symbol table info available. 2025-10-03 23:57:58 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:58 ec = 2025-10-03 23:57:58 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:58 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:58 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:58 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14675e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:58 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:58 thread_status = { = { = {}, }, thread_id = 663, os_thread_priority = 0, performance_counters = {counters = 0x7fc770105b30, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc770105b30}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc470e81c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11760, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\350p\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc470e81e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\350p\304\177\000\000\036,\243϶U\000", __large = 0x7fc470e81ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc470e81e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc770107170}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:58 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:58 arguments = 2025-10-03 23:57:58 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14675e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:58 __f = 0x55b6f14675e0 2025-10-03 23:57:58 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc470e81f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #16 std::__1::function::operator() (this=0x7fc470e81f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14673d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:58 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340uF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14675e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc470e81fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517062916, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:58 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc470e8207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:58 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:58 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:58 job_is_done = 2025-10-03 23:57:58 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1467468: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1467478: 0x55b6f14673d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:58 No locals. 2025-10-03 23:57:58 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1467460) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1467460}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:59 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 2025-10-03 23:57:59 Thread 207 (Thread 0x7fc470688640 (LWP 664) "BgSchPool"): 2025-10-03 23:57:59 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:59 ec = 2025-10-03 23:57:59 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:59 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:59 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14678c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:59 thread_status = { = { = {}, }, thread_id = 664, os_thread_priority = 0, performance_counters = {counters = 0x55b6f1467e30, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x55b6f1467e30}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc470680c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11360, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206hp\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc470680e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016hp\304\177\000\000\036,\243϶U\000", __large = 0x7fc470680ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc470680e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x55b6f1469470}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:59 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:59 arguments = 2025-10-03 23:57:59 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14678c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:59 __f = 0x55b6f14678c0 2025-10-03 23:57:59 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc470680f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #16 std::__1::function::operator() (this=0x7fc470680f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14676b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300xF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14678c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc470680fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517115765, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:59 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc47068107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_is_done = 2025-10-03 23:57:59 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1467748: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1467758: 0x55b6f14676b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1467740) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1467740}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:59 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 2025-10-03 23:57:59 Thread 206 (Thread 0x7fc46fe87640 (LWP 665) "BgSchPool"): 2025-10-03 23:57:59 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:59 ec = 2025-10-03 23:57:59 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:59 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:59 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14694d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:59 thread_status = { = { = {}, }, thread_id = 665, os_thread_priority = 0, performance_counters = {counters = 0x7fc52c005720, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc52c005720}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46fe7fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10288, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\350o\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46fe7fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\347o\304\177\000\000\036,\243϶U\000", __large = 0x7fc46fe7fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46fe7fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc52c006d60}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:59 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:59 arguments = 2025-10-03 23:57:59 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14694d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:59 __f = 0x55b6f14694d0 2025-10-03 23:57:59 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46fe7ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #16 std::__1::function::operator() (this=0x7fc46fe7ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1467990) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "ДF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14694d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46fe7ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517165438, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:59 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46fe8007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_is_done = 2025-10-03 23:57:59 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1467a28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1467a38: 0x55b6f1467990) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1467a20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1467a20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:59 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 2025-10-03 23:57:59 Thread 205 (Thread 0x7fc46f686640 (LWP 666) "BgSchPool"): 2025-10-03 23:57:59 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:59 ec = 2025-10-03 23:57:59 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:59 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:59 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14697b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:59 thread_status = { = { = {}, }, thread_id = 666, os_thread_priority = 0, performance_counters = {counters = 0x7fc53c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc53c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46f67ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11776, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fho\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46f67ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356go\304\177\000\000\036,\243϶U\000", __large = 0x7fc46f67eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46f67ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc53c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:59 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:59 arguments = 2025-10-03 23:57:59 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14697b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:59 __f = 0x55b6f14697b0 2025-10-03 23:57:59 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46f67ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #16 std::__1::function::operator() (this=0x7fc46f67ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14695a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\227F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f14697b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46f67efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517213768, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:59 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46f67f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_is_done = 2025-10-03 23:57:59 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1469638: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1469648: 0x55b6f14695a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1469630) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1469630}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:59 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 2025-10-03 23:57:59 Thread 204 (Thread 0x7fc46ee85640 (LWP 667) "BgSchPool"): 2025-10-03 23:57:59 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:59 ec = 2025-10-03 23:57:59 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:59 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:59 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1469a90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:59 thread_status = { = { = {}, }, thread_id = 667, os_thread_priority = 0, performance_counters = {counters = 0x7fc538007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc538007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46ee7dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\350n\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ee7de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\347n\304\177\000\000\036,\243϶U\000", __large = 0x7fc46ee7dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ee7de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc538008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:59 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:59 arguments = 2025-10-03 23:57:59 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1469a90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:59 __f = 0x55b6f1469a90 2025-10-03 23:57:59 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46ee7df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #16 std::__1::function::operator() (this=0x7fc46ee7df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1469880) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\232F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1469a90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ee7dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517264924, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:59 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ee7e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_is_done = 2025-10-03 23:57:59 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1469918: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1469928: 0x55b6f1469880) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1469910) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1469910}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:59 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 2025-10-03 23:57:59 Thread 203 (Thread 0x7fc46e684640 (LWP 668) "BgSchPool"): 2025-10-03 23:57:59 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:59 ec = 2025-10-03 23:57:59 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:59 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:59 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1469d70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:59 thread_status = { = { = {}, }, thread_id = 668, os_thread_priority = 0, performance_counters = {counters = 0x7fc534007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc534007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46e67cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10744, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fhn\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46e67ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316gn\304\177\000\000\036,\243϶U\000", __large = 0x7fc46e67cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46e67ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc534008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:59 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:59 arguments = 2025-10-03 23:57:59 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1469d70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:59 __f = 0x55b6f1469d70 2025-10-03 23:57:59 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46e67cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #16 std::__1::function::operator() (this=0x7fc46e67cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1469b60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\235F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f1469d70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46e67cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517312183, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:59 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46e67d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_is_done = 2025-10-03 23:57:59 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1469bf8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1469c08: 0x55b6f1469b60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1469bf0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1469bf0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:59 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 2025-10-03 23:57:59 Thread 202 (Thread 0x7fc46de83640 (LWP 669) "BgSchPool"): 2025-10-03 23:57:59 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:59 ec = 2025-10-03 23:57:59 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:59 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:59 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146a050) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:59 thread_status = { = { = {}, }, thread_id = 669, os_thread_priority = 0, performance_counters = {counters = 0x7fc544007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc544007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46de7bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11896, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\350m\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46de7be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\347m\304\177\000\000\036,\243϶U\000", __large = 0x7fc46de7bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46de7be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc544008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:59 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:59 arguments = 2025-10-03 23:57:59 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146a050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:59 __f = 0x55b6f146a050 2025-10-03 23:57:59 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46de7bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #16 std::__1::function::operator() (this=0x7fc46de7bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1469e40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\240F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146a050}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46de7bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517369250, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:59 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46de7c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_is_done = 2025-10-03 23:57:59 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1469ed8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1469ee8: 0x55b6f1469e40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1469ed0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1469ed0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:59 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 2025-10-03 23:57:59 Thread 201 (Thread 0x7fc46d682640 (LWP 670) "BgSchPool"): 2025-10-03 23:57:59 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:59 ec = 2025-10-03 23:57:59 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:59 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:59 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146a330) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:59 thread_status = { = { = {}, }, thread_id = 670, os_thread_priority = 0, performance_counters = {counters = 0x7fc540007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc540007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46d67ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8536, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&hm\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46d67ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256gm\304\177\000\000\036,\243϶U\000", __large = 0x7fc46d67aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46d67ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc540008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:59 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:59 arguments = 2025-10-03 23:57:59 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146a330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:59 __f = 0x55b6f146a330 2025-10-03 23:57:59 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46d67af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #16 std::__1::function::operator() (this=0x7fc46d67af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146a120) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\243F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146a330}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46d67afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517421318, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:57:59 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46d67b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:57:59 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:57:59 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_is_done = 2025-10-03 23:57:59 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146a1b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146a1c8: 0x55b6f146a120) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146a1b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:57:59 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146a1b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:57:59 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 2025-10-03 23:57:59 Thread 200 (Thread 0x7fc46ce81640 (LWP 671) "BgSchPool"): 2025-10-03 23:57:59 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:57:59 No symbol table info available. 2025-10-03 23:57:59 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:57:59 ec = 2025-10-03 23:57:59 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:57:59 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:57:59 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:57:59 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146a610) at ./src/Common/ThreadPool.h:311 2025-10-03 23:57:59 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:57:59 thread_status = { = { = {}, }, thread_id = 671, os_thread_priority = 0, performance_counters = {counters = 0x7fc548007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc548007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46ce79c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10256, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\350l\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ce79e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\347l\304\177\000\000\036,\243϶U\000", __large = 0x7fc46ce79ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ce79e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc548008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:57:59 function = {this = 0x55b6f1357d60} 2025-10-03 23:57:59 arguments = 2025-10-03 23:57:59 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146a610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:57:59 __f = 0x55b6f146a610 2025-10-03 23:57:59 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46ce79f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #16 std::__1::function::operator() (this=0x7fc46ce79f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:57:59 No locals. 2025-10-03 23:57:59 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146a400) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:57:59 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:57:59 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\246F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146a610}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ce79fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517467464, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:00 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ce7a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_is_done = 2025-10-03 23:58:00 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146a498: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146a4a8: 0x55b6f146a400) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146a490) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146a490}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:00 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 2025-10-03 23:58:00 Thread 199 (Thread 0x7fc46c680640 (LWP 672) "BgSchPool"): 2025-10-03 23:58:00 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:00 ec = 2025-10-03 23:58:00 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:00 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:00 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146a8f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:00 thread_status = { = { = {}, }, thread_id = 672, os_thread_priority = 0, performance_counters = {counters = 0x7fc554007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc554007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46c678c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8600, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006hl\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46c678e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216gl\304\177\000\000\036,\243϶U\000", __large = 0x7fc46c678ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46c678e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc554008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:00 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:00 arguments = 2025-10-03 23:58:00 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146a8f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:00 __f = 0x55b6f146a8f0 2025-10-03 23:58:00 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46c678f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #16 std::__1::function::operator() (this=0x7fc46c678f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146a6e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\250F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146a8f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46c678fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517522587, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:00 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46c67907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_is_done = 2025-10-03 23:58:00 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146a778: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146a788: 0x55b6f146a6e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146a770) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146a770}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:00 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 2025-10-03 23:58:00 Thread 198 (Thread 0x7fc46be7f640 (LWP 673) "BgSchPool"): 2025-10-03 23:58:00 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:00 ec = 2025-10-03 23:58:00 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:00 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:00 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146abd0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:00 thread_status = { = { = {}, }, thread_id = 673, os_thread_priority = 0, performance_counters = {counters = 0x7fc550007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc550007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46be77c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11248, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\347k\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46be77e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\347k\304\177\000\000\036,\243϶U\000", __large = 0x7fc46be77ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46be77e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc550008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:00 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:00 arguments = 2025-10-03 23:58:00 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146abd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:00 __f = 0x55b6f146abd0 2025-10-03 23:58:00 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46be77f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #16 std::__1::function::operator() (this=0x7fc46be77f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146a9c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "ЫF\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146abd0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46be77fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517568133, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:00 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46be7807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_is_done = 2025-10-03 23:58:00 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146aa58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146aa68: 0x55b6f146a9c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146aa50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146aa50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:00 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 2025-10-03 23:58:00 Thread 197 (Thread 0x7fc46b67e640 (LWP 674) "BgSchPool"): 2025-10-03 23:58:00 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:00 ec = 2025-10-03 23:58:00 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:00 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:00 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146aeb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:00 thread_status = { = { = {}, }, thread_id = 674, os_thread_priority = 0, performance_counters = {counters = 0x7fc558007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc558007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46b676c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11816, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346gk\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46b676e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300ngk\304\177\000\000\036,\243϶U\000", __large = 0x7fc46b676ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46b676e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc558008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:00 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:00 arguments = 2025-10-03 23:58:00 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146aeb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:00 __f = 0x55b6f146aeb0 2025-10-03 23:58:00 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46b676f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #16 std::__1::function::operator() (this=0x7fc46b676f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146aca0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\256F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146aeb0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46b676fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517614410, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:00 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46b67707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_is_done = 2025-10-03 23:58:00 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146ad38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146ad48: 0x55b6f146aca0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146ad30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146ad30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:00 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 2025-10-03 23:58:00 Thread 196 (Thread 0x7fc46ae7d640 (LWP 675) "BgSchPool"): 2025-10-03 23:58:00 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:00 ec = 2025-10-03 23:58:00 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:00 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:00 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146b190) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:00 thread_status = { = { = {}, }, thread_id = 675, os_thread_priority = 0, performance_counters = {counters = 0x7fc560007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc560007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46ae75c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19016, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\347j\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ae75e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\347j\304\177\000\000\036,\243϶U\000", __large = 0x7fc46ae75ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ae75e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc560008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:00 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:00 arguments = 2025-10-03 23:58:00 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146b190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:00 __f = 0x55b6f146b190 2025-10-03 23:58:00 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46ae75f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #16 std::__1::function::operator() (this=0x7fc46ae75f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146af80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\261F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146b190}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ae75fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517666367, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:00 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46ae7607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_is_done = 2025-10-03 23:58:00 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146b018: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146b028: 0x55b6f146af80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146b010) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146b010}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:00 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 2025-10-03 23:58:00 Thread 195 (Thread 0x7fc46a67c640 (LWP 676) "BgSchPool"): 2025-10-03 23:58:00 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:00 ec = 2025-10-03 23:58:00 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:00 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:00 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146b470) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:00 thread_status = { = { = {}, }, thread_id = 676, os_thread_priority = 0, performance_counters = {counters = 0x7fc55c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc55c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46a674c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12144, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306gj\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46a674e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Ngj\304\177\000\000\036,\243϶U\000", __large = 0x7fc46a674ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46a674e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc55c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:00 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:00 arguments = 2025-10-03 23:58:00 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146b470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:00 __f = 0x55b6f146b470 2025-10-03 23:58:00 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46a674f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #16 std::__1::function::operator() (this=0x7fc46a674f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146b260) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\264F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146b470}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46a674fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517713756, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:00 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46a67507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_is_done = 2025-10-03 23:58:00 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146b2f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146b308: 0x55b6f146b260) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146b2f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146b2f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:00 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 2025-10-03 23:58:00 Thread 194 (Thread 0x7fc469e7b640 (LWP 677) "BgSchPool"): 2025-10-03 23:58:00 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:00 ec = 2025-10-03 23:58:00 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:00 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:00 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146b750) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:00 thread_status = { = { = {}, }, thread_id = 677, os_thread_priority = 0, performance_counters = {counters = 0x7fc568007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc568007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc469e73c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\347i\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc469e73e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\347i\304\177\000\000\036,\243϶U\000", __large = 0x7fc469e73ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc469e73e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc568008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:00 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:00 arguments = 2025-10-03 23:58:00 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146b750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:00 __f = 0x55b6f146b750 2025-10-03 23:58:00 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc469e73f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #16 std::__1::function::operator() (this=0x7fc469e73f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146b540) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\267F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146b750}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc469e73fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517758640, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:00 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc469e7407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_is_done = 2025-10-03 23:58:00 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146b5d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146b5e8: 0x55b6f146b540) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146b5d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146b5d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:00 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 2025-10-03 23:58:00 Thread 193 (Thread 0x7fc46967a640 (LWP 678) "BgSchPool"): 2025-10-03 23:58:00 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:00 ec = 2025-10-03 23:58:00 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:00 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:00 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146ba30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:00 thread_status = { = { = {}, }, thread_id = 678, os_thread_priority = 0, performance_counters = {counters = 0x7fc564007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc564007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc469672c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19056, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246gi\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc469672e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.gi\304\177\000\000\036,\243϶U\000", __large = 0x7fc469672ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc469672e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc564008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:00 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:00 arguments = 2025-10-03 23:58:00 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146ba30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:00 __f = 0x55b6f146ba30 2025-10-03 23:58:00 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc469672f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #16 std::__1::function::operator() (this=0x7fc469672f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146b820) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\272F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146ba30}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc469672fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517805088, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:00 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46967307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_is_done = 2025-10-03 23:58:00 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146b8b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146b8c8: 0x55b6f146b820) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146b8b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:00 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146b8b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:00 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 2025-10-03 23:58:00 Thread 192 (Thread 0x7fc468e79640 (LWP 679) "BgSchPool"): 2025-10-03 23:58:00 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:00 No symbol table info available. 2025-10-03 23:58:00 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:00 ec = 2025-10-03 23:58:00 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:00 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:00 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:00 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146bd10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:00 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:00 thread_status = { = { = {}, }, thread_id = 679, os_thread_priority = 0, performance_counters = {counters = 0x7fc570007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc570007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc468e71c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\347h\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc468e71e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\347h\304\177\000\000\036,\243϶U\000", __large = 0x7fc468e71ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc468e71e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc570008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:00 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:00 arguments = 2025-10-03 23:58:00 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146bd10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:00 __f = 0x55b6f146bd10 2025-10-03 23:58:00 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc468e71f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #16 std::__1::function::operator() (this=0x7fc468e71f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:00 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146bb00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:00 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\275F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146bd10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc468e71fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517855171, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:00 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc468e7207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:00 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:00 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:00 job_is_done = 2025-10-03 23:58:00 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146bb98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146bba8: 0x55b6f146bb00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:00 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146bb90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146bb90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 191 (Thread 0x7fc468678640 (LWP 680) "BgSchPool"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:01 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:01 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146bff0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 680, os_thread_priority = 0, performance_counters = {counters = 0x7fc588007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc588007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc468670c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 12312, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206gh\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc468670e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016gh\304\177\000\000\036,\243϶U\000", __large = 0x7fc468670ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc468670e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc588008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146bff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146bff0 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc468670f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc468670f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146bde0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\277F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146bff0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc468670fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517900276, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:01 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46867107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_is_done = 2025-10-03 23:58:01 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146be78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146be88: 0x55b6f146bde0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146be70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146be70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 190 (Thread 0x7fc467e77640 (LWP 681) "BgSchPool"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:01 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:01 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146c2d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 681, os_thread_priority = 0, performance_counters = {counters = 0x7fc56c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc56c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc467e6fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 19624, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\347g\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc467e6fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\346g\304\177\000\000\036,\243϶U\000", __large = 0x7fc467e6fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc467e6fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc56c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146c2d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146c2d0 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc467e6ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc467e6ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146c0c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\302F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146c2d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc467e6ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144517947745, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:01 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc467e7007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_is_done = 2025-10-03 23:58:01 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146c158: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146c168: 0x55b6f146c0c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146c150) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146c150}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 189 (Thread 0x7fc467676640 (LWP 682) "BgSchPool"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:01 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:01 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146c5b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 682, os_thread_priority = 0, performance_counters = {counters = 0x7fc57c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc57c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46766ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10456, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@fgg\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46766ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356fg\304\177\000\000\036,\243϶U\000", __large = 0x7fc46766eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46766ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc57c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144728318074, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146c5b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146c5b0 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46766ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc46766ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146c3a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\305F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146c5b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46766efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518011685, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:01 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46766f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_is_done = 2025-10-03 23:58:01 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146c438: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146c448: 0x55b6f146c3a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146c430) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146c430}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 188 (Thread 0x7fc466e75640 (LWP 683) "BgSchPool"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:01 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:01 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146c890) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 683, os_thread_priority = 0, performance_counters = {counters = 0x7fc574007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc574007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc466e6dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\347f\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc466e6de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\346f\304\177\000\000\036,\243϶U\000", __large = 0x7fc466e6dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc466e6de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc574008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146c890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146c890 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc466e6df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc466e6df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146c680) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\310F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146c890}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc466e6dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518059614, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:01 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc466e6e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_is_done = 2025-10-03 23:58:01 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146c718: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146c728: 0x55b6f146c680) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146c710) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146c710}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 187 (Thread 0x7fc466674640 (LWP 684) "BgSchPool"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:01 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:01 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146cb70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 684, os_thread_priority = 0, performance_counters = {counters = 0x7fc580007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc580007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46666cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 11808, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Fgf\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46666ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316ff\304\177\000\000\036,\243϶U\000", __large = 0x7fc46666cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46666ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc580008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146cb70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146cb70 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46666cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc46666cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146c960) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\313F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146cb70}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46666cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518204797, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:01 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46666d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_is_done = 2025-10-03 23:58:01 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146c9f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146ca08: 0x55b6f146c960) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146c9f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146c9f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 186 (Thread 0x7fc465e73640 (LWP 685) "BgSchPool"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:01 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:01 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146ce50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 685, os_thread_priority = 0, performance_counters = {counters = 0x7fc584007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc584007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc465e6bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\347e\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc465e6be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\346e\304\177\000\000\036,\243϶U\000", __large = 0x7fc465e6bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc465e6be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc584008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146ce50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146ce50 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc465e6bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc465e6bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146cc40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\316F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146ce50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc465e6bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518254239, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:01 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc465e6c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_is_done = 2025-10-03 23:58:01 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146ccd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146cce8: 0x55b6f146cc40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146ccd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146ccd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 185 (Thread 0x7fc465672640 (LWP 686) "BgSchPool"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1357d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::wait (this=0x55b6f1357d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f1357d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:01 tasks_lock = {__m_ = 0x55b6f1357d98, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:01 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146d130) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 686, os_thread_priority = 0, performance_counters = {counters = 0x7fc590007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc590007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc46566ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 8544, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&ge\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46566ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256fe\304\177\000\000\036,\243϶U\000", __large = 0x7fc46566aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46566ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc590008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146d130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146d130 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc46566af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc46566af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146cf20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\321F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146d130}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46566afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518305616, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:01 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46566b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_is_done = 2025-10-03 23:58:01 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146cfb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146cfc8: 0x55b6f146cf20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146cfb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146cfb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 184 (Thread 0x7fc464e71640 (LWP 687) "BgSchPool/D"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1357e30, __m=0x189, __ts=0x7fc464e69ba0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1357e30, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:01 ts = {tv_sec = 1759528437, tv_nsec = 592006000} 2025-10-03 23:58:01 ts_sec_max = 9223372036854775807 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 d = 2025-10-03 23:58:01 s = 2025-10-03 23:58:01 #4 0x000055b6da2ee086 in std::__1::condition_variable::wait_for > (this=0x55b6f1357e08, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:01 __c_now = {__d_ = {__rep_ = 576026005797}} 2025-10-03 23:58:01 __now_count_ns = 2025-10-03 23:58:01 __d_ns_count = 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x55b6f1357d60) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:342 2025-10-03 23:58:01 min_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528437592006} 2025-10-03 23:58:01 current_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528437568700} 2025-10-03 23:58:01 lock = {__m_ = 0x55b6f1357e38, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x7fc765b00698, __cntrl_ = 0x7fc765b00680} 2025-10-03 23:58:01 found = false 2025-10-03 23:58:01 #6 0x000055b6da2eeda6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:172 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x55b6f146d430) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 687, os_thread_priority = 0, performance_counters = {counters = 0x7fc58c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc58c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc464e69c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -718912, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\347d\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc464e69e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\346d\304\177\000\000\036,\243϶U\000", __large = 0x7fc464e69ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc464e69e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc58c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f1357d60} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146d430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146d430 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc464e69f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc464e69f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146d220) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\324F\361\266U\000\000\220\2513\361\266U\000", __large = 0x55b6f146d430}, __invoker_ = {__call_ = 0x55b6da2eed08 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbef8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc464e69fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518367191, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:01 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc464e6a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_is_done = 2025-10-03 23:58:01 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146d2b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146d2c8: 0x55b6f146d220) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146d2b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146d2b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 183 (Thread 0x7fc464670640 (LWP 688) "BgMBSchPool"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:01 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:01 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146d470) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 688, os_thread_priority = 0, performance_counters = {counters = 0x7fc598007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc598007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc464668c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006gd\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc464668e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216fd\304\177\000\000\036,\243϶U\000", __large = 0x7fc464668ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc464668e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc598008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146d470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146d470 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc464668f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc464668f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146d530) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\324F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146d470}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc464668fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518534055, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:01 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46466907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:01 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:01 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_is_done = 2025-10-03 23:58:01 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146d758: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146d768: 0x55b6f146d530) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146d750) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:01 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146d750}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:01 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 2025-10-03 23:58:01 Thread 182 (Thread 0x7fc463e6f640 (LWP 689) "BgMBSchPool"): 2025-10-03 23:58:01 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:01 No symbol table info available. 2025-10-03 23:58:01 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:01 ec = 2025-10-03 23:58:01 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:01 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:01 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:01 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146d580) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:01 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:01 thread_status = { = { = {}, }, thread_id = 689, os_thread_priority = 0, performance_counters = {counters = 0x7fc594007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc594007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc463e67c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\346c\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc463e67e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\346c\304\177\000\000\036,\243϶U\000", __large = 0x7fc463e67ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc463e67e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc594008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:01 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:01 arguments = 2025-10-03 23:58:01 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146d580) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:01 __f = 0x55b6f146d580 2025-10-03 23:58:01 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc463e67f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #16 std::__1::function::operator() (this=0x7fc463e67f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:01 No locals. 2025-10-03 23:58:01 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146d940) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:01 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:01 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\325F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146d580}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc463e67fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518586002, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:02 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc463e6807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_is_done = 2025-10-03 23:58:02 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146d978: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146d988: 0x55b6f146d940) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146d970) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146d970}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:02 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 2025-10-03 23:58:02 Thread 181 (Thread 0x7fc46366e640 (LWP 690) "BgMBSchPool"): 2025-10-03 23:58:02 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:02 ec = 2025-10-03 23:58:02 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:02 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:02 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146dd50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:02 thread_status = { = { = {}, }, thread_id = 690, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc463666c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346fc\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc463666e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300nfc\304\177\000\000\036,\243϶U\000", __large = 0x7fc463666ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc463666e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:02 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:02 arguments = 2025-10-03 23:58:02 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146dd50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:02 __f = 0x55b6f146dd50 2025-10-03 23:58:02 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc463666f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #16 std::__1::function::operator() (this=0x7fc463666f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146db80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\335F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146dd50}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc463666fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518631898, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:02 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46366707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_is_done = 2025-10-03 23:58:02 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146dbd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146dbe8: 0x55b6f146db80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146dbd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146dbd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:02 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 2025-10-03 23:58:02 Thread 180 (Thread 0x7fc462e6d640 (LWP 691) "BgMBSchPool"): 2025-10-03 23:58:02 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:02 ec = 2025-10-03 23:58:02 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:02 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:02 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146e030) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:02 thread_status = { = { = {}, }, thread_id = 691, os_thread_priority = 0, performance_counters = {counters = 0x7fc59c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc59c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc462e65c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\346b\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc462e65e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\346b\304\177\000\000\036,\243϶U\000", __large = 0x7fc462e65ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc462e65e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc59c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:02 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:02 arguments = 2025-10-03 23:58:02 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146e030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:02 __f = 0x55b6f146e030 2025-10-03 23:58:02 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc462e65f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #16 std::__1::function::operator() (this=0x7fc462e65f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146de20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\340F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146e030}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc462e65fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518688725, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:02 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc462e6607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_is_done = 2025-10-03 23:58:02 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146deb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146dec8: 0x55b6f146de20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146deb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146deb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:02 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 2025-10-03 23:58:02 Thread 179 (Thread 0x7fc46266c640 (LWP 692) "BgMBSchPool"): 2025-10-03 23:58:02 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:02 ec = 2025-10-03 23:58:02 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:02 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:02 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146e310) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:02 thread_status = { = { = {}, }, thread_id = 692, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc462664c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306fb\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc462664e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Nfb\304\177\000\000\036,\243϶U\000", __large = 0x7fc462664ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc462664e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:02 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:02 arguments = 2025-10-03 23:58:02 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146e310) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:02 __f = 0x55b6f146e310 2025-10-03 23:58:02 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc462664f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #16 std::__1::function::operator() (this=0x7fc462664f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146e100) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\343F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146e310}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc462664fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518741043, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:02 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46266507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_is_done = 2025-10-03 23:58:02 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146e198: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146e1a8: 0x55b6f146e100) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146e190) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146e190}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:02 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 2025-10-03 23:58:02 Thread 178 (Thread 0x7fc461e6b640 (LWP 693) "BgMBSchPool"): 2025-10-03 23:58:02 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:02 ec = 2025-10-03 23:58:02 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:02 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:02 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146e5f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:02 thread_status = { = { = {}, }, thread_id = 693, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc461e63c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\346a\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc461e63e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\346a\304\177\000\000\036,\243϶U\000", __large = 0x7fc461e63ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc461e63e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:02 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:02 arguments = 2025-10-03 23:58:02 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146e5f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:02 __f = 0x55b6f146e5f0 2025-10-03 23:58:02 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc461e63f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #16 std::__1::function::operator() (this=0x7fc461e63f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146e3e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\345F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146e5f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc461e63fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518791357, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:02 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc461e6407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_is_done = 2025-10-03 23:58:02 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146e478: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146e488: 0x55b6f146e3e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146e470) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146e470}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:02 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 2025-10-03 23:58:02 Thread 177 (Thread 0x7fc46166a640 (LWP 694) "BgMBSchPool"): 2025-10-03 23:58:02 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:02 ec = 2025-10-03 23:58:02 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:02 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:02 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146e8d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:02 thread_status = { = { = {}, }, thread_id = 694, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc461662c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246fa\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc461662e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.fa\304\177\000\000\036,\243϶U\000", __large = 0x7fc461662ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc461662e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:02 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:02 arguments = 2025-10-03 23:58:02 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146e8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:02 __f = 0x55b6f146e8d0 2025-10-03 23:58:02 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc461662f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #16 std::__1::function::operator() (this=0x7fc461662f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146e6c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\350F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146e8d0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc461662fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518856048, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:02 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46166307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_is_done = 2025-10-03 23:58:02 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146e758: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146e768: 0x55b6f146e6c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146e750) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146e750}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:02 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 2025-10-03 23:58:02 Thread 176 (Thread 0x7fc460e69640 (LWP 695) "BgMBSchPool"): 2025-10-03 23:58:02 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:02 ec = 2025-10-03 23:58:02 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:02 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:02 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146ebb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:02 thread_status = { = { = {}, }, thread_id = 695, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc460e61c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\346`\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc460e61e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\346`\304\177\000\000\036,\243϶U\000", __large = 0x7fc460e61ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc460e61e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:02 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:02 arguments = 2025-10-03 23:58:02 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146ebb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:02 __f = 0x55b6f146ebb0 2025-10-03 23:58:02 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc460e61f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #16 std::__1::function::operator() (this=0x7fc460e61f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146e9a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\353F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146ebb0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc460e61fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144518916702, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:02 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc460e6207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_is_done = 2025-10-03 23:58:02 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146ea38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146ea48: 0x55b6f146e9a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146ea30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146ea30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:02 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 2025-10-03 23:58:02 Thread 175 (Thread 0x7fc460668640 (LWP 696) "BgMBSchPool"): 2025-10-03 23:58:02 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:02 ec = 2025-10-03 23:58:02 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:02 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:02 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146ee90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:02 thread_status = { = { = {}, }, thread_id = 696, os_thread_priority = 0, performance_counters = {counters = 0x7fc5bc007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5bc007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc460660c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206f`\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc460660e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016f`\304\177\000\000\036,\243϶U\000", __large = 0x7fc460660ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc460660e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5bc008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:02 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:02 arguments = 2025-10-03 23:58:02 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146ee90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:02 __f = 0x55b6f146ee90 2025-10-03 23:58:02 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc460660f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #16 std::__1::function::operator() (this=0x7fc460660f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146ec80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\356F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146ee90}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc460660fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519007863, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:02 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc46066107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_is_done = 2025-10-03 23:58:02 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146ed18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146ed28: 0x55b6f146ec80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146ed10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:02 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146ed10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:02 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 2025-10-03 23:58:02 Thread 174 (Thread 0x7fc45fe67640 (LWP 697) "BgMBSchPool"): 2025-10-03 23:58:02 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:02 No symbol table info available. 2025-10-03 23:58:02 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:02 ec = 2025-10-03 23:58:02 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:02 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:02 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:02 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146f170) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:02 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:02 thread_status = { = { = {}, }, thread_id = 697, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45fe5fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\346_\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45fe5fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\345_\304\177\000\000\036,\243϶U\000", __large = 0x7fc45fe5fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45fe5fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:02 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:02 arguments = 2025-10-03 23:58:02 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146f170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:02 __f = 0x55b6f146f170 2025-10-03 23:58:02 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45fe5ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #16 std::__1::function::operator() (this=0x7fc45fe5ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:02 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146ef60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:02 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\361F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146f170}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45fe5ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519074938, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:02 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45fe6007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:02 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:02 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:02 job_is_done = 2025-10-03 23:58:02 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146eff8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146f008: 0x55b6f146ef60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:02 No locals. 2025-10-03 23:58:03 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146eff0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146eff0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:03 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 2025-10-03 23:58:03 Thread 173 (Thread 0x7fc45f666640 (LWP 698) "BgMBSchPool"): 2025-10-03 23:58:03 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:03 ec = 2025-10-03 23:58:03 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:03 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:03 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146f450) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:03 thread_status = { = { = {}, }, thread_id = 698, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45f65ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@ff_\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45f65ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356e_\304\177\000\000\036,\243϶U\000", __large = 0x7fc45f65eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45f65ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:03 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:03 arguments = 2025-10-03 23:58:03 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146f450) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:03 __f = 0x55b6f146f450 2025-10-03 23:58:03 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45f65ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #16 std::__1::function::operator() (this=0x7fc45f65ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146f240) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\364F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146f450}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45f65efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519126886, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:03 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45f65f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_is_done = 2025-10-03 23:58:03 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146f2d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146f2e8: 0x55b6f146f240) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146f2d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146f2d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:03 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 2025-10-03 23:58:03 Thread 172 (Thread 0x7fc45ee65640 (LWP 699) "BgMBSchPool"): 2025-10-03 23:58:03 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:03 ec = 2025-10-03 23:58:03 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:03 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:03 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146f730) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:03 thread_status = { = { = {}, }, thread_id = 699, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45ee5dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\346^\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ee5de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\345^\304\177\000\000\036,\243϶U\000", __large = 0x7fc45ee5dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ee5de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:03 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:03 arguments = 2025-10-03 23:58:03 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146f730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:03 __f = 0x55b6f146f730 2025-10-03 23:58:03 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45ee5df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #16 std::__1::function::operator() (this=0x7fc45ee5df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146f520) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\367F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146f730}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ee5dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519180427, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:03 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ee5e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_is_done = 2025-10-03 23:58:03 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146f5b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146f5c8: 0x55b6f146f520) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146f5b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146f5b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:03 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 2025-10-03 23:58:03 Thread 171 (Thread 0x7fc45e664640 (LWP 700) "BgMBSchPool"): 2025-10-03 23:58:03 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:03 ec = 2025-10-03 23:58:03 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:03 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:03 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146fa10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:03 thread_status = { = { = {}, }, thread_id = 700, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45e65cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@Ff^\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45e65ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316e^\304\177\000\000\036,\243϶U\000", __large = 0x7fc45e65cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45e65ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:03 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:03 arguments = 2025-10-03 23:58:03 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146fa10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:03 __f = 0x55b6f146fa10 2025-10-03 23:58:03 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45e65cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #16 std::__1::function::operator() (this=0x7fc45e65cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146f800) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\372F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146fa10}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45e65cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519235660, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:03 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45e65d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_is_done = 2025-10-03 23:58:03 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146f898: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146f8a8: 0x55b6f146f800) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146f890) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146f890}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:03 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 2025-10-03 23:58:03 Thread 170 (Thread 0x7fc45de63640 (LWP 701) "BgMBSchPool"): 2025-10-03 23:58:03 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:03 ec = 2025-10-03 23:58:03 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:03 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:03 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146fcf0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:03 thread_status = { = { = {}, }, thread_id = 701, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45de5bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\346]\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45de5be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\345]\304\177\000\000\036,\243϶U\000", __large = 0x7fc45de5bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45de5be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:03 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:03 arguments = 2025-10-03 23:58:03 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146fcf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:03 __f = 0x55b6f146fcf0 2025-10-03 23:58:03 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45de5bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #16 std::__1::function::operator() (this=0x7fc45de5bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146fae0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\374F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146fcf0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45de5bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519282758, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:03 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45de5c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_is_done = 2025-10-03 23:58:03 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146fb78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146fb88: 0x55b6f146fae0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146fb70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146fb70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:03 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 2025-10-03 23:58:03 Thread 169 (Thread 0x7fc45d662640 (LWP 702) "BgMBSchPool"): 2025-10-03 23:58:03 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:03 ec = 2025-10-03 23:58:03 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:03 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:03 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f146ffd0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:03 thread_status = { = { = {}, }, thread_id = 702, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45d65ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&f]\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45d65ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256e]\304\177\000\000\036,\243϶U\000", __large = 0x7fc45d65aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45d65ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:03 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:03 arguments = 2025-10-03 23:58:03 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f146ffd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:03 __f = 0x55b6f146ffd0 2025-10-03 23:58:03 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45d65af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #16 std::__1::function::operator() (this=0x7fc45d65af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f146fdc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\377F\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f146ffd0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45d65afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519380181, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:03 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45d65b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_is_done = 2025-10-03 23:58:03 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f146fe58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f146fe68: 0x55b6f146fdc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f146fe50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f146fe50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:03 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 2025-10-03 23:58:03 Thread 168 (Thread 0x7fc45ce61640 (LWP 703) "BgMBSchPool"): 2025-10-03 23:58:03 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c500, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #3 std::__1::condition_variable::wait (this=0x55b6f133c500, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:03 ec = 2025-10-03 23:58:03 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f133c4d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:03 tasks_lock = {__m_ = 0x55b6f133c508, __owns_ = true} 2025-10-03 23:58:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:03 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14702b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:03 thread_status = { = { = {}, }, thread_id = 703, os_thread_priority = 0, performance_counters = {counters = 0x7fc5dc007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5dc007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45ce59c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\346\\\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ce59e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\345\\\304\177\000\000\036,\243϶U\000", __large = 0x7fc45ce59ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ce59e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5dc008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:03 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:03 arguments = 2025-10-03 23:58:03 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14702b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:03 __f = 0x55b6f14702b0 2025-10-03 23:58:03 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45ce59f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #16 std::__1::function::operator() (this=0x7fc45ce59f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14700a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\002G\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f14702b0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ce59fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519496028, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:03 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ce5a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_is_done = 2025-10-03 23:58:03 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1470138: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1470148: 0x55b6f14700a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1470130) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:03 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1470130}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:03 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 2025-10-03 23:58:03 Thread 167 (Thread 0x7fc45c660640 (LWP 704) "BgMBSchPool/D"): 2025-10-03 23:58:03 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:03 No symbol table info available. 2025-10-03 23:58:03 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f133c5a0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #3 std::__1::condition_variable::wait (this=0x55b6f133c5a0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:03 ec = 2025-10-03 23:58:03 #4 0x000055b6da2edcad in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x55b6f133c4d0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:334 2025-10-03 23:58:03 min_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528006280257} 2025-10-03 23:58:03 current_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 94243655086663} 2025-10-03 23:58:03 lock = {__m_ = 0x55b6f133c5a8, __owns_ = true} 2025-10-03 23:58:03 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:03 found = false 2025-10-03 23:58:03 #5 0x000055b6da2eeda6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:172 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #6 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #7 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #8 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x55b6f14705b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:03 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:03 thread_status = { = { = {}, }, thread_id = 704, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45c658c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006f\\\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45c658e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216e\\\304\177\000\000\036,\243϶U\000", __large = 0x7fc45c658ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45c658e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:03 function = {this = 0x55b6f133c4d0} 2025-10-03 23:58:03 arguments = 2025-10-03 23:58:03 #10 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14705b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:03 __f = 0x55b6f14705b0 2025-10-03 23:58:03 #14 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45c658f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #15 std::__1::function::operator() (this=0x7fc45c658f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14703a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:03 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\005G\361\266U\000\000`\325F\361\266U\000", __large = 0x55b6f14705b0}, __invoker_ = {__call_ = 0x55b6da2eed08 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbef8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45c658fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519558295, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:03 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45c65907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:03 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:03 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:03 job_is_done = 2025-10-03 23:58:03 #17 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1470438: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1470448: 0x55b6f14703a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #18 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:03 No locals. 2025-10-03 23:58:03 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1470430) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1470430}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:04 #20 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #21 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 2025-10-03 23:58:04 Thread 166 (Thread 0x7fc45be5f640 (LWP 705) "BgDistSchPool"): 2025-10-03 23:58:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:04 ec = 2025-10-03 23:58:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:04 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14705f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:04 thread_status = { = { = {}, }, thread_id = 705, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45be57c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\345[\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45be57e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\345[\304\177\000\000\036,\243϶U\000", __large = 0x7fc45be57ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45be57e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:04 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:04 arguments = 2025-10-03 23:58:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14705f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:04 __f = 0x55b6f14705f0 2025-10-03 23:58:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45be57f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #16 std::__1::function::operator() (this=0x7fc45be57f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14706b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\005G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f14705f0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45be57fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519716722, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45be5807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_is_done = 2025-10-03 23:58:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1470988: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1470998: 0x55b6f14706b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1470980) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1470980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 2025-10-03 23:58:04 Thread 165 (Thread 0x7fc45b65e640 (LWP 706) "BgDistSchPool"): 2025-10-03 23:58:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:04 ec = 2025-10-03 23:58:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:04 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1470700) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:04 thread_status = { = { = {}, }, thread_id = 706, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45b656c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346e[\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45b656e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300ne[\304\177\000\000\036,\243϶U\000", __large = 0x7fc45b656ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45b656e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:04 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:04 arguments = 2025-10-03 23:58:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1470700) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:04 __f = 0x55b6f1470700 2025-10-03 23:58:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45b656f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #16 std::__1::function::operator() (this=0x7fc45b656f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1470b70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\aG\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1470700}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45b656fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519785762, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45b65707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_is_done = 2025-10-03 23:58:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1470ba8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1470bb8: 0x55b6f1470b70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1470ba0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1470ba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 2025-10-03 23:58:04 Thread 164 (Thread 0x7fc45ae5d640 (LWP 707) "BgDistSchPool"): 2025-10-03 23:58:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:04 ec = 2025-10-03 23:58:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:04 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1470f80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:04 thread_status = { = { = {}, }, thread_id = 707, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45ae55c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\345Z\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ae55e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\345Z\304\177\000\000\036,\243϶U\000", __large = 0x7fc45ae55ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ae55e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:04 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:04 arguments = 2025-10-03 23:58:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1470f80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:04 __f = 0x55b6f1470f80 2025-10-03 23:58:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45ae55f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #16 std::__1::function::operator() (this=0x7fc45ae55f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1470db0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\017G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1470f80}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ae55fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519857746, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45ae5607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_is_done = 2025-10-03 23:58:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1470e08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1470e18: 0x55b6f1470db0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1470e00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1470e00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 2025-10-03 23:58:04 Thread 163 (Thread 0x7fc45a65c640 (LWP 708) "BgDistSchPool"): 2025-10-03 23:58:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:04 ec = 2025-10-03 23:58:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:04 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1471260) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:04 thread_status = { = { = {}, }, thread_id = 708, os_thread_priority = 0, performance_counters = {counters = 0x7fc5ec007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5ec007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45a654c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306eZ\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45a654e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300NeZ\304\177\000\000\036,\243϶U\000", __large = 0x7fc45a654ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45a654e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5ec008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:04 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:04 arguments = 2025-10-03 23:58:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1471260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:04 __f = 0x55b6f1471260 2025-10-03 23:58:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45a654f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #16 std::__1::function::operator() (this=0x7fc45a654f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1471050) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\022G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1471260}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45a654fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144519934982, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45a65507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_is_done = 2025-10-03 23:58:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14710e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14710f8: 0x55b6f1471050) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14710e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14710e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 2025-10-03 23:58:04 Thread 162 (Thread 0x7fc459e5b640 (LWP 709) "BgDistSchPool"): 2025-10-03 23:58:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:04 ec = 2025-10-03 23:58:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:04 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1471540) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:04 thread_status = { = { = {}, }, thread_id = 709, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc459e53c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\345Y\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc459e53e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\345Y\304\177\000\000\036,\243϶U\000", __large = 0x7fc459e53ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc459e53e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:04 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:04 arguments = 2025-10-03 23:58:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1471540) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:04 __f = 0x55b6f1471540 2025-10-03 23:58:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc459e53f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #16 std::__1::function::operator() (this=0x7fc459e53f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1471330) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\025G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1471540}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc459e53fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520036452, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc459e5407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_is_done = 2025-10-03 23:58:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14713c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14713d8: 0x55b6f1471330) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14713c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14713c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 2025-10-03 23:58:04 Thread 161 (Thread 0x7fc45965a640 (LWP 710) "BgDistSchPool"): 2025-10-03 23:58:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:04 ec = 2025-10-03 23:58:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:04 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1471820) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:04 thread_status = { = { = {}, }, thread_id = 710, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc459652c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246eY\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc459652e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.eY\304\177\000\000\036,\243϶U\000", __large = 0x7fc459652ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc459652e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:04 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:04 arguments = 2025-10-03 23:58:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1471820) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:04 __f = 0x55b6f1471820 2025-10-03 23:58:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc459652f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #16 std::__1::function::operator() (this=0x7fc459652f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1471610) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \030G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1471820}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc459652fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520102436, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45965307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_is_done = 2025-10-03 23:58:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14716a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14716b8: 0x55b6f1471610) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14716a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14716a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 2025-10-03 23:58:04 Thread 160 (Thread 0x7fc458e59640 (LWP 711) "BgDistSchPool"): 2025-10-03 23:58:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:04 ec = 2025-10-03 23:58:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:04 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1471b00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:04 thread_status = { = { = {}, }, thread_id = 711, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc458e51c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\345X\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc458e51e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\345X\304\177\000\000\036,\243϶U\000", __large = 0x7fc458e51ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc458e51e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:04 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:04 arguments = 2025-10-03 23:58:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1471b00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:04 __f = 0x55b6f1471b00 2025-10-03 23:58:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc458e51f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #16 std::__1::function::operator() (this=0x7fc458e51f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14718f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\033G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1471b00}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc458e51fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520179740, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:04 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc458e5207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:04 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:04 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_is_done = 2025-10-03 23:58:04 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1471988: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1471998: 0x55b6f14718f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1471980) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:04 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1471980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:04 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 2025-10-03 23:58:04 Thread 159 (Thread 0x7fc458658640 (LWP 712) "BgDistSchPool"): 2025-10-03 23:58:04 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:04 No symbol table info available. 2025-10-03 23:58:04 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:04 ec = 2025-10-03 23:58:04 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:04 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:04 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:04 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1471de0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:04 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:04 thread_status = { = { = {}, }, thread_id = 712, os_thread_priority = 0, performance_counters = {counters = 0x7fc600007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc600007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc458650c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206eX\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc458650e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016eX\304\177\000\000\036,\243϶U\000", __large = 0x7fc458650ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc458650e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc600008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:04 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:04 arguments = 2025-10-03 23:58:04 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1471de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:04 __f = 0x55b6f1471de0 2025-10-03 23:58:04 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc458650f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #16 std::__1::function::operator() (this=0x7fc458650f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:04 No locals. 2025-10-03 23:58:04 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1471bd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:04 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:04 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\035G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1471de0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc458650fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520249541, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45865107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_is_done = 2025-10-03 23:58:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1471c68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1471c78: 0x55b6f1471bd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1471c60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1471c60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 2025-10-03 23:58:05 Thread 158 (Thread 0x7fc457e57640 (LWP 713) "BgDistSchPool"): 2025-10-03 23:58:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:05 ec = 2025-10-03 23:58:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:05 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14720c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:05 thread_status = { = { = {}, }, thread_id = 713, os_thread_priority = 0, performance_counters = {counters = 0x7fc608007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc608007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc457e4fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\345W\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc457e4fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\344W\304\177\000\000\036,\243϶U\000", __large = 0x7fc457e4fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc457e4fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc608008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:05 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:05 arguments = 2025-10-03 23:58:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14720c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:05 __f = 0x55b6f14720c0 2025-10-03 23:58:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc457e4ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #16 std::__1::function::operator() (this=0x7fc457e4ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1471eb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300 G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f14720c0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc457e4ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520316337, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc457e5007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_is_done = 2025-10-03 23:58:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1471f48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1471f58: 0x55b6f1471eb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1471f40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1471f40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 2025-10-03 23:58:05 Thread 157 (Thread 0x7fc457656640 (LWP 714) "BgDistSchPool"): 2025-10-03 23:58:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:05 ec = 2025-10-03 23:58:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:05 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14723a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:05 thread_status = { = { = {}, }, thread_id = 714, os_thread_priority = 0, performance_counters = {counters = 0x7fc60c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc60c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45764ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@feW\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45764ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356dW\304\177\000\000\036,\243϶U\000", __large = 0x7fc45764eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45764ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc60c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:05 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:05 arguments = 2025-10-03 23:58:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14723a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:05 __f = 0x55b6f14723a0 2025-10-03 23:58:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45764ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #16 std::__1::function::operator() (this=0x7fc45764ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1472190) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240#G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f14723a0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45764efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520393261, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45764f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_is_done = 2025-10-03 23:58:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1472228: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1472238: 0x55b6f1472190) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1472220) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1472220}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 2025-10-03 23:58:05 Thread 156 (Thread 0x7fc456e55640 (LWP 715) "BgDistSchPool"): 2025-10-03 23:58:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:05 ec = 2025-10-03 23:58:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:05 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1472680) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:05 thread_status = { = { = {}, }, thread_id = 715, os_thread_priority = 0, performance_counters = {counters = 0x7fc610007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc610007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc456e4dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\345V\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc456e4de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\336\344V\304\177\000\000\036,\243϶U\000", __large = 0x7fc456e4dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc456e4de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc610008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:05 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:05 arguments = 2025-10-03 23:58:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1472680) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:05 __f = 0x55b6f1472680 2025-10-03 23:58:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc456e4df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #16 std::__1::function::operator() (this=0x7fc456e4df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1472470) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200&G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1472680}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc456e4dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520467440, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc456e4e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_is_done = 2025-10-03 23:58:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1472508: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1472518: 0x55b6f1472470) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1472500) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1472500}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 2025-10-03 23:58:05 Thread 155 (Thread 0x7fc456654640 (LWP 716) "BgDistSchPool"): 2025-10-03 23:58:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:05 ec = 2025-10-03 23:58:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:05 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1472960) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:05 thread_status = { = { = {}, }, thread_id = 716, os_thread_priority = 0, performance_counters = {counters = 0x7fc61c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc61c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45664cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@FeV\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45664ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316dV\304\177\000\000\036,\243϶U\000", __large = 0x7fc45664cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45664ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc61c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:05 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:05 arguments = 2025-10-03 23:58:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1472960) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:05 __f = 0x55b6f1472960 2025-10-03 23:58:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45664cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #16 std::__1::function::operator() (this=0x7fc45664cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1472750) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`)G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1472960}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45664cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520532001, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45664d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_is_done = 2025-10-03 23:58:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f14727e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f14727f8: 0x55b6f1472750) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f14727e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f14727e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 2025-10-03 23:58:05 Thread 154 (Thread 0x7fc455e53640 (LWP 717) "BgDistSchPool"): 2025-10-03 23:58:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:05 ec = 2025-10-03 23:58:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:05 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1472c40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:05 thread_status = { = { = {}, }, thread_id = 717, os_thread_priority = 0, performance_counters = {counters = 0x7fc624007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc624007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc455e4bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\345U\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc455e4be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\344U\304\177\000\000\036,\243϶U\000", __large = 0x7fc455e4bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc455e4be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc624008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:05 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:05 arguments = 2025-10-03 23:58:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1472c40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:05 __f = 0x55b6f1472c40 2025-10-03 23:58:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc455e4bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #16 std::__1::function::operator() (this=0x7fc455e4bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1472a30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@,G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1472c40}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc455e4bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520591342, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc455e4c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_is_done = 2025-10-03 23:58:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1472ac8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1472ad8: 0x55b6f1472a30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1472ac0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1472ac0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 2025-10-03 23:58:05 Thread 153 (Thread 0x7fc455652640 (LWP 718) "BgDistSchPool"): 2025-10-03 23:58:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:05 ec = 2025-10-03 23:58:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:05 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1472f20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:05 thread_status = { = { = {}, }, thread_id = 718, os_thread_priority = 0, performance_counters = {counters = 0x7fc618007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc618007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc45564ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&eU\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45564ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256dU\304\177\000\000\036,\243϶U\000", __large = 0x7fc45564aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45564ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc618008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:05 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:05 arguments = 2025-10-03 23:58:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1472f20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:05 __f = 0x55b6f1472f20 2025-10-03 23:58:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc45564af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #16 std::__1::function::operator() (this=0x7fc45564af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1472d10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " /G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1472f20}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45564afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520667405, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45564b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_is_done = 2025-10-03 23:58:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1472da8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1472db8: 0x55b6f1472d10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1472da0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1472da0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 2025-10-03 23:58:05 Thread 152 (Thread 0x7fc454e51640 (LWP 719) "BgDistSchPool"): 2025-10-03 23:58:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:05 ec = 2025-10-03 23:58:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:05 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1473200) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:05 thread_status = { = { = {}, }, thread_id = 719, os_thread_priority = 0, performance_counters = {counters = 0x7fc620007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc620007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc454e49c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\345T\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc454e49e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\344T\304\177\000\000\036,\243϶U\000", __large = 0x7fc454e49ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc454e49e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc620008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:05 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:05 arguments = 2025-10-03 23:58:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1473200) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:05 __f = 0x55b6f1473200 2025-10-03 23:58:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc454e49f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #16 std::__1::function::operator() (this=0x7fc454e49f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1472ff0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0002G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f1473200}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc454e49fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520739820, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc454e4a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_is_done = 2025-10-03 23:58:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1473088: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1473098: 0x55b6f1472ff0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1473080) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:05 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1473080}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:05 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 2025-10-03 23:58:05 Thread 151 (Thread 0x7fc454650640 (LWP 720) "BgDistSchPool"): 2025-10-03 23:58:05 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:05 No symbol table info available. 2025-10-03 23:58:05 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c410, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #3 std::__1::condition_variable::wait (this=0x55b6f023c410, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:05 ec = 2025-10-03 23:58:05 #4 0x000055b6da2ed95b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x55b6f023c3e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #5 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 2025-10-03 23:58:05 tasks_lock = {__m_ = 0x55b6f023c418, __owns_ = true} 2025-10-03 23:58:05 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:05 #6 0x000055b6da2ee8e6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #7 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #9 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f14734e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:05 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:05 thread_status = { = { = {}, }, thread_id = 720, os_thread_priority = 0, performance_counters = {counters = 0x7fc62c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc62c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc454648c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006eT\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc454648e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216dT\304\177\000\000\036,\243϶U\000", __large = 0x7fc454648ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc454648e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc62c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:05 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:05 arguments = 2025-10-03 23:58:05 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14734e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:05 __f = 0x55b6f14734e0 2025-10-03 23:58:05 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc454648f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #16 std::__1::function::operator() (this=0x7fc454648f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:05 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14732d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:05 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3404G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f14734e0}, __invoker_ = {__call_ = 0x55b6da2ee848 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbec8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc454648fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520810092, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:05 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45464907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:05 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:05 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:05 job_is_done = 2025-10-03 23:58:05 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1473368: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1473378: 0x55b6f14732d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:05 No locals. 2025-10-03 23:58:06 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1473360) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1473360}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:06 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 2025-10-03 23:58:06 Thread 150 (Thread 0x7fc453e4f640 (LWP 721) "BgDistSchPool/D"): 2025-10-03 23:58:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f023c4b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #3 std::__1::condition_variable::wait (this=0x55b6f023c4b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:06 ec = 2025-10-03 23:58:06 #4 0x000055b6da2edcad in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x55b6f023c3e0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:334 2025-10-03 23:58:06 min_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528006281619} 2025-10-03 23:58:06 current_time = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 94243655086663} 2025-10-03 23:58:06 lock = {__m_ = 0x55b6f023c4b8, __owns_ = true} 2025-10-03 23:58:06 task = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:06 found = false 2025-10-03 23:58:06 #5 0x000055b6da2eeda6 in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:172 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #6 std::__1::__invoke[abi:v15007], StrongTypedef, char const*)::$_1&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #7 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB22BackgroundSchedulePoolC1Em13StrongTypedefImN14CurrentMetrics9MetricTagEES6_PKcE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #8 std::__1::apply[abi:v15007], StrongTypedef, char const*)::$_1&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}::operator()() (this=0x55b6f14737e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:06 thread_status = { = { = {}, }, thread_id = 721, os_thread_priority = 0, performance_counters = {counters = 0x7fc628007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc628007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc453e47c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\344S\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc453e47e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\344S\304\177\000\000\036,\243϶U\000", __large = 0x7fc453e47ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc453e47e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc628008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144732318065, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:06 function = {this = 0x55b6f023c3e0} 2025-10-03 23:58:06 arguments = 2025-10-03 23:58:06 #10 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f14737e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:06 __f = 0x55b6f14737e0 2025-10-03 23:58:06 #14 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc453e47f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #15 std::__1::function::operator() (this=0x7fc453e47f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f14735d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\3407G\361\266U\000\000\340\006G\361\266U\000", __large = 0x55b6f14737e0}, __invoker_ = {__call_ = 0x55b6da2eed08 ::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47cbef8 ::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_1>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_1&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc453e47fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144520884482, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc453e4807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_is_done = 2025-10-03 23:58:06 #17 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1473668: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1473678: 0x55b6f14735d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #18 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1473660) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1473660}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:06 #20 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #21 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 2025-10-03 23:58:06 Thread 149 (Thread 0x7fc45364e640 (LWP 722) "KeeperReqT"): 2025-10-03 23:58:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1377f60, __m=0x189, __ts=0x7fc453646850) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1377f60, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:06 ts = {tv_sec = 1759528438, tv_nsec = 119904840} 2025-10-03 23:58:06 ts_sec_max = 9223372036854775807 2025-10-03 23:58:06 ec = 2025-10-03 23:58:06 d = 2025-10-03 23:58:06 s = 2025-10-03 23:58:06 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1377f38, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:06 __c_now = {__d_ = {__rep_ = 566577210730}} 2025-10-03 23:58:06 __now_count_ns = 2025-10-03 23:58:06 __d_ns_count = 2025-10-03 23:58:06 #5 0x000055b6df597aa8 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1377f38, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1377f38, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:06 __t_ns = {__d_ = {__rep_ = 576577210420}} 2025-10-03 23:58:06 __now = 2025-10-03 23:58:06 #7 std::__1::condition_variable::wait_until >, ConcurrentBoundedQueue::popImpl(DB::KeeperStorageBase::RequestForSession&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, ConcurrentBoundedQueue::popImpl(DB::KeeperStorageBase::RequestForSession&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x55b6f1377f38, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #8 0x000055b6df5974bd in std::__1::condition_variable::wait_for[abi:v15007], ConcurrentBoundedQueue::popImpl(DB::KeeperStorageBase::RequestForSession&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, ConcurrentBoundedQueue::popImpl(DB::KeeperStorageBase::RequestForSession&, std::__1::optional)::{lambda()#1}) (this=0x55b6f1377f38, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #9 ConcurrentBoundedQueue::popImpl (this=0x55b6f1377eb0, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:73 2025-10-03 23:58:06 wait_result = 2025-10-03 23:58:06 queue_lock = {__m_ = 0x55b6f1377ee0, __owns_ = true} 2025-10-03 23:58:06 predicate = {this = 0x55b6f1377eb0} 2025-10-03 23:58:06 #10 0x000055b6df5725b8 in ConcurrentBoundedQueue::tryPop (this=0x55b6f1377f60, this@entry=0x19000, x=..., milliseconds=) at ./src/Common/ConcurrentBoundedQueue.h:159 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #11 DB::KeeperDispatcher::requestThread (this=this@entry=0x55b6f1330f48) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:142 2025-10-03 23:58:06 coordination_settings = {__ptr_ = 0x55b6f1323218, __cntrl_ = 0x55b6f1323200} 2025-10-03 23:58:06 request = {session_id = 1, time = 0, request = {__ptr_ = 0x0, __cntrl_ = 0x0}, zxid = 0, digest = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {version = DB::KeeperStorageBase::NO_DIGEST, value = 140494658709572}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, log_idx = 0} 2025-10-03 23:58:06 max_wait = 18446744073709551100 2025-10-03 23:58:06 max_batch_size = 100 2025-10-03 23:58:06 max_batch_bytes_size = 102400 2025-10-03 23:58:06 prev_result = {__ptr_ = 0x7fc630009498, __cntrl_ = 0x7fc630009480} 2025-10-03 23:58:06 prev_batch = 2025-10-03 23:58:06 shutdown_called = 2025-10-03 23:58:06 #12 0x000055b6df58d0a6 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:438 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #13 std::__1::__invoke[abi:v15007] const&)::$_0&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #14 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #15 std::__1::apply[abi:v15007] const&)::$_0&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #16 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1330e30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:06 thread_status = { = { = {}, }, thread_id = 722, os_thread_priority = 0, performance_counters = {counters = 0x7fc630007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc630007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc453646c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 39594, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346dS\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc453646e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300ndS\304\177\000\000\036,\243϶U\000", __large = 0x7fc453646ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc453646e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc630008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144740318048, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:06 function = {this = 0x55b6f1330f48} 2025-10-03 23:58:06 arguments = 2025-10-03 23:58:06 #17 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #18 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #19 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1330e30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #20 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:06 __f = 0x55b6f1330e30 2025-10-03 23:58:06 #21 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc453646f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #22 std::__1::function::operator() (this=0x7fc453646f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #23 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f167b6b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\0163\361\266U\000\000\037\000\000\000\000\000\000", __large = 0x55b6f1330e30}, __invoker_ = {__call_ = 0x55b6df58d008 ::__call_impl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4869178 ::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc453646fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144528921072, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45364707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_is_done = 2025-10-03 23:58:06 #24 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f167b688: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f167b698: 0x55b6f167b6b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #25 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #26 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f167b680) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f167b680}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:06 #27 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #28 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 2025-10-03 23:58:06 Thread 148 (Thread 0x7fc452e4d640 (LWP 723) "KeeperRspT"): 2025-10-03 23:58:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1331000, __m=0x189, __ts=0x7fc452e45ac0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1331000, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:06 ts = {tv_sec = 1759528438, tv_nsec = 120233840} 2025-10-03 23:58:06 ts_sec_max = 9223372036854775807 2025-10-03 23:58:06 ec = 2025-10-03 23:58:06 d = 2025-10-03 23:58:06 s = 2025-10-03 23:58:06 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1330fd8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:06 __c_now = {__d_ = {__rep_ = 566577539083}} 2025-10-03 23:58:06 __now_count_ns = 2025-10-03 23:58:06 __d_ns_count = 2025-10-03 23:58:06 #5 0x000055b6df598768 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1330fd8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1330fd8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:06 __t_ns = {__d_ = {__rep_ = 576577538723}} 2025-10-03 23:58:06 __now = 2025-10-03 23:58:06 #7 std::__1::condition_variable::wait_until >, ConcurrentBoundedQueue::popImpl(DB::KeeperStorageBase::ResponseForSession&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, ConcurrentBoundedQueue::popImpl(DB::KeeperStorageBase::ResponseForSession&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x55b6f1330fd8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #8 0x000055b6df5982bd in std::__1::condition_variable::wait_for[abi:v15007], ConcurrentBoundedQueue::popImpl(DB::KeeperStorageBase::ResponseForSession&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, ConcurrentBoundedQueue::popImpl(DB::KeeperStorageBase::ResponseForSession&, std::__1::optional)::{lambda()#1}) (this=0x55b6f1330fd8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #9 ConcurrentBoundedQueue::popImpl (this=this@entry=0x55b6f1330f50, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:73 2025-10-03 23:58:06 wait_result = 2025-10-03 23:58:06 queue_lock = {__m_ = 0x55b6f1330f80, __owns_ = true} 2025-10-03 23:58:06 predicate = {this = 0x55b6f1330f50} 2025-10-03 23:58:06 #10 0x000055b6df5776c9 in ConcurrentBoundedQueue::tryPop (this=0x55b6f1330f50, x=..., milliseconds=) at ./src/Common/ConcurrentBoundedQueue.h:159 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #11 DB::KeeperDispatcher::responseThread (this=this@entry=0x55b6f1330f48) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:318 2025-10-03 23:58:06 response_for_session = {session_id = 1, response = {__ptr_ = 0x0, __cntrl_ = 0x0}, request = {__ptr_ = 0x0, __cntrl_ = 0x0}} 2025-10-03 23:58:06 max_wait = 18446744073709551100 2025-10-03 23:58:06 shutdown_called = 2025-10-03 23:58:06 #12 0x000055b6df58d566 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:439 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #13 std::__1::__invoke[abi:v15007] const&)::$_1&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #14 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #15 std::__1::apply[abi:v15007] const&)::$_1&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #16 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}::operator()() (this=0x55b6f167b6e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:06 thread_status = { = { = {}, }, thread_id = 723, os_thread_priority = 0, performance_counters = {counters = 0x7fc64c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc64c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc452e45c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 3824, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\326\344R\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc452e45e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\344R\304\177\000\000\036,\243϶U\000", __large = 0x7fc452e45ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc452e45e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc64c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144740318048, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:06 function = {this = 0x55b6f1330f48} 2025-10-03 23:58:06 arguments = 2025-10-03 23:58:06 #17 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #18 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #19 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f167b6e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #20 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:06 __f = 0x55b6f167b6e0 2025-10-03 23:58:06 #21 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc452e45f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #22 std::__1::function::operator() (this=0x7fc452e45f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #23 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f167be00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\266g\361\266U\000\000\037\000\000\000\000\000\000", __large = 0x55b6f167b6e0}, __invoker_ = {__call_ = 0x55b6df58d4c8 ::__call_impl::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e48691a8 ::ThreadFromGlobalPoolImpl const&)::$_1>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_1&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc452e45fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144529011682, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc452e4607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_is_done = 2025-10-03 23:58:06 #24 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f167be38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f167be48: 0x55b6f167be00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #25 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #26 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f167be30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f167be30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:06 #27 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #28 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 2025-10-03 23:58:06 Thread 147 (Thread 0x7fc45264c640 (LWP 724) "KeeperSnpT"): 2025-10-03 23:58:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f13310c8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #3 std::__1::condition_variable::wait (this=0x55b6f13310c8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:06 ec = 2025-10-03 23:58:06 #4 0x000055b6df598c46 in std::__1::condition_variable::wait::popImpl(DB::CreateSnapshotTask&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue::popImpl(DB::CreateSnapshotTask&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x55b6f13310a0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #5 0x000055b6df5989f5 in ConcurrentBoundedQueue::popImpl (this=this@entry=0x55b6f1331018, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 23:58:06 queue_lock = {__m_ = 0x55b6f1331048, __owns_ = true} 2025-10-03 23:58:06 predicate = {this = 0x55b6f1331018} 2025-10-03 23:58:06 #6 0x000055b6df5782bf in ConcurrentBoundedQueue::pop (this=0x55b6f1331018, x=...) at ./src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #7 DB::KeeperDispatcher::snapshotThread (this=this@entry=0x55b6f1330f48) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:340 2025-10-03 23:58:06 task = {snapshot = {> = {}, > = {}, __impl = { > > >, std::__1::shared_ptr > > > >, (std::__1::__variant_detail::_Trait)1>> = { > > >, std::__1::shared_ptr > > > >, (std::__1::__variant_detail::_Trait)1>> = { > > >, std::__1::shared_ptr > > > > >> = { > > >, std::__1::shared_ptr > > > >, (std::__1::__variant_detail::_Trait)1>> = { > > >, std::__1::shared_ptr > > > >, (std::__1::__variant_detail::_Trait)1>> = { > > >, std::__1::shared_ptr > > > > >> = { > > >, std::__1::shared_ptr > > > >, (std::__1::__variant_detail::_Trait)1>> = { > > >, std::__1::shared_ptr > > > >> = {__data = {__dummy = 0 '\000', __head = {__value = {__ptr_ = 0x0, __cntrl_ = 0x0}}, __tail = {__dummy = 0 '\000', __head = {__value = {__ptr_ = 0x0, __cntrl_ = 0x0}}, __tail = {}}}, __index = 0 '\000'}, }, }, }, }, }, }, }, }}, create_snapshot = {(std::__1::variant > > >, std::__1::shared_ptr > > > >&&, bool)>> = {}, (std::__1::variant > > >, std::__1::shared_ptr > > > >&&, bool)>> = { > > >, std::__1::shared_ptr > > > >&&, bool, std::__1::shared_ptr >> = {}, }, __f_ = {__buf_ = {__small = "\250NdR\304\177\000\000@LdR\304\177\000", __large = 0x7fc452644ea8}, __invoker_ = {__call_ = 0x55b6df595b08 (std::__1::variant > > >, std::__1::shared_ptr > > > >&&, bool)>::__call_empty(std::__1::__function::__policy_storage const*, std::__1::variant > > >, std::__1::shared_ptr > > > >&&, bool)>}, __policy_ = 0x55b6e4319280 }}} 2025-10-03 23:58:06 shutdown_called = @0x55b6f136c3b1: {> = {__a_ = {> = {__a_value = false}, }, static is_always_lock_free = }, } 2025-10-03 23:58:06 #8 0x000055b6df58da26 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:440 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #9 std::__1::__invoke[abi:v15007] const&)::$_2&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_2RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #11 std::__1::apply[abi:v15007] const&)::$_2&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}::operator()() (this=0x55b6f1344190) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:06 thread_status = { = { = {}, }, thread_id = 724, os_thread_priority = 0, performance_counters = {counters = 0x7fc63c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc63c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc452644c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306dR\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc452644e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300NdR\304\177\000\000\036,\243϶U\000", __large = 0x7fc452644ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc452644e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc63c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144740318048, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:06 function = {this = 0x55b6f1330f48} 2025-10-03 23:58:06 arguments = 2025-10-03 23:58:06 #13 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1344190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:06 __f = 0x55b6f1344190 2025-10-03 23:58:06 #17 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc452644f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #18 std::__1::function::operator() (this=0x7fc452644f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f167c020) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220A4\361\266U\000\000\037\000\000\000\000\000\000", __large = 0x55b6f1344190}, __invoker_ = {__call_ = 0x55b6df58d988 ::__call_impl::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e48691d8 ::ThreadFromGlobalPoolImpl const&)::$_2>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_2&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc452644fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144529070402, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45264507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_is_done = 2025-10-03 23:58:06 #20 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f167c058: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f167c068: 0x55b6f167c020) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #21 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f167c050) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f167c050}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:06 #23 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #24 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 2025-10-03 23:58:06 Thread 146 (Thread 0x7fc451e4b640 (LWP 725) "KeeperS3SnpT"): 2025-10-03 23:58:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1331388, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #3 std::__1::condition_variable::wait (this=0x55b6f1331388, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:06 ec = 2025-10-03 23:58:06 #4 0x000055b6df68cfe6 in std::__1::condition_variable::wait >::popImpl(std::__1::shared_ptr&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue >::popImpl(std::__1::shared_ptr&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x55b6f1331360, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #5 0x000055b6df68cd35 in ConcurrentBoundedQueue >::popImpl (this=this@entry=0x55b6f13312d8, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 23:58:06 queue_lock = {__m_ = 0x55b6f1331308, __owns_ = true} 2025-10-03 23:58:06 predicate = {this = 0x55b6f13312d8} 2025-10-03 23:58:06 #6 0x000055b6df689689 in ConcurrentBoundedQueue >::pop (this=0x55b6f13312d8, x=...) at ./src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #7 DB::KeeperSnapshotManagerS3::snapshotS3Thread (this=this@entry=0x55b6f13312d8) at ./build_docker/./src/Coordination/KeeperSnapshotManagerS3.cpp:267 2025-10-03 23:58:06 snapshot_file_info = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:06 #8 0x000055b6df68b986 in DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperSnapshotManagerS3.cpp:298 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #9 std::__1::__invoke[abi:v15007] const&)::$_0&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23KeeperSnapshotManagerS37startupERKN4Poco4Util21AbstractConfigurationERKNS_10shared_ptrIKNS1_6MacrosEEEE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #11 std::__1::apply[abi:v15007] const&)::$_0&, std::__1::tuple<>&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f167c430) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:06 thread_status = { = { = {}, }, thread_id = 725, os_thread_priority = 0, performance_counters = {counters = 0x7fc638007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc638007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc451e43c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\344Q\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc451e43e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\344Q\304\177\000\000\036,\243϶U\000", __large = 0x7fc451e43ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc451e43e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc638008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144740318048, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:06 function = {this = 0x55b6f13312d8} 2025-10-03 23:58:06 arguments = 2025-10-03 23:58:06 #13 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f167c430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:06 __f = 0x55b6f167c430 2025-10-03 23:58:06 #17 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc451e43f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #18 std::__1::function::operator() (this=0x7fc451e43f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f167c1b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\304g\361\266U\000\000\250\277g\361\266U\000", __large = 0x55b6f167c430}, __invoker_ = {__call_ = 0x55b6df68b8e8 ::__call_impl::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e486a0f8 ::ThreadFromGlobalPoolImpl const&)::$_0>(DB::KeeperSnapshotManagerS3::startup(Poco::Util::AbstractConfiguration const&, std::__1::shared_ptr const&)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc451e43fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144529201839, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc451e4407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_is_done = 2025-10-03 23:58:06 #20 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f167c2b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f167c2c8: 0x55b6f167c1b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #21 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f167c2b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f167c2b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:06 #23 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #24 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 2025-10-03 23:58:06 Thread 145 (Thread 0x7fc45164a640 (LWP 726) "ThreadPool"): 2025-10-03 23:58:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f168f6b0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #3 std::__1::condition_variable::wait (this=0x55b6f168f6b0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:06 ec = 2025-10-03 23:58:06 #4 0x000055b6df626946 in std::__1::condition_variable::wait >::popImpl(std::__1::shared_ptr&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue >::popImpl(std::__1::shared_ptr&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x55b6f168f688, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #5 0x000055b6df626695 in ConcurrentBoundedQueue >::popImpl (this=this@entry=0x55b6f168f600, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 23:58:06 queue_lock = {__m_ = 0x55b6f168f630, __owns_ = true} 2025-10-03 23:58:06 predicate = {this = 0x55b6f168f600} 2025-10-03 23:58:06 #6 0x000055b6df5e2fa4 in ConcurrentBoundedQueue >::pop (this=0x55b6f168f600, x=...) at ./src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #7 DB::LogEntryStorage::prefetchCommitLogs (this=this@entry=0x55b6f168f538) at ./build_docker/./src/Coordination/Changelog.cpp:715 2025-10-03 23:58:06 prefetch_info = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:06 #8 0x000055b6df610b46 in DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0::operator()() const (this=) at ./build_docker/./src/Coordination/Changelog.cpp:704 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #9 std::__1::__invoke[abi:v15007])::$_0&>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB15LogEntryStorageC1ERKNS1_15LogFileSettingsENS_10shared_ptrINS1_13KeeperContextEEEE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #11 std::__1::apply[abi:v15007])::$_0&, std::__1::tuple<>&>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f0b98a10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:06 thread_status = { = { = {}, }, thread_id = 726, os_thread_priority = 0, performance_counters = {counters = 0x7fc640007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc640007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc451642c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246dQ\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc451642e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.dQ\304\177\000\000\036,\243϶U\000", __large = 0x7fc451642ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc451642e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc640008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:06 function = {this = 0x55b6f168f538} 2025-10-03 23:58:06 arguments = 2025-10-03 23:58:06 #13 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f0b98a10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:06 __f = 0x55b6f0b98a10 2025-10-03 23:58:06 #17 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc451642f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #18 std::__1::function::operator() (this=0x7fc451642f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f167c6b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\212\271\360\266U\000\000\000\000\000\000\000\000\000", __large = 0x55b6f0b98a10}, __invoker_ = {__call_ = 0x55b6df610aa8 ::__call_impl::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4869b38 ::ThreadFromGlobalPoolImpl)::$_0>(DB::LogEntryStorage::LogEntryStorage(DB::LogFileSettings const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc451642fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144530117115, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45164307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_is_done = 2025-10-03 23:58:06 #20 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f0b98968: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f0b98978: 0x55b6f167c6b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #21 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f0b98960) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f0b98960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:06 #23 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #24 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 2025-10-03 23:58:06 Thread 144 (Thread 0x7fc450e49640 (LWP 727) "ThreadPool"): 2025-10-03 23:58:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f168f888, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #3 std::__1::condition_variable::wait (this=0x55b6f168f888, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:06 ec = 2025-10-03 23:58:06 #4 0x000055b6df633c46 in std::__1::condition_variable::wait, std::__1::allocator >, std::__1::shared_ptr > >::popImpl(std::__1::pair, std::__1::allocator >, std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue, std::__1::allocator >, std::__1::shared_ptr > >::popImpl(std::__1::pair, std::__1::allocator >, std::__1::shared_ptr >&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x55b6f168f860, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #5 0x000055b6df633a15 in ConcurrentBoundedQueue, std::__1::allocator >, std::__1::shared_ptr > >::popImpl (this=this@entry=0x55b6f168f7d8, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 23:58:06 queue_lock = {__m_ = 0x55b6f168f808, __owns_ = true} 2025-10-03 23:58:06 predicate = {this = 0x55b6f168f7d8} 2025-10-03 23:58:06 #6 0x000055b6df60df97 in ConcurrentBoundedQueue, std::__1::allocator >, std::__1::shared_ptr > >::pop (this=0x55b6f168f7d8, x=...) at ./src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #7 DB::Changelog::cleanLogThread (this=this@entry=0x55b6f168f4b8) at ./build_docker/./src/Coordination/Changelog.cpp:2427 2025-10-03 23:58:06 path_with_disk = {first = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc450e41b97 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, second = {__ptr_ = 0x0, __cntrl_ = 0x0}} 2025-10-03 23:58:06 #8 0x000055b6df611006 in DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1::operator()() const (this=) at ./build_docker/./src/Coordination/Changelog.cpp:1644 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #9 std::__1::__invoke[abi:v15007], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB9ChangelogC1ENS_10shared_ptrIN4Poco6LoggerEEENS1_15LogFileSettingsENS1_13FlushSettingsENS3_INS1_13KeeperContextEEEE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #11 std::__1::apply[abi:v15007], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}::operator()() (this=0x55b6f167cb00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:06 thread_status = { = { = {}, }, thread_id = 727, os_thread_priority = 0, performance_counters = {counters = 0x7fc644007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc644007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc450e41c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\344P\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc450e41e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\344P\304\177\000\000\036,\243϶U\000", __large = 0x7fc450e41ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc450e41e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc644008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:06 function = {this = 0x55b6f168f4b8} 2025-10-03 23:58:06 arguments = 2025-10-03 23:58:06 #13 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f167cb00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:06 __f = 0x55b6f167cb00 2025-10-03 23:58:06 #17 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc450e41f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #18 std::__1::function::operator() (this=0x7fc450e41f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f167ce10) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\313g\361\266U\000\000[\000\000\000\000\000\000", __large = 0x55b6f167cb00}, __invoker_ = {__call_ = 0x55b6df610f68 ::__call_impl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4869b78 ::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc450e41fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144530258109, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc450e4207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_is_done = 2025-10-03 23:58:06 #20 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f168fc78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f168fc88: 0x55b6f167ce10) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #21 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f168fc70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f168fc70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:06 #23 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #24 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 2025-10-03 23:58:06 Thread 143 (Thread 0x7fc450648640 (LWP 728) "ThreadPool"): 2025-10-03 23:58:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f168f960, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #3 std::__1::condition_variable::wait (this=0x55b6f168f960, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:06 ec = 2025-10-03 23:58:06 #4 0x000055b6df62fbc6 in std::__1::condition_variable::wait >::popImpl(std::__1::variant&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue >::popImpl(std::__1::variant&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x55b6f168f938, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #5 0x000055b6df62f9b5 in ConcurrentBoundedQueue >::popImpl (this=this@entry=0x55b6f168f8b0, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 23:58:06 queue_lock = {__m_ = 0x55b6f168f8e0, __owns_ = true} 2025-10-03 23:58:06 predicate = {this = 0x55b6f168f8b0} 2025-10-03 23:58:06 #6 0x000055b6df602be5 in ConcurrentBoundedQueue >::pop (this=0x55b6f168f8b0, x=...) at ./src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #7 DB::Changelog::writeThread (this=this@entry=0x55b6f168f4b8) at ./build_docker/./src/Coordination/Changelog.cpp:2052 2025-10-03 23:58:06 flush = @0x7fc450640bf0: {index = 48, failed = {__ptr_ = 0x7fc63003e388, __cntrl_ = 0x7fc63003e370}} 2025-10-03 23:58:06 batch_append_ok = true 2025-10-03 23:58:06 pending_appends = 0 2025-10-03 23:58:06 flush_logs = {this = 0x55b6f168f4b8, pending_appends = @0x7fc450640be0} 2025-10-03 23:58:06 notify_append_completion = {this = 0x55b6f168f4b8, batch_append_ok = @0x7fc450640c17} 2025-10-03 23:58:06 write_operation = {> = {}, > = {}, __impl = {, (std::__1::__variant_detail::_Trait)1>> = {, (std::__1::__variant_detail::_Trait)1>> = { >> = {, (std::__1::__variant_detail::_Trait)1>> = {, (std::__1::__variant_detail::_Trait)1>> = { >> = {, (std::__1::__variant_detail::_Trait)1>> = {> = {__data = {__dummy = 48 '0', __head = {__value = {index = 48, log_entry = {__ptr_ = 0x7fc63003e388, __cntrl_ = 0x7fc63003e370}}}, __tail = {__dummy = 48 '0', __head = {__value = {index = 48, failed = {__ptr_ = 0x7fc63003e388, __cntrl_ = 0x7fc63003e370}}}, __tail = {}}}, __index = 1 '\001'}, }, }, }, }, }, }, }, }} 2025-10-03 23:58:06 try_batch_flush = false 2025-10-03 23:58:06 #8 0x000055b6df6114c6 in DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2::operator()() const (this=) at ./build_docker/./src/Coordination/Changelog.cpp:1646 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #9 std::__1::__invoke[abi:v15007], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB9ChangelogC1ENS_10shared_ptrIN4Poco6LoggerEEENS1_15LogFileSettingsENS1_13FlushSettingsENS3_INS1_13KeeperContextEEEE3$_2RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #11 std::__1::apply[abi:v15007], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}::operator()() (this=0x55b6f1690070) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:06 thread_status = { = { = {}, }, thread_id = 728, os_thread_priority = 0, performance_counters = {counters = 0x7fc648007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc648007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc450640c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 4952, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206dP\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc450640e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016dP\304\177\000\000\036,\243϶U\000", __large = 0x7fc450640ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc450640e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc648008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:06 function = {this = 0x55b6f168f4b8} 2025-10-03 23:58:06 arguments = 2025-10-03 23:58:06 #13 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1690070) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:06 __f = 0x55b6f1690070 2025-10-03 23:58:06 #17 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc450640f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #18 std::__1::function::operator() (this=0x7fc450640f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f168fe60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\000i\361\266U\000\000[\000\000\000\000\000\000", __large = 0x55b6f1690070}, __invoker_ = {__call_ = 0x55b6df611428 ::__call_impl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4869ba8 ::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_2&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc450640fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144530316269, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc45064107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_is_done = 2025-10-03 23:58:06 #20 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f168fef8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f168ff08: 0x55b6f168fe60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #21 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f168fef0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:06 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f168fef0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:06 #23 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #24 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 2025-10-03 23:58:06 Thread 142 (Thread 0x7fc44fe47640 (LWP 729) "ThreadPool"): 2025-10-03 23:58:06 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:06 No symbol table info available. 2025-10-03 23:58:06 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f168fa30, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #3 std::__1::condition_variable::wait (this=0x55b6f168fa30, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:06 ec = 2025-10-03 23:58:06 #4 0x000055b6df62efc6 in std::__1::condition_variable::wait::popImpl(bool&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue::popImpl(bool&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x55b6f168fa08, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #5 0x000055b6df62edb5 in ConcurrentBoundedQueue::popImpl (this=this@entry=0x55b6f168f980, x=@0x7fc44fe3fc17: true, timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 23:58:06 queue_lock = {__m_ = 0x55b6f168f9b0, __owns_ = true} 2025-10-03 23:58:06 predicate = {this = 0x55b6f168f980} 2025-10-03 23:58:06 #6 0x000055b6df601d7c in ConcurrentBoundedQueue::pop (this=0x55b6f168f980, x=@0x7fc44fe3fc17: true) at ./src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #7 DB::Changelog::appendCompletionThread (this=this@entry=0x55b6f168f4b8) at ./build_docker/./src/Coordination/Changelog.cpp:1983 2025-10-03 23:58:06 append_ok = true 2025-10-03 23:58:06 #8 0x000055b6df611986 in DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3::operator()() const (this=) at ./build_docker/./src/Coordination/Changelog.cpp:1648 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #9 std::__1::__invoke[abi:v15007], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB9ChangelogC1ENS_10shared_ptrIN4Poco6LoggerEEENS1_15LogFileSettingsENS1_13FlushSettingsENS3_INS1_13KeeperContextEEEE3$_3RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #11 std::__1::apply[abi:v15007], DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&, std::__1::tuple<>&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}::operator()() (this=0x55b6f1690370) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:06 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:06 thread_status = { = { = {}, }, thread_id = 729, os_thread_priority = 0, performance_counters = {counters = 0x7fc650007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc650007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44fe3fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\344O\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44fe3fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\343O\304\177\000\000\036,\243϶U\000", __large = 0x7fc44fe3fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44fe3fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc650008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:06 function = {this = 0x55b6f168f4b8} 2025-10-03 23:58:06 arguments = 2025-10-03 23:58:06 #13 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}&>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1690370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:06 __f = 0x55b6f1690370 2025-10-03 23:58:06 #17 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44fe3ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #18 std::__1::function::operator() (this=0x7fc44fe3ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1690160) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:06 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\003i\361\266U\000\000[\000\000\000\000\000\000", __large = 0x55b6f1690370}, __invoker_ = {__call_ = 0x55b6df6118e8 ::__call_impl::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4869bd8 ::ThreadFromGlobalPoolImpl, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3>(DB::Changelog::Changelog(std::__1::shared_ptr, DB::LogFileSettings, DB::FlushSettings, std::__1::shared_ptr)::$_3&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44fe3ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144530370720, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:06 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44fe4007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:06 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:06 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:06 job_is_done = 2025-10-03 23:58:06 #20 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f16901f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1690208: 0x55b6f1690160) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:06 #21 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:06 No locals. 2025-10-03 23:58:07 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f16901f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f16901f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:07 #23 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #24 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 2025-10-03 23:58:07 Thread 141 (Thread 0x7fc44f646640 (LWP 730) "ThreadPool"): 2025-10-03 23:58:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:07 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44f63eac0, next_ = 0x0} 2025-10-03 23:58:07 this_thread = { = { = {}, reusable_memory_ = {0x55b6f1792ef0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:07 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:07 n = 1 2025-10-03 23:58:07 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:07 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:07 s = 2025-10-03 23:58:07 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:07 ee = 2025-10-03 23:58:07 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:07 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:07 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 12383, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_0", '\000' , __padding_ = 0x7fc44f63ebc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 12383, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:07 worker_id = 0 2025-10-03 23:58:07 MAX_COUNT = 10 2025-10-03 23:58:07 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17ad600) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:07 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17ad600}} 2025-10-03 23:58:07 thread_status = { = { = {}, }, thread_id = 730, os_thread_priority = 0, performance_counters = {counters = 0x7fc65c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc65c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44f63ec58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10140, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\\\306\177\000\000\330\316z\361\266U\000", __large = 0x7fc65c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44f63ee37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\016dO\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44f640e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44f63ee7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc65c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:07 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:07 arguments = 2025-10-03 23:58:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44f63ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #16 std::__1::function::operator() (this=0x7fc44f63ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17aced0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\326z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17ad600}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44f63efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144532836123, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44f63f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_is_done = 2025-10-03 23:58:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17ad488: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17ad498: 0x55b6f17aced0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17ad480) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17ad480}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 2025-10-03 23:58:07 Thread 140 (Thread 0x7fc44ee45640 (LWP 731) "ThreadPool"): 2025-10-03 23:58:07 #0 __syscall () at ./build_docker/./base/glibc-compatibility/musl/x86_64/syscall.s:14 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #1 0x000055b6e4307b3a in epoll_pwait (fd=31, ev=0x7fc44ee3d3c0, cnt=128, to=-1, sigs=0x0) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:27 2025-10-03 23:58:07 r = 2025-10-03 23:58:07 #2 epoll_wait (fd=31, ev=0x7fc44ee3d3c0, cnt=128, to=-1) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:36 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #3 0x000055b6e1ef63af in boost::asio::detail::epoll_reactor::run (this=0x55b6f0b50890, usec=, ops=...) at ./contrib/boost/boost/asio/detail/impl/epoll_reactor.ipp:521 2025-10-03 23:58:07 events = {{events = 1, data = {ptr = 0x55b6f0b5090c, fd = -256571124, u32 = 4038396172, u64 = 94244210805004}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}} , {events = 0, data = {ptr = 0x1630, fd = 5680, u32 = 5680, u64 = 5680}}, {events = 3270797322, data = {ptr = 0x4ee3d81000007ffc, fd = 32764, u32 = 32764, u64 = 5684624717902807036}}, {events = 32708, data = {ptr = 0x55b6f025df68, fd = -265953432, u32 = 4029013864, u64 = 94244201422696}}, {events = 4051345720, data = {ptr = 0xf17b1fc0000055b6, fd = 21942, u32 = 21942, u64 = 17400536494770247094}}, {events = 21942, data = {ptr = 0x431bde82d7b634db, fd = -675924773, u32 = 3619042523, u64 = 4835703278458516699}}, {events = 1, data = {ptr = 0xe430771900000000, fd = 0, u32 = 0, u64 = 16442773188787568640}}, {events = 21942, data = {ptr = 0x55b6e4a66e60 > >+16>, fd = -458854816, u32 = 3836112480, u64 = 94244008521312}}, {events = 300000000, data = {ptr = 0x4ee3d82000000000, fd = 0, u32 = 0, u64 = 5684624786622251008}}, {events = 32708, data = {ptr = 0x55b6e421343e , fd = -467585986, u32 = 3827381310, u64 = 94243999790142}}, {events = 144, data = {ptr = 0x32b6a11800000000, fd = 0, u32 = 0, u64 = 3654285272109023232}}, {events = 0, data = {ptr = 0x7fc44ee3d840, fd = 1323554880, u32 = 1323554880, u64 = 140481113872448}}, {events = 3790586841, data = {ptr = 0xf0b50890000055b6, fd = 21942, u32 = 21942, u64 = 17344778954455668150}}, {events = 21942, data = {ptr = 0x55b6cf955fde , fd = -812294178, u32 = 3482673118, u64 = 94243655081950}}, {events = 4038396112, data = {ptr = 0xe1ef8723000055b6, fd = 21942, u32 = 21942, u64 = 16280379762361259446}}, {events = 21942, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x12b00000000, fd = 0, u32 = 0, u64 = 1284195221504}}, {events = 0, data = {ptr = 0x3b9a842e, fd = 999982126, u32 = 999982126, u64 = 999982126}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x12c, fd = 300, u32 = 300, u64 = 300}}, {events = 0, data = {ptr = 0x4ee3d92000000000, fd = 0, u32 = 0, u64 = 5684625886133878784}}, {events = 16809924, data = {ptr = 0x55b6f025df68, fd = -265953432, u32 = 4029013864, u64 = 94244201422696}}, {events = 1323555120, data = {ptr = 0xf167aed000007fc4, fd = 32708, u32 = 32708, u64 = 17395064294118293444}}, {events = 21942, data = {ptr = 0x55b6f17aa138, fd = -243621576, u32 = 4051345720, u64 = 94244223754552}}, {events = 4029013920, data = {ptr = 0x4ee3d920000055b6, fd = 21942, u32 = 21942, u64 = 5684625886133900726}}, {events = 32708, data = {ptr = 0x55b6e1ef848f > >::async_wait const&>, boost::asio::any_io_executor>(boost::asio::detail::deadline_timer_service > >::implementation_type&, std::__1::__bind const&>&, boost::asio::any_io_executor const&)+335>, fd = -504396657, u32 = 3790570639, u64 = 94243962979471}}, {events = 4029013880, data = {ptr = 0x4ee3d930000055b6, fd = 21942, u32 = 21942, u64 = 5684625954853377462}}, {events = 32708, data = {ptr = 0x55b6f167aed0, fd = -244863280, u32 = 4050104016, u64 = 94244222512848}}, {events = 4050104016, data = {ptr = 0x55b6, fd = 21942, u32 = 21942, u64 = 21942}}, {events = 0, data = {ptr = 0x55b6f025df20, fd = -265953504, u32 = 4029013792, u64 = 94244201422624}}, {events = 4029013792, data = {ptr = 0xcf955a9e000055b6, fd = 21942, u32 = 21942, u64 = 14957961372032325046}}, {events = 21942, data = {ptr = 0x55b6f025df20, fd = -265953504, u32 = 4029013792, u64 = 94244201422624}}, {events = 3482673118, data = {ptr = 0xf025df20000055b6, fd = 21942, u32 = 21942, u64 = 17304482471772968374}}, {events = 21942, data = {ptr = 0x55b6e1ef1ba8 , fd = -504423512, u32 = 3790543784, u64 = 94243962952616}}, {events = 3790543552, data = {ptr = 0x55b6, fd = 21942, u32 = 21942, u64 = 21942}}, {events = 0, data = {ptr = 0x55b6f025df20, fd = -265953504, u32 = 4029013792, u64 = 94244201422624}}, {events = 4051251648, data = {ptr = 0xf167aed0000055b6, fd = 21942, u32 = 21942, u64 = 17395064294118282678}}, {events = 21942, data = {ptr = 0x55b6f167af08, fd = -244863224, u32 = 4050104072, u64 = 94244222512904}}, {events = 1323555376, data = {ptr = 0xe1ef898e00007fc4, fd = 32708, u32 = 32708, u64 = 16280382420946026436}}, {events = 21942, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x55b6f17931f8, fd = -243715592, u32 = 4051251704, u64 = 94244223660536}}, {events = 3790543552, data = {ptr = 0x55b6, fd = 21942, u32 = 21942, u64 = 21942}}, {events = 0, data = {ptr = 0x55b6f025df20, fd = -265953504, u32 = 4029013792, u64 = 94244201422624}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 0, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}} 2025-10-03 23:58:07 timeout = -4 2025-10-03 23:58:07 num_events = 2025-10-03 23:58:07 check_timers = 2025-10-03 23:58:07 #4 0x000055b6e1ef766d in boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:477 2025-10-03 23:58:07 on_exit = {scheduler_ = 0x55b6f17931c0, lock_ = 0x7fc44ee3db58, this_thread_ = 0x7fc44ee3dac0} 2025-10-03 23:58:07 o = 2025-10-03 23:58:07 more_handlers = 2025-10-03 23:58:07 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:07 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44ee3dac0, next_ = 0x0} 2025-10-03 23:58:07 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:07 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = false} 2025-10-03 23:58:07 n = 1 2025-10-03 23:58:07 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:07 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:07 s = 2025-10-03 23:58:07 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:07 ee = 2025-10-03 23:58:07 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:07 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:07 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 12639, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_1", '\000' , __padding_ = 0x7fc44ee3dbc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 12639, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:07 worker_id = 1 2025-10-03 23:58:07 MAX_COUNT = 10 2025-10-03 23:58:07 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17ad910) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:07 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17ad910}} 2025-10-03 23:58:07 thread_status = { = { = {}, }, thread_id = 731, os_thread_priority = 0, performance_counters = {counters = 0x7fc658007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc658007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44ee3dc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000X\306\177\000\000H\327z\361\266U\000", __large = 0x7fc658000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ee3de37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\376\343N\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44ee3fe70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ee3de7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc658008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:07 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:07 arguments = 2025-10-03 23:58:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44ee3df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #16 std::__1::function::operator() (this=0x7fc44ee3df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17ad740) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\331z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17ad910}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ee3dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144532897899, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ee3e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_is_done = 2025-10-03 23:58:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17ad798: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17ad7a8: 0x55b6f17ad740) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17ad790) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17ad790}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 2025-10-03 23:58:07 Thread 139 (Thread 0x7fc44e644640 (LWP 732) "ThreadPool"): 2025-10-03 23:58:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:07 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44e63cac0, next_ = 0x0} 2025-10-03 23:58:07 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:07 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:07 n = 0 2025-10-03 23:58:07 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:07 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:07 s = 2025-10-03 23:58:07 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:07 ee = 2025-10-03 23:58:07 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:07 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:07 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 12895, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_2", '\000' , __padding_ = 0x7fc44e63cbc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 12895, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:07 worker_id = 2 2025-10-03 23:58:07 MAX_COUNT = 10 2025-10-03 23:58:07 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17adc60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:07 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17adc60}} 2025-10-03 23:58:07 thread_status = { = { = {}, }, thread_id = 732, os_thread_priority = 0, performance_counters = {counters = 0x7fc664007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc664007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44e63cc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000d\306\177\000\000X\332z\361\266U\000", __large = 0x7fc664000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44e63ce37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\356cN\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44e63ee70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44e63ce7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc664008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:07 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:07 arguments = 2025-10-03 23:58:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44e63cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #16 std::__1::function::operator() (this=0x7fc44e63cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17ada50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\334z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17adc60}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44e63cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144532967971, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44e63d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_is_done = 2025-10-03 23:58:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17adae8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17adaf8: 0x55b6f17ada50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17adae0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17adae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 2025-10-03 23:58:07 Thread 138 (Thread 0x7fc44de43640 (LWP 733) "ThreadPool"): 2025-10-03 23:58:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:07 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44de3bac0, next_ = 0x0} 2025-10-03 23:58:07 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:07 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:07 n = 0 2025-10-03 23:58:07 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:07 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:07 s = 2025-10-03 23:58:07 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:07 ee = 2025-10-03 23:58:07 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:07 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:07 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 13151, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_3", '\000' , __padding_ = 0x7fc44de3bbc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 13151, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:07 worker_id = 3 2025-10-03 23:58:07 MAX_COUNT = 10 2025-10-03 23:58:07 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17adfb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:07 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17adfb0}} 2025-10-03 23:58:07 thread_status = { = { = {}, }, thread_id = 733, os_thread_priority = 0, performance_counters = {counters = 0x7fc660007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc660007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44de3bc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000`\306\177\000\000\250\335z\361\266U\000", __large = 0x7fc660000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44de3be37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\336\343M\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44de3de70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44de3be7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc660008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:07 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:07 arguments = 2025-10-03 23:58:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44de3bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #16 std::__1::function::operator() (this=0x7fc44de3bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17adda0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\337z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17adfb0}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44de3bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533022644, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44de3c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_is_done = 2025-10-03 23:58:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17ade38: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17ade48: 0x55b6f17adda0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17ade30) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17ade30}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 2025-10-03 23:58:07 Thread 137 (Thread 0x7fc44d642640 (LWP 734) "ThreadPool"): 2025-10-03 23:58:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:07 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44d63aac0, next_ = 0x0} 2025-10-03 23:58:07 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:07 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:07 n = 0 2025-10-03 23:58:07 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:07 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:07 s = 2025-10-03 23:58:07 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:07 ee = 2025-10-03 23:58:07 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:07 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:07 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 13407, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_4", '\000' , __padding_ = 0x7fc44d63abc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 13407, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:07 worker_id = 4 2025-10-03 23:58:07 MAX_COUNT = 10 2025-10-03 23:58:07 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17ae300) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:07 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17ae300}} 2025-10-03 23:58:07 thread_status = { = { = {}, }, thread_id = 734, os_thread_priority = 0, performance_counters = {counters = 0x7fc668007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc668007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44d63ac58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000h\306\177\000\000\370\340z\361\266U\000", __large = 0x7fc668000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44d63ae37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\316cM\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44d63ce70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44d63ae7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc668008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:07 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:07 arguments = 2025-10-03 23:58:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44d63af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #16 std::__1::function::operator() (this=0x7fc44d63af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17ae0f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\343z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17ae300}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44d63afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533078829, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44d63b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_is_done = 2025-10-03 23:58:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17ae188: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17ae198: 0x55b6f17ae0f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17ae180) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17ae180}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 2025-10-03 23:58:07 Thread 136 (Thread 0x7fc44ce41640 (LWP 735) "ThreadPool"): 2025-10-03 23:58:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:07 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44ce39ac0, next_ = 0x0} 2025-10-03 23:58:07 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:07 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:07 n = 0 2025-10-03 23:58:07 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:07 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:07 s = 2025-10-03 23:58:07 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:07 ee = 2025-10-03 23:58:07 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:07 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:07 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 13663, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_5", '\000' , __padding_ = 0x7fc44ce39bc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 13663, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:07 worker_id = 5 2025-10-03 23:58:07 MAX_COUNT = 10 2025-10-03 23:58:07 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17ae930) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:07 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17ae930}} 2025-10-03 23:58:07 thread_status = { = { = {}, }, thread_id = 735, os_thread_priority = 0, performance_counters = {counters = 0x7fc670007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc670007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44ce39c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000p\306\177\000\000(\347z\361\266U\000", __large = 0x7fc670000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ce39e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\276\343L\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44ce3be70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ce39e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc670008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:07 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:07 arguments = 2025-10-03 23:58:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44ce39f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #16 std::__1::function::operator() (this=0x7fc44ce39f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17ae720) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\351z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17ae930}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ce39fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533125366, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ce3a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_is_done = 2025-10-03 23:58:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17ae7b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17ae7c8: 0x55b6f17ae720) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17ae7b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17ae7b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 2025-10-03 23:58:07 Thread 135 (Thread 0x7fc44c640640 (LWP 736) "ThreadPool"): 2025-10-03 23:58:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:07 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44c638ac0, next_ = 0x0} 2025-10-03 23:58:07 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:07 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:07 n = 0 2025-10-03 23:58:07 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:07 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:07 s = 2025-10-03 23:58:07 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:07 ee = 2025-10-03 23:58:07 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:07 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:07 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 13919, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_6", '\000' , __padding_ = 0x7fc44c638bc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 13919, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:07 worker_id = 6 2025-10-03 23:58:07 MAX_COUNT = 10 2025-10-03 23:58:07 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17aec80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:07 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17aec80}} 2025-10-03 23:58:07 thread_status = { = { = {}, }, thread_id = 736, os_thread_priority = 0, performance_counters = {counters = 0x7fc674007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc674007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44c638c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000t\306\177\000\000x\352z\361\266U\000", __large = 0x7fc674000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44c638e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\256cL\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44c63ae70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44c638e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc674008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:07 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:07 arguments = 2025-10-03 23:58:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44c638f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #16 std::__1::function::operator() (this=0x7fc44c638f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17aea70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\354z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17aec80}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44c638fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533184477, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44c63907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_is_done = 2025-10-03 23:58:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17aeb08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17aeb18: 0x55b6f17aea70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17aeb00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17aeb00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 2025-10-03 23:58:07 Thread 134 (Thread 0x7fc44be3f640 (LWP 737) "ThreadPool"): 2025-10-03 23:58:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:07 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44be37ac0, next_ = 0x0} 2025-10-03 23:58:07 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:07 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:07 n = 0 2025-10-03 23:58:07 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:07 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:07 s = 2025-10-03 23:58:07 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:07 ee = 2025-10-03 23:58:07 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:07 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:07 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 14175, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_7", '\000' , __padding_ = 0x7fc44be37bc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 14175, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:07 worker_id = 7 2025-10-03 23:58:07 MAX_COUNT = 10 2025-10-03 23:58:07 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17aefd0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:07 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17aefd0}} 2025-10-03 23:58:07 thread_status = { = { = {}, }, thread_id = 737, os_thread_priority = 0, performance_counters = {counters = 0x7fc67c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc67c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44be37c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000|\306\177\000\000\310\355z\361\266U\000", __large = 0x7fc67c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44be37e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\236\343K\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44be39e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44be37e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc67c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:07 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:07 arguments = 2025-10-03 23:58:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44be37f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #16 std::__1::function::operator() (this=0x7fc44be37f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17aedc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\357z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17aefd0}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44be37fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533232426, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44be3807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_is_done = 2025-10-03 23:58:07 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17aee58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17aee68: 0x55b6f17aedc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17aee50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:07 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17aee50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:07 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 2025-10-03 23:58:07 Thread 133 (Thread 0x7fc44b63e640 (LWP 738) "ThreadPool"): 2025-10-03 23:58:07 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:07 No symbol table info available. 2025-10-03 23:58:07 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:07 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44b636ac0, next_ = 0x0} 2025-10-03 23:58:07 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:07 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:07 n = 0 2025-10-03 23:58:07 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:07 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:07 s = 2025-10-03 23:58:07 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:07 ee = 2025-10-03 23:58:07 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:07 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:07 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 14431, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_8", '\000' , __padding_ = 0x7fc44b636bc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 14431, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:07 worker_id = 8 2025-10-03 23:58:07 MAX_COUNT = 10 2025-10-03 23:58:07 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17af320) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:07 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17af320}} 2025-10-03 23:58:07 thread_status = { = { = {}, }, thread_id = 738, os_thread_priority = 0, performance_counters = {counters = 0x7fc678007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc678007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44b636c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000x\306\177\000\000\030\361z\361\266U\000", __large = 0x7fc678000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44b636e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\216cK\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44b638e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44b636e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc678008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:07 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:07 arguments = 2025-10-03 23:58:07 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44b636f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #16 std::__1::function::operator() (this=0x7fc44b636f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:07 No locals. 2025-10-03 23:58:07 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17af110) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:07 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \363z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17af320}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44b636fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533289364, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:07 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44b63707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:07 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:07 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:07 job_is_done = 2025-10-03 23:58:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17af1a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17af1b8: 0x55b6f17af110) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17af1a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17af1a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 2025-10-03 23:58:08 Thread 132 (Thread 0x7fc44ae3d640 (LWP 739) "ThreadPool"): 2025-10-03 23:58:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:08 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44ae35ac0, next_ = 0x0} 2025-10-03 23:58:08 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:08 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:08 n = 0 2025-10-03 23:58:08 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:08 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:08 s = 2025-10-03 23:58:08 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:08 ee = 2025-10-03 23:58:08 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:08 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:08 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 14687, __cap_ = 720575940379279360, __is_long_ = 0}, __s = {__data_ = "nuraft_w_9", '\000' , __padding_ = 0x7fc44ae35bc7 "\n", __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 14687, 720575940379279360}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:08 worker_id = 9 2025-10-03 23:58:08 MAX_COUNT = 10 2025-10-03 23:58:08 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17af670) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:08 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17af670}} 2025-10-03 23:58:08 thread_status = { = { = {}, }, thread_id = 739, os_thread_priority = 0, performance_counters = {counters = 0x7fc684007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc684007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44ae35c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\204\306\177\000\000h\364z\361\266U\000", __large = 0x7fc684000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ae35e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p~\343J\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44ae37e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ae35e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc684008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:08 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:08 arguments = 2025-10-03 23:58:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44ae35f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #16 std::__1::function::operator() (this=0x7fc44ae35f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17af460) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\366z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17af670}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ae35fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533390924, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44ae3607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_is_done = 2025-10-03 23:58:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17af4f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17af508: 0x55b6f17af460) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17af4f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17af4f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 2025-10-03 23:58:08 Thread 131 (Thread 0x7fc44a63c640 (LWP 740) "ThreadPool"): 2025-10-03 23:58:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:08 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc44a634ac0, next_ = 0x0} 2025-10-03 23:58:08 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:08 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:08 n = 0 2025-10-03 23:58:08 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:08 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:08 s = 2025-10-03 23:58:08 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:08 ee = 2025-10-03 23:58:08 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:08 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:08 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 3158367, __cap_ = 792633534417207296, __is_long_ = 0}, __s = {__data_ = "nuraft_w_10", '\000' , __padding_ = 0x7fc44a634bc7 "\v", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3158367, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:08 worker_id = 10 2025-10-03 23:58:08 MAX_COUNT = 10 2025-10-03 23:58:08 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17af9c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:08 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17af9c0}} 2025-10-03 23:58:08 thread_status = { = { = {}, }, thread_id = 740, os_thread_priority = 0, performance_counters = {counters = 0x7fc680007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc680007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44a634c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\200\306\177\000\000\270\367z\361\266U\000", __large = 0x7fc680000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44a634e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "pncJ\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44a636e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44a634e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc680008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:08 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:08 arguments = 2025-10-03 23:58:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44a634f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #16 std::__1::function::operator() (this=0x7fc44a634f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17af7b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\371z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17af9c0}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44a634fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533461937, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44a63507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_is_done = 2025-10-03 23:58:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17af848: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17af858: 0x55b6f17af7b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17af840) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17af840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 2025-10-03 23:58:08 Thread 130 (Thread 0x7fc449e3b640 (LWP 741) "ThreadPool"): 2025-10-03 23:58:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:08 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc449e33ac0, next_ = 0x0} 2025-10-03 23:58:08 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:08 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:08 n = 0 2025-10-03 23:58:08 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:08 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:08 s = 2025-10-03 23:58:08 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:08 ee = 2025-10-03 23:58:08 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:08 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:08 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 3223903, __cap_ = 792633534417207296, __is_long_ = 0}, __s = {__data_ = "nuraft_w_11", '\000' , __padding_ = 0x7fc449e33bc7 "\v", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3223903, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:08 worker_id = 11 2025-10-03 23:58:08 MAX_COUNT = 10 2025-10-03 23:58:08 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17afd10) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:08 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17afd10}} 2025-10-03 23:58:08 thread_status = { = { = {}, }, thread_id = 741, os_thread_priority = 0, performance_counters = {counters = 0x7fc690007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc690007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc449e33c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\220\306\177\000\000\b\373z\361\266U\000", __large = 0x7fc690000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc449e33e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p^\343I\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc449e35e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc449e33e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc690008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:08 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:08 arguments = 2025-10-03 23:58:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc449e33f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #16 std::__1::function::operator() (this=0x7fc449e33f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17afb00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\375z\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17afd10}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc449e33fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533528922, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc449e3407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_is_done = 2025-10-03 23:58:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17afb98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17afba8: 0x55b6f17afb00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17afb90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17afb90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 2025-10-03 23:58:08 Thread 129 (Thread 0x7fc44963a640 (LWP 742) "ThreadPool"): 2025-10-03 23:58:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:08 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc449632ac0, next_ = 0x0} 2025-10-03 23:58:08 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:08 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:08 n = 0 2025-10-03 23:58:08 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:08 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:08 s = 2025-10-03 23:58:08 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:08 ee = 2025-10-03 23:58:08 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:08 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:08 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 3289439, __cap_ = 792633534417207296, __is_long_ = 0}, __s = {__data_ = "nuraft_w_12", '\000' , __padding_ = 0x7fc449632bc7 "\v", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3289439, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:08 worker_id = 12 2025-10-03 23:58:08 MAX_COUNT = 10 2025-10-03 23:58:08 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17b0060) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:08 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17b0060}} 2025-10-03 23:58:08 thread_status = { = { = {}, }, thread_id = 742, os_thread_priority = 0, performance_counters = {counters = 0x7fc688007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc688007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc449632c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\210\306\177\000\000X\376z\361\266U\000", __large = 0x7fc688000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc449632e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "pNcI\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc449634e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc449632e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc688008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:08 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:08 arguments = 2025-10-03 23:58:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc449632f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #16 std::__1::function::operator() (this=0x7fc449632f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17afe50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\000{\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17b0060}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc449632fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533592512, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44963307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_is_done = 2025-10-03 23:58:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17afee8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17afef8: 0x55b6f17afe50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17afee0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17afee0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 2025-10-03 23:58:08 Thread 128 (Thread 0x7fc448e39640 (LWP 743) "ThreadPool"): 2025-10-03 23:58:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:08 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc448e31ac0, next_ = 0x0} 2025-10-03 23:58:08 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:08 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:08 n = 0 2025-10-03 23:58:08 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:08 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:08 s = 2025-10-03 23:58:08 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:08 ee = 2025-10-03 23:58:08 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:08 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:08 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 3354975, __cap_ = 792633534417207296, __is_long_ = 0}, __s = {__data_ = "nuraft_w_13", '\000' , __padding_ = 0x7fc448e31bc7 "\v", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3354975, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:08 worker_id = 13 2025-10-03 23:58:08 MAX_COUNT = 10 2025-10-03 23:58:08 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17b03b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:08 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17b03b0}} 2025-10-03 23:58:08 thread_status = { = { = {}, }, thread_id = 743, os_thread_priority = 0, performance_counters = {counters = 0x7fc694007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc694007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc448e31c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\224\306\177\000\000\250\001{\361\266U\000", __large = 0x7fc694000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc448e31e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p>\343H\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc448e33e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc448e31e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc694008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:08 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:08 arguments = 2025-10-03 23:58:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc448e31f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #16 std::__1::function::operator() (this=0x7fc448e31f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17b01a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\003{\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17b03b0}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc448e31fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533657955, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc448e3207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_is_done = 2025-10-03 23:58:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17b0238: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17b0248: 0x55b6f17b01a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17b0230) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17b0230}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 2025-10-03 23:58:08 Thread 127 (Thread 0x7fc448638640 (LWP 744) "ThreadPool"): 2025-10-03 23:58:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:08 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc448630ac0, next_ = 0x0} 2025-10-03 23:58:08 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:08 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:08 n = 0 2025-10-03 23:58:08 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:08 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:08 s = 2025-10-03 23:58:08 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:08 ee = 2025-10-03 23:58:08 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:08 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:08 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 3420511, __cap_ = 792633534417207296, __is_long_ = 0}, __s = {__data_ = "nuraft_w_14", '\000' , __padding_ = 0x7fc448630bc7 "\v", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3420511, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:08 worker_id = 14 2025-10-03 23:58:08 MAX_COUNT = 10 2025-10-03 23:58:08 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17b0700) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:08 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17b0700}} 2025-10-03 23:58:08 thread_status = { = { = {}, }, thread_id = 744, os_thread_priority = 0, performance_counters = {counters = 0x7fc69c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc69c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc448630c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\234\306\177\000\000\370\004{\361\266U\000", __large = 0x7fc69c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc448630e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p.cH\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc448632e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc448630e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc69c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:08 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:08 arguments = 2025-10-03 23:58:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc448630f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #16 std::__1::function::operator() (this=0x7fc448630f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17b04f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\a{\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17b0700}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc448630fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533721844, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44863107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_is_done = 2025-10-03 23:58:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17b0588: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17b0598: 0x55b6f17b04f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17b0580) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17b0580}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 2025-10-03 23:58:08 Thread 126 (Thread 0x7fc447e37640 (LWP 745) "ThreadPool"): 2025-10-03 23:58:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #2 0x000055b6e1ef75f7 in boost::asio::detail::posix_event::wait (this=0x55b6f1793230, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x55b6f1793228, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #4 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x55b6f17931c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #5 0x000055b6e1ef72e1 in boost::asio::detail::scheduler::run (this=0x55b6f17931c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 2025-10-03 23:58:08 ctx = { = {}, key_ = 0x55b6f17931c0, value_ = 0x7fc447e2fac0, next_ = 0x0} 2025-10-03 23:58:08 this_thread = { = { = {}, reusable_memory_ = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, has_pending_exception_ = 0, pending_exception_ = {__ptr_ = 0x0}}, private_op_queue = { = {}, front_ = 0x0, back_ = 0x0}, private_outstanding_work = 0} 2025-10-03 23:58:08 lock = { = {}, mutex_ = @0x55b6f17931f0, locked_ = true} 2025-10-03 23:58:08 n = 0 2025-10-03 23:58:08 #6 0x000055b6e1ef1cfd in boost::asio::io_context::run (this=0x55b6f025df20) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 2025-10-03 23:58:08 ec = {{d1_ = {val_ = 0, cat_ = 0x0}, d2_ = '\000' }, lc_flags_ = 0} 2025-10-03 23:58:08 s = 2025-10-03 23:58:08 #7 nuraft::asio_service_impl::worker_entry (this=this@entry=0x55b6f025df20) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:2041 2025-10-03 23:58:08 ee = 2025-10-03 23:58:08 exception_count = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, } 2025-10-03 23:58:08 timer = {t_created_ = {__d_ = {__rep_ = 1759528006293535}}, duration_us_ = 60000000, first_event_fired_ = true, lock_ = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}} 2025-10-03 23:58:08 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x775f74666172756e , __size_ = 3486047, __cap_ = 792633534417207296, __is_long_ = 0}, __s = {__data_ = "nuraft_w_15", '\000' , __padding_ = 0x7fc447e2fbc7 "\v", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8601721796371314030, 3486047, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:08 worker_id = 15 2025-10-03 23:58:08 MAX_COUNT = 10 2025-10-03 23:58:08 #8 0x000055b6e1efe148 in std::__1::__invoke[abi:v15007](void (nuraft::asio_service_impl::*&)(), nuraft::asio_service_impl*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #9 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::asio_service_impl::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #10 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #11 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #12 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft17asio_service_implEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #13 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17b0a50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:08 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17b0a50}} 2025-10-03 23:58:08 thread_status = { = { = {}, }, thread_id = 745, os_thread_priority = 0, performance_counters = {counters = 0x7fc698007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc698007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc447e2fc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\230\306\177\000\000H\b{\361\266U\000", __large = 0x7fc698000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc447e2fe37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\036\343G\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc447e31e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc447e2fe7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc698008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144744318040, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:08 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:08 arguments = 2025-10-03 23:58:08 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc447e2ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #16 std::__1::function::operator() (this=0x7fc447e2ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17b0840) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\n{\361\266U\000\000\377\377\377\377\377\377\377\177", __large = 0x55b6f17b0a50}, __invoker_ = {__call_ = 0x55b6e1efe0c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a671c8 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc447e2ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144533775796, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc447e3007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_is_done = 2025-10-03 23:58:08 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17b08d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17b08e8: 0x55b6f17b0840) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17b08d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:08 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17b08d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:08 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 2025-10-03 23:58:08 Thread 125 (Thread 0x7fc447636640 (LWP 746) "ThreadPool"): 2025-10-03 23:58:08 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:08 No symbol table info available. 2025-10-03 23:58:08 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17b3118, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #3 std::__1::condition_variable::wait (this=0x55b6f17b3118, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:08 ec = 2025-10-03 23:58:08 #4 0x000055b6e1f5bc2b in std::__1::condition_variable::wait(std::__1::unique_lock&, nuraft::raft_server::commit_in_bg()::$_0) (this=0x55b6f17b30f0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #5 nuraft::raft_server::commit_in_bg (this=0x55b6f17b2cc8) at ./build_docker/./contrib/NuRaft/src/handle_commit.cxx:132 2025-10-03 23:58:08 lock = {__m_ = 0x55b6f17b3120, __owns_ = true} 2025-10-03 23:58:08 wait_check = {this = 0x55b6f17b2cc8} 2025-10-03 23:58:08 err = 2025-10-03 23:58:08 is_log_store_commit_exec = 2025-10-03 23:58:08 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x635f74666172756e , __size_ = 499984985455, __cap_ = 936842966148149831, __is_long_ = 0}, __s = {__data_ = "nuraft_commit\000\000\000Gr\225϶U", __padding_ = 0x7fc44762ebbf "\r 1{\361\266U", __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {7160569915612755310, 499984985455, 936842966148149831}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:08 #6 0x000055b6df5dcf6e in DB::KeeperServer::KeeperRaftServer::commit_in_bg (this=this@entry=0x55b6f17b2cc8) at ./build_docker/./src/Coordination/KeeperServer.cpp:297 2025-10-03 23:58:08 blocker = {static counter = 1, static level = VariableContext::Global, static block_fault_injections = true, previous_level = VariableContext::Global, previous_block_fault_injections = false} 2025-10-03 23:58:08 #7 0x000055b6e1f57448 in std::__1::__invoke[abi:v15007](void (nuraft::raft_server::*&)(), nuraft::raft_server*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #8 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::raft_server::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #9 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #10 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #11 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft11raft_serverEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #12 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17ad410) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:08 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17ad410}} 2025-10-03 23:58:08 thread_status = { = { = {}, }, thread_id = 746, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44762ec58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 10878, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\244\306\177\000\000\330'{\361\266U\000", __large = 0x7fc6a4000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44762ee37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\016cG\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc447630e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44762ee7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144748318031, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:08 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:08 arguments = 2025-10-03 23:58:08 #14 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44762ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #15 std::__1::function::operator() (this=0x7fc44762ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:08 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17b27d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:08 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\324z\361\266U\000\000\200Hy\361\266U\000", __large = 0x55b6f17ad410}, __invoker_ = {__call_ = 0x55b6e1f573c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a67c18 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44762efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144534632943, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:08 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44762f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:08 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:08 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:08 job_is_done = 2025-10-03 23:58:08 #17 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17b2938: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17b2948: 0x55b6f17b27d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:08 No locals. 2025-10-03 23:58:09 #18 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17b2930) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17b2930}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #20 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #21 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 124 (Thread 0x7fc446e35640 (LWP 747) "ThreadPool"): 2025-10-03 23:58:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f167cc48, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #3 std::__1::condition_variable::wait (this=0x55b6f167cc48, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:09 ec = 2025-10-03 23:58:09 #4 0x000055b6e1f7be98 in nuraft::EventAwaiter::wait_us (this=0x55b6f167cbf0, time_us=0) at ./contrib/NuRaft/include/libnuraft/event_awaiter.hxx:64 2025-10-03 23:58:09 l = {__m_ = 0x55b6f167cbf8, __owns_ = true} 2025-10-03 23:58:09 expected = nuraft::EventAwaiter::AS::ready 2025-10-03 23:58:09 l = 2025-10-03 23:58:09 #5 nuraft::EventAwaiter::wait (this=0x55b6f167cbf0) at ./contrib/NuRaft/include/libnuraft/event_awaiter.hxx:47 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #6 nuraft::raft_server::append_entries_in_bg (this=this@entry=0x55b6f17b2cc8) at ./build_docker/./contrib/NuRaft/src/handle_append_entries.cxx:107 2025-10-03 23:58:09 thread_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x615f74666172756e , __size_ = 431348871280, __cap_ = 936748722493063168, __is_long_ = 0}, __s = {__data_ = "nuraft_append\000\000\000\000\000\000\000\000\000", __padding_ = 0x7fc446e2dbef "\r\370\313g\361\266U", __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {7016454727536899438, 431348871280, 936748722493063168}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:09 #7 0x000055b6e1f57448 in std::__1::__invoke[abi:v15007](void (nuraft::raft_server::*&)(), nuraft::raft_server*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #8 std::__1::__apply_functor[abi:v15007], 0ul, std::__1::tuple<> >(void (nuraft::raft_server::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) (__f=, __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #9 std::__1::__bind::operator()[abi:v15007]<>() (this=) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:295 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #10 std::__1::__invoke[abi:v15007]&>(std::__1::__bind&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #11 _ZNSt3__118__apply_tuple_implB6v15007IRNS_6__bindIMN6nuraft11raft_serverEFvvEJPS3_EEERNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 std::__1::apply[abi:v15007]&, std::__1::tuple<>&>(std::__1::__bind&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}::operator()() (this=0x55b6f17b2b60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17b2b60}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 747, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc446e2dc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 192, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\240\306\177\000\000\230*{\361\266U\000", __large = 0x7fc6a0000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc446e2de37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\376\342F\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc446e2fe70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc446e2de7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144748318031, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = {> = {> = {}, }, __f_ = , __bound_args_ = {__base_ = {> = {__value_ = }, }}} 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #14 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc446e2df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #15 std::__1::function::operator() (this=0x7fc446e2df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17b2a90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`+{\361\266U\000\000\200Hy\361\266U\000", __large = 0x55b6f17b2b60}, __invoker_ = {__call_ = 0x55b6e1f573c0 ::__call_impl::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4a67c18 ::ThreadFromGlobalPoolImpl>(std::__1::__bind&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc446e2dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144534687856, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc446e2e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #17 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17b1ba8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17b1bb8: 0x55b6f17b2a90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #18 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17b1ba0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17b1ba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #20 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #21 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 123 (Thread 0x7fc446634640 (LWP 748) "ThreadPool"): 2025-10-03 23:58:09 #0 0x00007fc8439397f8 in clock_nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc84393e677 in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e42e58fb in std::__1::__libcpp_thread_sleep_for[abi:v15007](std::__1::chrono::duration > const&) (__ns=...) at ./contrib/llvm-project/libcxx/include/__threading_support:412 2025-10-03 23:58:09 __ts = {tv_sec = 0, tv_nsec = 132408944} 2025-10-03 23:58:09 #3 std::__1::this_thread::sleep_for (ns=...) at ./build_docker/./contrib/llvm-project/libcxx/src/thread.cpp:109 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #4 0x000055b6df58189e in std::__1::this_thread::sleep_for > (__d=...) at ./contrib/llvm-project/libcxx/include/thread:383 2025-10-03 23:58:09 __ns = {__rep_ = 500000000} 2025-10-03 23:58:09 __ns = 2025-10-03 23:58:09 _Max = 2025-10-03 23:58:09 #5 DB::KeeperDispatcher::sessionCleanerTask (this=this@entry=0x55b6f1330f48) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:689 2025-10-03 23:58:09 time_to_sleep = 2025-10-03 23:58:09 shutdown_called = 2025-10-03 23:58:09 #6 0x000055b6df58e6a6 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:500 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #7 std::__1::__invoke[abi:v15007] const&)::$_4&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #8 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_4RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #9 std::__1::apply[abi:v15007] const&)::$_4&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}::operator()() (this=0x55b6f17c7ed0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 748, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ac007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ac007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc44662cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@FcF\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44662ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316bF\304\177\000\000\036,\243϶U\000", __large = 0x7fc44662cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44662ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ac008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144800317916, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = {this = 0x55b6f1330f48} 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #11 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f17c7ed0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:09 __f = 0x55b6f17c7ed0 2025-10-03 23:58:09 #15 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc44662cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #16 std::__1::function::operator() (this=0x7fc44662cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #17 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17b20a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320~|\361\266U\000\000nitializ", __large = 0x55b6f17c7ed0}, __invoker_ = {__call_ = 0x55b6df58e608 ::__call_impl::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4869238 ::ThreadFromGlobalPoolImpl const&)::$_4>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_4&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44662cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144588501277, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44662d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #18 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17c7d58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17c7d68: 0x55b6f17b20a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #19 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #20 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17c7d50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17c7d50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #21 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #22 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 122 (Thread 0x7fc445e33640 (LWP 749) "ThreadPool"): 2025-10-03 23:58:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1331190, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #3 std::__1::condition_variable::wait (this=0x55b6f1331190, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:09 ec = 2025-10-03 23:58:09 #4 0x000055b6df5a26e6 in std::__1::condition_variable::wait >::popImpl(std::__1::variant&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, ConcurrentBoundedQueue >::popImpl(std::__1::variant&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x55b6f1331168, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #5 0x000055b6df5a24b5 in ConcurrentBoundedQueue >::popImpl (this=this@entry=0x55b6f13310e0, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:80 2025-10-03 23:58:09 queue_lock = {__m_ = 0x55b6f1331110, __owns_ = true} 2025-10-03 23:58:09 predicate = {this = 0x55b6f13310e0} 2025-10-03 23:58:09 #6 0x000055b6df58678f in ConcurrentBoundedQueue >::pop (this=0x55b6f13310e0, x=...) at ./src/Common/ConcurrentBoundedQueue.h:153 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #7 DB::KeeperDispatcher::clusterUpdateWithReconfigDisabledThread (this=this@entry=0x55b6f1330f48) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:837 2025-10-03 23:58:09 action = {> = {}, > = {}, __impl = {, (std::__1::__variant_detail::_Trait)1>> = {, (std::__1::__variant_detail::_Trait)1>> = { >> = {, (std::__1::__variant_detail::_Trait)1>> = {, (std::__1::__variant_detail::_Trait)1>> = { >> = {, (std::__1::__variant_detail::_Trait)1>> = {> = {__data = {__dummy = 0 '\000', __head = {__value = { = {id = 0, endpoint = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {...}, , 1, true>> = {...}, }, static npos = 18446744073709551615}, learner = false, priority = 0}, }}, __tail = {__dummy = 0 '\000', __head = {__value = {id = 0}}, __tail = {__dummy = 0 '\000', __head = {__value = {id = 0, priority = 0}}, __tail = {}}}}, __index = 0 '\000'}, }, }, }, }, }, }, }, }} 2025-10-03 23:58:09 done = 2025-10-03 23:58:09 shutdown_called = 2025-10-03 23:58:09 #8 0x000055b6df58f026 in DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6::operator()() const (this=) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:504 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #9 std::__1::__invoke[abi:v15007] const&)::$_6&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #10 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB16KeeperDispatcher10initializeERKN4Poco4Util21AbstractConfigurationEbbRKNS_10shared_ptrIKNS1_6MacrosEEEE3$_6RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #11 std::__1::apply[abi:v15007] const&)::$_6&, std::__1::tuple<>&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}::operator()() (this=0x55b6f17c81b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 749, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc445e2bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\343E\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc445e2be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\342E\304\177\000\000\036,\243϶U\000", __large = 0x7fc445e2bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc445e2be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144800317916, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = {this = 0x55b6f1330f48} 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #13 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}&>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #14 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #15 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f17c81b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #16 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:09 __f = 0x55b6f17c81b0 2025-10-03 23:58:09 #17 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc445e2bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #18 std::__1::function::operator() (this=0x7fc445e2bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #19 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17c7fa0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\201|\361\266U\000\000nitializ", __large = 0x55b6f17c81b0}, __invoker_ = {__call_ = 0x55b6df58ef88 ::__call_impl::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4869298 ::ThreadFromGlobalPoolImpl const&)::$_6>(DB::KeeperDispatcher::initialize(Poco::Util::AbstractConfiguration const&, bool, bool, std::__1::shared_ptr const&)::$_6&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc445e2bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144588567511, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc445e2c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #20 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17c8038: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17c8048: 0x55b6f17c7fa0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #21 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #22 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17c8030) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17c8030}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #23 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #24 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 121 (Thread 0x7fc445632640 (LWP 750) "clickhouse-serv"): 2025-10-03 23:58:09 #0 0x00007fc84396cbcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x000055b6e2171965 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x55b6f17b12c0, remainingTime=..., mode=mode@entry=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 23:58:09 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528437385332} 2025-10-03 23:58:09 pollBuf = {fd = 34, events = 1, revents = 0} 2025-10-03 23:58:09 sockfd = 2025-10-03 23:58:09 rc = 2025-10-03 23:58:09 #2 0x000055b6e2171c14 in Poco::Net::SocketImpl::poll (this=0x55b6f17b12c0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 23:58:09 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:09 #3 0x000055b6e217de3c in Poco::Net::Socket::poll (this=0x55b6f13485e8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #4 Poco::Net::TCPServer::run (this=0x55b6f13485e0) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 2025-10-03 23:58:09 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:09 exc = 2025-10-03 23:58:09 #5 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:58:09 sset = {__val = {20484, 0 }} 2025-10-03 23:58:09 pData = {_ptr = 0x55b6f17b0dd0} 2025-10-03 23:58:09 pThreadImpl = 2025-10-03 23:58:09 exc = 2025-10-03 23:58:09 exc = 2025-10-03 23:58:09 #6 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #7 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 120 (Thread 0x7fc444e31640 (LWP 751) "clickhouse-serv"): 2025-10-03 23:58:09 #0 0x00007fc84396cbcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x000055b6e2171965 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x55b6f1348520, remainingTime=..., mode=mode@entry=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 23:58:09 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528437385689} 2025-10-03 23:58:09 pollBuf = {fd = 35, events = 1, revents = 0} 2025-10-03 23:58:09 sockfd = 2025-10-03 23:58:09 rc = 2025-10-03 23:58:09 #2 0x000055b6e2171c14 in Poco::Net::SocketImpl::poll (this=0x55b6f1348520, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 23:58:09 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:09 #3 0x000055b6e217de3c in Poco::Net::Socket::poll (this=0x55b6f17cd2b8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #4 Poco::Net::TCPServer::run (this=0x55b6f17cd2b0) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 2025-10-03 23:58:09 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:09 exc = 2025-10-03 23:58:09 #5 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:58:09 sset = {__val = {20484, 0 }} 2025-10-03 23:58:09 pData = {_ptr = 0x55b6f17b2800} 2025-10-03 23:58:09 pThreadImpl = 2025-10-03 23:58:09 exc = 2025-10-03 23:58:09 exc = 2025-10-03 23:58:09 #6 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #7 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 119 (Thread 0x7fc444630640 (LWP 752) "CgrpMemUsgObsr"): 2025-10-03 23:58:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7ffcc2f0cf30, __m=0x189, __ts=0x7fc4446289b0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #3 std::__1::condition_variable::__do_timed_wait (this=0x7ffcc2f0cf30, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:09 ts = {tv_sec = 1759528441, tv_nsec = 382051779} 2025-10-03 23:58:09 ts_sec_max = 9223372036854775807 2025-10-03 23:58:09 ec = 2025-10-03 23:58:09 d = 2025-10-03 23:58:09 s = 2025-10-03 23:58:09 #4 0x000055b6cfadf928 in std::__1::condition_variable::wait_for > (this=0x7ffcc2f0cf08, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:09 __c_now = {__d_ = {__rep_ = 564839357166}} 2025-10-03 23:58:09 __now_count_ns = 2025-10-03 23:58:09 __d_ns_count = 2025-10-03 23:58:09 #5 std::__1::condition_variable::__do_timed_wait (this=0x7ffcc2f0cf08, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #6 std::__1::condition_variable::wait_until > > (this=0x7ffcc2f0cf08, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:09 __t_ns = {__d_ = {__rep_ = 579839356905}} 2025-10-03 23:58:09 __now = 2025-10-03 23:58:09 #7 std::__1::condition_variable::wait_until >, DB::CgroupsMemoryUsageObserver::runThread()::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::CgroupsMemoryUsageObserver::runThread()::$_0) (this=, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::CgroupsMemoryUsageObserver::runThread()::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::CgroupsMemoryUsageObserver::runThread()::$_0) (this=0x7ffcc2f0cf08, __lk=..., __d=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #9 DB::CgroupsMemoryUsageObserver::runThread (this=this@entry=0x7ffcc2f0cdf0) at ./build_docker/./src/Common/CgroupsMemoryUsageObserver.cpp:315 2025-10-03 23:58:09 lock = {__m_ = 0x7ffcc2f0cee0, __owns_ = true} 2025-10-03 23:58:09 #10 0x000055b6cfae7174 in std::__1::__invoke[abi:v15007](void (DB::CgroupsMemoryUsageObserver::*&)(), DB::CgroupsMemoryUsageObserver*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #11 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::CgroupsMemoryUsageObserver::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 std::__1::apply[abi:v15007]&>(void (DB::CgroupsMemoryUsageObserver::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::CgroupsMemoryUsageObserver::*&&)(), DB::CgroupsMemoryUsageObserver*&&)::{lambda()#1}::operator()() (this=0x55b6f17d6230) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d6230}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 752, os_thread_priority = 0, performance_counters = {counters = 0x7fc6a8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6a8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc444628c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 5320, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\250\306\177\000\000Ȉ\315\361\266U\000", __large = 0x7fc6a8000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc444628e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\256bD\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc44462ae70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc444628e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6a8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #14 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc444628f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #15 std::__1::function::operator() (this=0x7fc444628f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cd88c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0b}\361\266U\000\000\360\230$\360\266U\000", __large = 0x55b6f17d6230}, __invoker_ = {__call_ = 0x55b6cfae7088 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::CgroupsMemoryUsageObserver::*&&)(), DB::CgroupsMemoryUsageObserver*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d2510 ::ThreadFromGlobalPoolImpl(void (DB::CgroupsMemoryUsageObserver::*&&)(), DB::CgroupsMemoryUsageObserver*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc444628fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144604607830, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44462907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #17 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d0ea8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d0eb8: 0x55b6f1cd88c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #18 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d0ea0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d0ea0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #20 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #21 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 118 (Thread 0x7fc443e2f640 (LWP 753) "MergeMutate"): 2025-10-03 23:58:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:09 ec = 2025-10-03 23:58:09 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:09 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:09 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:09 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc443e27a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #7 std::__1::function::operator() (this=0x7fc443e27a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cd8790) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:09 watch = {start_ns = 144605322540, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc443e27aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605222562, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc443e27b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cda030) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cda030}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 753, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc443e27c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28497, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\254\373¶U\000", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc443e27e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "83\033\264\306\177\000\000 3\033\264\306\177\000", __large = 0x7fc6b41b3338}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc3b2356cf0 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\360l5\262\303\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc443e27e7f "\200 \217\263\037H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140478485196016, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528373948192}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6b40102b0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H|\342C\304\177\000\000\340w\342C\304\177\000", __large = 0x7fc443e27c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc443e27f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #14 std::__1::function::operator() (this=0x7fc443e27f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17cedb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\240\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cda030}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc443e27fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605220198, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc443e2807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17cede8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17cedf8: 0x55b6f17cedb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17cede0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17cede0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 117 (Thread 0x7fc44362e640 (LWP 754) "MergeMutate"): 2025-10-03 23:58:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef1c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #3 std::__1::condition_variable::wait (this=0x55b6f17cef1c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:09 ec = 2025-10-03 23:58:09 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:09 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:09 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:09 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc443626a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #7 std::__1::function::operator() (this=0x7fc443626a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cd8760) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:09 watch = {start_ns = 144605490004, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc443626aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605349060, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc443626b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17cf870) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17cf870}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 754, os_thread_priority = 0, performance_counters = {counters = 0x7fc6bc007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6bc007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc443626c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28209, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc443626e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030TX\220\303\177\000\000\000TX\220\303\177\000", __large = 0x7fc390585418}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc6bc1631f0 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\3601\026\274\306\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc443626e7f "\200\217oP H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140491535823344, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528384229263}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6bc008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6bc010510}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "HlbC\304\177\000\000\340gbC\304\177\000", __large = 0x7fc443626c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc443626f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #14 std::__1::function::operator() (this=0x7fc443626f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f0b49f40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\370|\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17cf870}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc443626fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605284449, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44362707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cd8dd8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cd8de8: 0x55b6f0b49f40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cd8dd0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cd8dd0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 116 (Thread 0x7fc442e2d640 (LWP 755) "MergeMutate"): 2025-10-03 23:58:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef1c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #3 std::__1::condition_variable::wait (this=0x55b6f17cef1c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:09 ec = 2025-10-03 23:58:09 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:09 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:09 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:09 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc442e25a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #7 std::__1::function::operator() (this=0x7fc442e25a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cd9d90) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:09 watch = {start_ns = 144605437596, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc442e25aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605286262, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc442e25b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cd8a40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cd8a40}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 755, os_thread_priority = 0, performance_counters = {counters = 0x7fc6b8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6b8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc442e25c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28513, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc442e25e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2703\034\t\303\177\000\000\2403\034\t\303\177\000", __large = 0x7fc3091c33b8}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc6b800cd50 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "P\315\000\270\306\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc442e25e7f "\200IK}#H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140491467312464, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528437500745}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6b8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6b800fef0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\\\342B\304\177\000\000\340W\342B\304\177\000", __large = 0x7fc442e25c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc442e25f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #14 std::__1::function::operator() (this=0x7fc442e25f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d6180) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\212\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cd8a40}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc442e25fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605347577, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc442e2607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d2238: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d2248: 0x55b6f17d6180) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d2230) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d2230}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 115 (Thread 0x7fc44262c640 (LWP 756) "MergeMutate"): 2025-10-03 23:58:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:09 ec = 2025-10-03 23:58:09 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:09 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:09 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:09 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc442624a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #7 std::__1::function::operator() (this=0x7fc442624a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cd8aa0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:09 watch = {start_ns = 144605738580, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc442624aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605624636, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc442624b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d5830) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d5830}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 756, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc442624c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1873, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc442624e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\231\023\300\306\177\000\000 \231\023\300\306\177\000", __large = 0x7fc6c0139938}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc6c01ea410 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\020\244\036\300\306\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc442624e7f "\200']\340!H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140491603485712, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528410438951}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6c000f480}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "HLbB\304\177\000\000\340GbB\304\177\000", __large = 0x7fc442624c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc442624f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #14 std::__1::function::operator() (this=0x7fc442624f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cd8b60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0X}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d5830}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc442624fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605559835, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44262507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cd8868: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cd8878: 0x55b6f1cd8b60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cd8860) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cd8860}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 114 (Thread 0x7fc441e2b640 (LWP 757) "MergeMutate"): 2025-10-03 23:58:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:09 ec = 2025-10-03 23:58:09 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:09 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:09 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:09 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc441e23a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #7 std::__1::function::operator() (this=0x7fc441e23a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cd8890) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:09 watch = {start_ns = 144605735414, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc441e23aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605562310, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc441e23b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17cf2e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17cf2e0}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 757, os_thread_priority = 0, performance_counters = {counters = 0x7fc6c8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6c8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc441e23c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28409, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc441e23e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\017\260\310\306\177\000\000\360\016\260\310\306\177\000", __large = 0x7fc6c8b00f08}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc6c80847b0 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\260G\b\310\306\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc441e23e7f "\200b\243\245!H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140491736238000, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528406590306}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6c8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6c800fe60}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H<\342A\304\177\000\000\3407\342A\304\177\000", __large = 0x7fc441e23c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc441e23f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #14 std::__1::function::operator() (this=0x7fc441e23f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d5920) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\362|\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17cf2e0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc441e23fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605623574, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc441e2407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d59b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d59c8: 0x55b6f17d5920) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d59b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:09 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d59b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:09 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 2025-10-03 23:58:09 Thread 113 (Thread 0x7fc44162a640 (LWP 758) "MergeMutate"): 2025-10-03 23:58:09 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:09 No symbol table info available. 2025-10-03 23:58:09 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:09 ec = 2025-10-03 23:58:09 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:09 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:09 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:09 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc441622a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #7 std::__1::function::operator() (this=0x7fc441622a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17cf340) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:09 watch = {start_ns = 144605791449, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc441622aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605726988, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc441622b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cda280) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:09 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cda280}} 2025-10-03 23:58:09 thread_status = { = { = {}, }, thread_id = 758, os_thread_priority = 0, performance_counters = {counters = 0x7fc6cc007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6cc007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc441622c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28537, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc441622e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\352l\315\306\177\000\0000\352l\315\306\177\000", __large = 0x7fc6cd6cea48}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc3df539de0 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\340\235S\337\303\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc441622e7f "\200[\002\305 H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140479242149344, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528391869019}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6cc008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6cc010750}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H,bA\304\177\000\000\340'bA\304\177\000", __large = 0x7fc441622c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:09 function = 2025-10-03 23:58:09 arguments = 2025-10-03 23:58:09 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc441622f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #14 std::__1::function::operator() (this=0x7fc441622f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17cf400) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:09 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\242\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cda280}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc441622fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605725055, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:09 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44162307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:09 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:09 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:09 job_is_done = 2025-10-03 23:58:09 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17cf498: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17cf4a8: 0x55b6f17cf400) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:09 No locals. 2025-10-03 23:58:09 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17cf490) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17cf490}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:10 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 2025-10-03 23:58:10 Thread 112 (Thread 0x7fc440e29640 (LWP 759) "MergeMutate"): 2025-10-03 23:58:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:10 ec = 2025-10-03 23:58:10 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:10 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:10 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:10 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc440e21a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #7 std::__1::function::operator() (this=0x7fc440e21a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cda2e0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:10 watch = {start_ns = 144605854527, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc440e21aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605803712, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc440e21b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cd7f20) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:10 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cd7f20}} 2025-10-03 23:58:10 thread_status = { = { = {}, }, thread_id = 759, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc440e21c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28513, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\254\373¶U\000", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc440e21e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\270\254\355h\303\177\000\000\240\254\355h\303\177\000", __large = 0x7fc368edacb8}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc368ea2410 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\020$\352h\303\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc440e21e7f "\200\237\217\034\"H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140477255525392, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528414384031}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6d800ff10}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\034\342@\304\177\000\000\340\027\342@\304\177\000", __large = 0x7fc440e21c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:10 function = 2025-10-03 23:58:10 arguments = 2025-10-03 23:58:10 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc440e21f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #14 std::__1::function::operator() (this=0x7fc440e21f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cda3a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \177\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cd7f20}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc440e21fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605801769, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc440e2207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cda438: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cda448: 0x55b6f1cda3a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cda430) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cda430}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:10 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 2025-10-03 23:58:10 Thread 111 (Thread 0x7fc440628640 (LWP 760) "MergeMutate"): 2025-10-03 23:58:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef1c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #3 std::__1::condition_variable::wait (this=0x55b6f17cef1c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:10 ec = 2025-10-03 23:58:10 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:10 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:10 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:10 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc440620a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #7 std::__1::function::operator() (this=0x7fc440620a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cd7f80) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:10 watch = {start_ns = 144605973361, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc440620aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605859667, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc440620b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cd8360) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:10 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cd8360}} 2025-10-03 23:58:10 thread_status = { = { = {}, }, thread_id = 760, os_thread_priority = 0, performance_counters = {counters = 0x7fc6d4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6d4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc440620c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28497, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc440620e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8b\226\212\303\177\000\000 b\226\212\303\177\000", __large = 0x7fc38a966238}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc6d43948d0 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\320H9\324\306\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc440620e7f "\200\202Z\022\027H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140491940776144, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528229165698}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6d4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6d40106f0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\fb@\304\177\000\000\340\ab@\304\177\000", __large = 0x7fc440620c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:10 function = 2025-10-03 23:58:10 arguments = 2025-10-03 23:58:10 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc440620f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #14 std::__1::function::operator() (this=0x7fc440620f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cd8040) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\203\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cd8360}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc440620fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605858194, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc44062107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cd80d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cd80e8: 0x55b6f1cd8040) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cd80d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cd80d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:10 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 2025-10-03 23:58:10 Thread 110 (Thread 0x7fc43fe27640 (LWP 761) "MergeMutate"): 2025-10-03 23:58:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:10 ec = 2025-10-03 23:58:10 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:10 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:10 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:10 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43fe1fa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #7 std::__1::function::operator() (this=0x7fc43fe1fa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cd83c0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:10 watch = {start_ns = 144606013496, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43fe1faff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605915492, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43fe1fb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cd9940) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:10 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cd9940}} 2025-10-03 23:58:10 thread_status = { = { = {}, }, thread_id = 761, os_thread_priority = 0, performance_counters = {counters = 0x7fc6dc007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6dc007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43fe1fc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28545, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43fe1fe37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\330\344u\250\303\177\000\000\300\344u\250\303\177\000", __large = 0x7fc3a875e4d8}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc3a842b660 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "`\266B\250\303\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc43fe1fe7f "\200LRR#H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140478318294624, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528434684492}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6dc008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6dc00eb40}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144816317882, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\374\341?\304\177\000\000\340\367\341?\304\177\000", __large = 0x7fc43fe1fc48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:10 function = 2025-10-03 23:58:10 arguments = 2025-10-03 23:58:10 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43fe1ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #14 std::__1::function::operator() (this=0x7fc43fe1ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cd8480) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\231\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cd9940}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43fe1ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144605914300, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43fe2007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cd8518: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cd8528: 0x55b6f1cd8480) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cd8510) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cd8510}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:10 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 2025-10-03 23:58:10 Thread 109 (Thread 0x7fc43f626640 (LWP 762) "MergeMutate"): 2025-10-03 23:58:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:10 ec = 2025-10-03 23:58:10 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:10 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:10 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:10 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43f61ea88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #7 std::__1::function::operator() (this=0x7fc43f61ea88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d4aa0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:10 watch = {start_ns = 144606115938, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43f61eaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606002144, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43f61eb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d51c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:10 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d51c0}} 2025-10-03 23:58:10 thread_status = { = { = {}, }, thread_id = 762, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43f61ec58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28537, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43f61ee37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\250x\244\327\303\177\000\000\220x\244\327\303\177\000", __large = 0x7fc3d7a478a8}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc3d48b4940 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "@I\213\324\303\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc43f61ee7f "\200\345\331g H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140479061248320, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528385763813}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6e000f600}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\354a?\304\177\000\000\340\347a?\304\177\000", __large = 0x7fc43f61ec48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:10 function = 2025-10-03 23:58:10 arguments = 2025-10-03 23:58:10 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43f61ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #14 std::__1::function::operator() (this=0x7fc43f61ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17cf980) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300Q}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d51c0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43f61efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606000541, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43f61f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cd9ba8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cd9bb8: 0x55b6f17cf980) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cd9ba0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cd9ba0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:10 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 2025-10-03 23:58:10 Thread 108 (Thread 0x7fc43ee25640 (LWP 763) "MergeMutate"): 2025-10-03 23:58:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef1c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #3 std::__1::condition_variable::wait (this=0x55b6f17cef1c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:10 ec = 2025-10-03 23:58:10 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:10 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:10 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:10 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43ee1da88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #7 std::__1::function::operator() (this=0x7fc43ee1da88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cd9bd0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:10 watch = {start_ns = 144606276258, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ee1daff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606238398, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ee1db8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d54c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:10 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d54c0}} 2025-10-03 23:58:10 thread_status = { = { = {}, }, thread_id = 763, os_thread_priority = 0, performance_counters = {counters = 0x7fc6ec007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6ec007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43ee1dc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28657, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ee1de37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\370\256\233\337\303\177\000\000\340\256\233\337\303\177\000", __large = 0x7fc3df9baef8}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc6ec18a060 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "`\240\030\354\306\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc43ee1de7f "\200\250\351\243!H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140492341289056, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528406477224}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6ec008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6ec00f8e0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\334\341>\304\177\000\000\340\327\341>\304\177\000", __large = 0x7fc43ee1dc48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:10 function = 2025-10-03 23:58:10 arguments = 2025-10-03 23:58:10 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43ee1df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #14 std::__1::function::operator() (this=0x7fc43ee1df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d52b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300T}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d54c0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ee1dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606236624, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ee1e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d5348: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d5358: 0x55b6f17d52b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d5340) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d5340}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:10 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 2025-10-03 23:58:10 Thread 107 (Thread 0x7fc43e624640 (LWP 764) "MergeMutate"): 2025-10-03 23:58:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef1c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #3 std::__1::condition_variable::wait (this=0x55b6f17cef1c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:10 ec = 2025-10-03 23:58:10 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:10 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:10 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:10 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43e61ca88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #7 std::__1::function::operator() (this=0x7fc43e61ca88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d5520) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:10 watch = {start_ns = 144606414197, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43e61caff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606315853, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43e61cb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cda720) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:10 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cda720}} 2025-10-03 23:58:10 thread_status = { = { = {}, }, thread_id = 764, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43e61cc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28513, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43e61ce37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230k\206\315\303\177\000\000\200k\206\315\303\177\000", __large = 0x7fc3cd866b98}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc6e47c7f00 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\000\177|\344\306\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc43e61ce7f "\200b\232\205\"H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140492213616384, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528421268066}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6e400fd00}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\314a>\304\177\000\000\340\307a>\304\177\000", __large = 0x7fc43e61cc48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:10 function = 2025-10-03 23:58:10 arguments = 2025-10-03 23:58:10 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43e61cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #14 std::__1::function::operator() (this=0x7fc43e61cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d2840) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " \247\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cda720}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43e61cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606314761, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43e61d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17cf578: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17cf588: 0x55b6f17d2840) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17cf570) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17cf570}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:10 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 2025-10-03 23:58:10 Thread 106 (Thread 0x7fc43de23640 (LWP 765) "MergeMutate"): 2025-10-03 23:58:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:10 ec = 2025-10-03 23:58:10 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:10 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:10 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:10 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43de1ba88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #7 std::__1::function::operator() (this=0x7fc43de1ba88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cda780) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:10 watch = {start_ns = 144606465854, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43de1baff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606374743, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43de1bb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cdaa50) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:10 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cdaa50}} 2025-10-03 23:58:10 thread_status = { = { = {}, }, thread_id = 765, os_thread_priority = 0, performance_counters = {counters = 0x7fc6e8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6e8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43de1bc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28641, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\312\001\350\306\177\000\000М\204\351\306\177\000", __large = 0x7fc6e801ca90}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43de1be37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "h\000\241\353\306\177\000\000P\000\241\353\306\177\000", __large = 0x7fc6eba10068}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc3c8eca3b0 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\260\243\354\310\303\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc43de1be7f "\200\266\257\027#H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140478866301872, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528430841782}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6e8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6e800fac0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\274\341=\304\177\000\000\340\267\341=\304\177\000", __large = 0x7fc43de1bc48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:10 function = 2025-10-03 23:58:10 arguments = 2025-10-03 23:58:10 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43de1bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #14 std::__1::function::operator() (this=0x7fc43de1bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cda840) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 80 'P', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "P\252\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cdaa50}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43de1bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606373621, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43de1c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cda8d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cda8e8: 0x55b6f1cda840) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cda8d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cda8d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:10 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 2025-10-03 23:58:10 Thread 105 (Thread 0x7fc43d622640 (LWP 766) "MergeMutate"): 2025-10-03 23:58:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:10 ec = 2025-10-03 23:58:10 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:10 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:10 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:10 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43d61aa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #7 std::__1::function::operator() (this=0x7fc43d61aa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17cf5a0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:10 watch = {start_ns = 144606529704, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43d61aaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606439965, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43d61ab8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d2400) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:10 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d2400}} 2025-10-03 23:58:10 thread_status = { = { = {}, }, thread_id = 766, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f4007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f4007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43d61ac58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28513, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\254\373¶U\000", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43d61ae37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\210\215\207\366\306\177\000\000p\215\207\366\306\177\000", __large = 0x7fc6f6878d88}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc404cea280 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\200\242\316\004\304\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc43d61ae7f "\200\257@\343\036H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140479870968448, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528360296623}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f4008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6f400f4f0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\254a=\304\177\000\000\340\247a=\304\177\000", __large = 0x7fc43d61ac48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:10 function = 2025-10-03 23:58:10 arguments = 2025-10-03 23:58:10 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43d61af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #14 std::__1::function::operator() (this=0x7fc43d61af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17cf5d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000$}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d2400}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43d61afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606438453, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43d61b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cd81b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cd81c8: 0x55b6f17cf5d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cd81b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:10 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cd81b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:10 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 2025-10-03 23:58:10 Thread 104 (Thread 0x7fc43ce21640 (LWP 767) "MergeMutate"): 2025-10-03 23:58:10 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:10 No symbol table info available. 2025-10-03 23:58:10 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:10 ec = 2025-10-03 23:58:10 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:10 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:10 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:10 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43ce19a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #7 std::__1::function::operator() (this=0x7fc43ce19a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d2460) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:10 watch = {start_ns = 144606578355, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ce19aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606495039, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ce19b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d2730) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:10 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d2730}} 2025-10-03 23:58:10 thread_status = { = { = {}, }, thread_id = 767, os_thread_priority = 0, performance_counters = {counters = 0x7fc6fc007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6fc007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43ce19c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28497, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\377\377\377\377\377\377\177", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ce19e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(|8\374\306\177\000\000\020|8\374\306\177\000", __large = 0x7fc6fc387c28}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc6fc3776e0 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "\340v7\374\306\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc43ce19e7f "\2009\316j#H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140492611745504, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528436289081}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6fc008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6fc0102f0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\234\341<\304\177\000\000\340\227\341<\304\177\000", __large = 0x7fc43ce19c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:10 function = 2025-10-03 23:58:10 arguments = 2025-10-03 23:58:10 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43ce19f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #14 std::__1::function::operator() (this=0x7fc43ce19f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d2520) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:10 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0'}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d2730}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ce19fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606493977, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:10 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ce1a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:10 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:10 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:10 job_is_done = 2025-10-03 23:58:10 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d25b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d25c8: 0x55b6f17d2520) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:10 No locals. 2025-10-03 23:58:10 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d25b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d25b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:11 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 2025-10-03 23:58:11 Thread 103 (Thread 0x7fc43c620640 (LWP 768) "MergeMutate"): 2025-10-03 23:58:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f17cef18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #3 std::__1::condition_variable::wait (this=0x55b6f17cef18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:11 ec = 2025-10-03 23:58:11 #4 0x000055b6ddc41d3c in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x55b6f17ceef0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f17cee28) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:11 lock = {__m_ = 0x55b6f17ceec8, __owns_ = true} 2025-10-03 23:58:11 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:11 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43c618a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #7 std::__1::function::operator() (this=0x7fc43c618a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d2790) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:11 watch = {start_ns = 144606625233, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 40 '(', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\356|\361\266U\000\000\nt\211϶U\000", __large = 0x55b6f17cee28}, __invoker_ = {__call_ = 0x55b6ddc45328 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fd60 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 72 'H', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43c618aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606583214, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43c618b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cdac60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:11 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cdac60}} 2025-10-03 23:58:11 thread_status = { = { = {}, }, thread_id = 768, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f0007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f0007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43c618c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -28513, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = ":\225\367¶U\000\000\000\254\373¶U\000", __large = 0x55b6c2f7953a <__ubsan_handle_dynamic_type_cache_miss_abort+42>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43c618e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\250\205\b\360\306\177\000\000\220\205\b\360\306\177\000", __large = 0x7fc6f00885a8}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = true, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc3b473d660 "", __size_ = 0, __cap_ = 64, __is_long_ = 1}, __s = {__data_ = "`\326s\264\303\177\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\000", __padding_ = 0x7fc43c618e7f "\200\003\264j#H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140478522840672, 0, 9223372036854775872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528436282371}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f0008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc6f000f510}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "H\214a<\304\177\000\000\340\207a<\304\177\000", __large = 0x7fc43c618c48}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:11 function = 2025-10-03 23:58:11 arguments = 2025-10-03 23:58:11 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43c618f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #14 std::__1::function::operator() (this=0x7fc43c618f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d27c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\254\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cdac60}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43c618fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606581421, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43c61907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cda4a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cda4b8: 0x55b6f17d27c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cda4a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cda4a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:11 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 2025-10-03 23:58:11 Thread 102 (Thread 0x7fc43be1f640 (LWP 769) "Move"): 2025-10-03 23:58:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cecfe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #3 std::__1::condition_variable::wait (this=0x55b6f1cecfe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:11 ec = 2025-10-03 23:58:11 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cecfc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cecf08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:11 lock = {__m_ = 0x55b6f1cecf98, __owns_ = true} 2025-10-03 23:58:11 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:11 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43be17a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #7 std::__1::function::operator() (this=0x7fc43be17a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cdace0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:11 watch = {start_ns = 144606763552, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\317\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cecf08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -104 '\230', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43be17aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606717777, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43be17b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cd7c30) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:11 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cd7c30}} 2025-10-03 23:58:11 thread_status = { = { = {}, }, thread_id = 769, os_thread_priority = 0, performance_counters = {counters = 0x7fc6f8007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc6f8007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43be17c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\370\306\177\000\000Hz\315\361\266U\000", __large = 0x7fc6f8000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43be17e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\236\341;\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc43be19e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43be17e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc6f8008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:11 function = 2025-10-03 23:58:11 arguments = 2025-10-03 23:58:11 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43be17f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #14 std::__1::function::operator() (this=0x7fc43be17f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cd7a40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0|\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cd7c30}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43be17fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606715973, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43be1807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cd7ab8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cd7ac8: 0x55b6f1cd7a40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cd7ab0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cd7ab0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:11 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 2025-10-03 23:58:11 Thread 101 (Thread 0x7fc43b61e640 (LWP 770) "Move"): 2025-10-03 23:58:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cecfe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #3 std::__1::condition_variable::wait (this=0x55b6f1cecfe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:11 ec = 2025-10-03 23:58:11 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cecfc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cecf08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:11 lock = {__m_ = 0x55b6f1cecf98, __owns_ = true} 2025-10-03 23:58:11 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:11 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43b616a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #7 std::__1::function::operator() (this=0x7fc43b616a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cdaea0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:11 watch = {start_ns = 144606832541, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\317\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cecf08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -104 '\230', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43b616aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606775575, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43b616b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d12a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:11 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d12a0}} 2025-10-03 23:58:11 thread_status = { = { = {}, }, thread_id = 770, os_thread_priority = 0, performance_counters = {counters = 0x7fc704007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc704007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43b616c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\004\307\177\000\000h\257\315\361\266U\000", __large = 0x7fc704000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43b616e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\216a;\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc43b618e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43b616e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc704008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:11 function = 2025-10-03 23:58:11 arguments = 2025-10-03 23:58:11 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43b616f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #14 std::__1::function::operator() (this=0x7fc43b616f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cdaf60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\022}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d12a0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43b616fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606773891, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43b61707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cdaff8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cdb008: 0x55b6f1cdaf60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cdaff0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cdaff0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:11 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 2025-10-03 23:58:11 Thread 100 (Thread 0x7fc43ae1d640 (LWP 771) "Move"): 2025-10-03 23:58:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cecfe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #3 std::__1::condition_variable::wait (this=0x55b6f1cecfe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:11 ec = 2025-10-03 23:58:11 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cecfc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cecf08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:11 lock = {__m_ = 0x55b6f1cecf98, __owns_ = true} 2025-10-03 23:58:11 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:11 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43ae15a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #7 std::__1::function::operator() (this=0x7fc43ae15a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cdb170) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:11 watch = {start_ns = 144606912331, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\317\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cecf08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -104 '\230', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ae15aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606834956, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ae15b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d15a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:11 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d15a0}} 2025-10-03 23:58:11 thread_status = { = { = {}, }, thread_id = 771, os_thread_priority = 0, performance_counters = {counters = 0x7fc700007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc700007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43ae15c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\000\307\177\000\000\230\023}\361\266U\000", __large = 0x7fc700000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ae15e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p~\341:\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc43ae17e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ae15e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc700008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:11 function = 2025-10-03 23:58:11 arguments = 2025-10-03 23:58:11 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43ae15f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #14 std::__1::function::operator() (this=0x7fc43ae15f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d1390) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\025}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d15a0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ae15fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606833133, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43ae1607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d1428: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d1438: 0x55b6f17d1390) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d1420) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d1420}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:11 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 2025-10-03 23:58:11 Thread 99 (Thread 0x7fc43a61c640 (LWP 772) "Move"): 2025-10-03 23:58:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cecfe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #3 std::__1::condition_variable::wait (this=0x55b6f1cecfe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:11 ec = 2025-10-03 23:58:11 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cecfc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cecf08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:11 lock = {__m_ = 0x55b6f1cecf98, __owns_ = true} 2025-10-03 23:58:11 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:11 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43a614a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #7 std::__1::function::operator() (this=0x7fc43a614a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d1600) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:11 watch = {start_ns = 144606942157, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\317\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cecf08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -104 '\230', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43a614aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606888777, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43a614b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d18d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:11 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d18d0}} 2025-10-03 23:58:11 thread_status = { = { = {}, }, thread_id = 772, os_thread_priority = 0, performance_counters = {counters = 0x7fc70c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc70c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43a614c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\f\307\177\000\000\310\026}\361\266U\000", __large = 0x7fc70c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43a614e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "pna:\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc43a616e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43a614e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc70c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:11 function = 2025-10-03 23:58:11 arguments = 2025-10-03 23:58:11 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43a614f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #14 std::__1::function::operator() (this=0x7fc43a614f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d16c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\030}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d18d0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43a614fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606887575, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43a61507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d1758: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d1768: 0x55b6f17d16c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d1750) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d1750}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:11 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 2025-10-03 23:58:11 Thread 98 (Thread 0x7fc439e1b640 (LWP 773) "Move"): 2025-10-03 23:58:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cecfe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #3 std::__1::condition_variable::wait (this=0x55b6f1cecfe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:11 ec = 2025-10-03 23:58:11 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cecfc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cecf08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:11 lock = {__m_ = 0x55b6f1cecf98, __owns_ = true} 2025-10-03 23:58:11 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:11 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc439e13a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #7 std::__1::function::operator() (this=0x7fc439e13a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d1930) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:11 watch = {start_ns = 144607033248, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\317\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cecf08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -104 '\230', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439e13aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606943710, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439e13b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1ce9600) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:11 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ce9600}} 2025-10-03 23:58:11 thread_status = { = { = {}, }, thread_id = 773, os_thread_priority = 0, performance_counters = {counters = 0x7fc708007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc708007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc439e13c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\b\307\177\000\000\370\031}\361\266U\000", __large = 0x7fc708000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439e13e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p^\3419\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc439e15e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439e13e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc708008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:11 function = 2025-10-03 23:58:11 arguments = 2025-10-03 23:58:11 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc439e13f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #14 std::__1::function::operator() (this=0x7fc439e13f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d19f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\226\316\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1ce9600}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439e13fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144606942007, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439e1407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d1a88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d1a98: 0x55b6f17d19f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d1a80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d1a80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:11 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 2025-10-03 23:58:11 Thread 97 (Thread 0x7fc43961a640 (LWP 774) "Move"): 2025-10-03 23:58:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cecfe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #3 std::__1::condition_variable::wait (this=0x55b6f1cecfe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:11 ec = 2025-10-03 23:58:11 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cecfc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cecf08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:11 lock = {__m_ = 0x55b6f1cecf98, __owns_ = true} 2025-10-03 23:58:11 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:11 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc439612a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #7 std::__1::function::operator() (this=0x7fc439612a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1ce9660) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:11 watch = {start_ns = 144607105273, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\317\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cecf08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -104 '\230', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439612aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607028219, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439612b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1ce9930) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:11 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ce9930}} 2025-10-03 23:58:11 thread_status = { = { = {}, }, thread_id = 774, os_thread_priority = 0, performance_counters = {counters = 0x7fc714007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc714007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc439612c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\024\307\177\000\000(\227\316\361\266U\000", __large = 0x7fc714000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439612e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "pNa9\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc439614e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439612e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc714008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:11 function = 2025-10-03 23:58:11 arguments = 2025-10-03 23:58:11 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc439612f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #14 std::__1::function::operator() (this=0x7fc439612f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce9720) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\231\316\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1ce9930}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc439612fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607027057, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43961307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce97b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce97c8: 0x55b6f1ce9720) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce97b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce97b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:11 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 2025-10-03 23:58:11 Thread 96 (Thread 0x7fc438e19640 (LWP 775) "Move"): 2025-10-03 23:58:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cecfe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #3 std::__1::condition_variable::wait (this=0x55b6f1cecfe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:11 ec = 2025-10-03 23:58:11 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cecfc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cecf08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:11 lock = {__m_ = 0x55b6f1cecf98, __owns_ = true} 2025-10-03 23:58:11 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:11 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc438e11a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #7 std::__1::function::operator() (this=0x7fc438e11a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1ce9990) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:11 watch = {start_ns = 144607139427, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\317\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cecf08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -104 '\230', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438e11aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607082610, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438e11b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1ce9c60) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:11 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ce9c60}} 2025-10-03 23:58:11 thread_status = { = { = {}, }, thread_id = 775, os_thread_priority = 0, performance_counters = {counters = 0x7fc710007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc710007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc438e11c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\020\307\177\000\000X\232\316\361\266U\000", __large = 0x7fc710000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438e11e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p>\3418\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc438e13e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438e11e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc710008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:11 function = 2025-10-03 23:58:11 arguments = 2025-10-03 23:58:11 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc438e11f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #14 std::__1::function::operator() (this=0x7fc438e11f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce9a50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\234\316\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1ce9c60}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438e11fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607081448, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438e1207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce9ae8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce9af8: 0x55b6f1ce9a50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce9ae0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:11 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce9ae0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:11 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 2025-10-03 23:58:11 Thread 95 (Thread 0x7fc438618640 (LWP 776) "Move"): 2025-10-03 23:58:11 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:11 No symbol table info available. 2025-10-03 23:58:11 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cecfe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #3 std::__1::condition_variable::wait (this=0x55b6f1cecfe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:11 ec = 2025-10-03 23:58:11 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cecfc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cecf08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:11 lock = {__m_ = 0x55b6f1cecf98, __owns_ = true} 2025-10-03 23:58:11 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:11 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc438610a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #7 std::__1::function::operator() (this=0x7fc438610a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1ce9cc0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:11 watch = {start_ns = 144607229105, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\317\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cecf08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -104 '\230', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438610aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607136832, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438610b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17cfdf0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:11 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17cfdf0}} 2025-10-03 23:58:11 thread_status = { = { = {}, }, thread_id = 776, os_thread_priority = 0, performance_counters = {counters = 0x7fc718007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc718007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc438610c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\030\307\177\000\000\210\235\316\361\266U\000", __large = 0x7fc718000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438610e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p.a8\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc438612e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438610e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc718008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:11 function = 2025-10-03 23:58:11 arguments = 2025-10-03 23:58:11 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc438610f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #14 std::__1::function::operator() (this=0x7fc438610f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce9d80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:11 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\375|\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17cfdf0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc438610fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607135349, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:11 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43861107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:11 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:11 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:11 job_is_done = 2025-10-03 23:58:11 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d1b18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d1b28: 0x55b6f1ce9d80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:11 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:11 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d1b10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d1b10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 94 (Thread 0x7fc437e17640 (LWP 777) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc437e0fa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc437e0fa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17cfe70) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607295660, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc437e0faff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607230358, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc437e0fb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17cfee0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17cfee0}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 777, os_thread_priority = 0, performance_counters = {counters = 0x7fc72c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc72c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc437e0fc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000,\307\177\000\000(\314\316\361\266U\000", __large = 0x7fc72c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc437e0fe37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\036\3417\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc437e11e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc437e0fe7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc72c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc437e0ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc437e0ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cecc20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\376|\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17cfee0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc437e0ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607228134, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc437e1007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cecc58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cecc68: 0x55b6f1cecc20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cecc50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cecc50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 93 (Thread 0x7fc437616640 (LWP 778) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43760ea88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc43760ea88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cecdf0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607361464, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43760eaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607302794, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43760eb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d0430) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d0430}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 778, os_thread_priority = 0, performance_counters = {counters = 0x7fc720007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc720007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43760ec58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000 \307\177\000\000(\002}\361\266U\000", __large = 0x7fc720000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43760ee37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\016a7\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc437610e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43760ee7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc720008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43760ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc43760ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d0220) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\004}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d0430}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43760efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607300850, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43760f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d02b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d02c8: 0x55b6f17d0220) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d02b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d02b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 92 (Thread 0x7fc436e15640 (LWP 779) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc436e0da88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc436e0da88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d0490) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607420784, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc436e0daff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607370440, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc436e0db8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d0760) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d0760}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 779, os_thread_priority = 0, performance_counters = {counters = 0x7fc728007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc728007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc436e0dc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000(\307\177\000\000X\005}\361\266U\000", __large = 0x7fc728000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc436e0de37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\376\3406\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc436e0fe70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc436e0de7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc728008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc436e0df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc436e0df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d0550) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\a}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d0760}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc436e0dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607369188, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc436e0e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d05e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d05f8: 0x55b6f17d0550) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d05e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d05e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 91 (Thread 0x7fc436614640 (LWP 780) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43660ca88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc43660ca88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d07c0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607502418, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43660caff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607423340, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43660cb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d0a90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d0a90}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 780, os_thread_priority = 0, performance_counters = {counters = 0x7fc734007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc734007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43660cc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\0004\307\177\000\000\210\b}\361\266U\000", __large = 0x7fc734000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43660ce37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\356`6\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc43660ee70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43660ce7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc734008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43660cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc43660cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d0880) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\n}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d0a90}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43660cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607421817, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43660d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d0918: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d0928: 0x55b6f17d0880) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d0910) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d0910}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 90 (Thread 0x7fc435e13640 (LWP 781) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc435e0ba88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc435e0ba88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d0af0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607551450, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc435e0baff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607474305, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc435e0bb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d0c70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d0c70}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 781, os_thread_priority = 0, performance_counters = {counters = 0x7fc730007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc730007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc435e0bc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\0000\307\177\000\000\270\v}\361\266U\000", __large = 0x7fc730000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc435e0be37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\336\3405\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc435e0de70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc435e0be7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc730008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc435e0bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc435e0bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d0bb0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\f}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d0c70}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc435e0bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607473173, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc435e0c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d0c48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d0c58: 0x55b6f17d0bb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d0c40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d0c40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 89 (Thread 0x7fc435612640 (LWP 782) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43560aa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc43560aa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d2e40) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607571888, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43560aaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607534388, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43560ab8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d3110) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d3110}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 782, os_thread_priority = 0, performance_counters = {counters = 0x7fc73c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc73c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc43560ac58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000<\307\177\000\000\b/}\361\266U\000", __large = 0x7fc73c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43560ae37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\316`5\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc43560ce70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43560ae7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc73c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc43560af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc43560af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d2f00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0201}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d3110}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43560afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607533336, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43560b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d2f98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d2fa8: 0x55b6f17d2f00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d2f90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d2f90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 88 (Thread 0x7fc434e11640 (LWP 783) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc434e09a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc434e09a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d3170) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607643322, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434e09aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607592727, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434e09b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d3440) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d3440}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 783, os_thread_priority = 0, performance_counters = {counters = 0x7fc738007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc738007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc434e09c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\0008\307\177\000\00082}\361\266U\000", __large = 0x7fc738000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434e09e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\276\3404\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc434e0be70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434e09e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc738008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc434e09f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc434e09f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d3230) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@4}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d3440}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434e09fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607590994, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434e0a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d32c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d32d8: 0x55b6f17d3230) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d32c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d32c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 87 (Thread 0x7fc434610640 (LWP 784) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc434608a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc434608a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d34a0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607705308, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434608aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607648422, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434608b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d3770) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d3770}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 784, os_thread_priority = 0, performance_counters = {counters = 0x7fc748007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc748007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc434608c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000H\307\177\000\000h5}\361\266U\000", __large = 0x7fc748000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434608e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\256`4\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc43460ae70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434608e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc748008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc434608f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc434608f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d3560) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p7}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d3770}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc434608fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607646618, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43460907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d35f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d3608: 0x55b6f17d3560) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d35f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d35f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 86 (Thread 0x7fc433e0f640 (LWP 785) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc433e07a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc433e07a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d37d0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607784867, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433e07aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607701181, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433e07b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d3aa0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d3aa0}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 785, os_thread_priority = 0, performance_counters = {counters = 0x7fc740007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc740007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc433e07c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000@\307\177\000\000\2308}\361\266U\000", __large = 0x7fc740000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433e07e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\236\3403\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc433e09e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433e07e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc740008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc433e07f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc433e07f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d3890) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240:}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d3aa0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433e07fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607699467, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433e0807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d3928: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d3938: 0x55b6f17d3890) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d3920) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:12 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d3920}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:12 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 2025-10-03 23:58:12 Thread 85 (Thread 0x7fc43360e640 (LWP 786) "Fetch"): 2025-10-03 23:58:12 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:12 No symbol table info available. 2025-10-03 23:58:12 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:12 ec = 2025-10-03 23:58:12 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:12 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:12 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:12 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc433606a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #7 std::__1::function::operator() (this=0x7fc433606a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d3b00) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:12 watch = {start_ns = 144607800507, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433606aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607755242, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:12 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433606b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:12 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:12 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_is_done = 2025-10-03 23:58:12 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d3dd0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:12 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d3dd0}} 2025-10-03 23:58:12 thread_status = { = { = {}, }, thread_id = 786, os_thread_priority = 0, performance_counters = {counters = 0x7fc750007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc750007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc433606c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000P\307\177\000\000\310;}\361\266U\000", __large = 0x7fc750000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433606e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\216`3\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc433608e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433606e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc750008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:12 function = 2025-10-03 23:58:12 arguments = 2025-10-03 23:58:12 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc433606f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #14 std::__1::function::operator() (this=0x7fc433606f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:12 No locals. 2025-10-03 23:58:12 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d3bc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:12 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:12 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320=}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d3dd0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc433606fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607753548, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43360707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d3c58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d3c68: 0x55b6f17d3bc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d3c50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d3c50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:13 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 2025-10-03 23:58:13 Thread 84 (Thread 0x7fc432e0d640 (LWP 787) "Fetch"): 2025-10-03 23:58:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:13 ec = 2025-10-03 23:58:13 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:13 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:13 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:13 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc432e05a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #7 std::__1::function::operator() (this=0x7fc432e05a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d3e30) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:13 watch = {start_ns = 144607881028, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432e05aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607813601, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432e05b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d4100) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:13 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d4100}} 2025-10-03 23:58:13 thread_status = { = { = {}, }, thread_id = 787, os_thread_priority = 0, performance_counters = {counters = 0x7fc754007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc754007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc432e05c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000T\307\177\000\000\370>}\361\266U\000", __large = 0x7fc754000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432e05e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p~\3402\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc432e07e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432e05e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc754008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:13 function = 2025-10-03 23:58:13 arguments = 2025-10-03 23:58:13 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc432e05f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #14 std::__1::function::operator() (this=0x7fc432e05f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d3ef0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000A}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d4100}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432e05fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607811838, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432e0607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d3f88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d3f98: 0x55b6f17d3ef0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d3f80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d3f80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:13 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 2025-10-03 23:58:13 Thread 83 (Thread 0x7fc43260c640 (LWP 788) "Fetch"): 2025-10-03 23:58:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:13 ec = 2025-10-03 23:58:13 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:13 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:13 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:13 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc432604a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #7 std::__1::function::operator() (this=0x7fc432604a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d4160) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:13 watch = {start_ns = 144607928777, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432604aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607875337, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432604b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d4430) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:13 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d4430}} 2025-10-03 23:58:13 thread_status = { = { = {}, }, thread_id = 788, os_thread_priority = 0, performance_counters = {counters = 0x7fc758007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc758007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc432604c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000X\307\177\000\000(B}\361\266U\000", __large = 0x7fc758000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432604e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "pn`2\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc432606e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432604e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc758008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:13 function = 2025-10-03 23:58:13 arguments = 2025-10-03 23:58:13 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc432604f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #14 std::__1::function::operator() (this=0x7fc432604f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d4220) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0D}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d4430}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc432604fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607873854, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43260507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d42b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d42c8: 0x55b6f17d4220) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d42b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d42b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:13 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 2025-10-03 23:58:13 Thread 82 (Thread 0x7fc431e0b640 (LWP 789) "Fetch"): 2025-10-03 23:58:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:13 ec = 2025-10-03 23:58:13 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:13 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:13 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:13 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc431e03a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #7 std::__1::function::operator() (this=0x7fc431e03a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cde090) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:13 watch = {start_ns = 144608069872, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431e03aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608008918, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431e03b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cde360) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:13 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cde360}} 2025-10-03 23:58:13 thread_status = { = { = {}, }, thread_id = 789, os_thread_priority = 0, performance_counters = {counters = 0x7fc75c007030, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc75c007030}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc431e03c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\\\307\177\000\000(\336\315\361\266U\000", __large = 0x7fc75c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431e03e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p^\3401\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc431e05e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431e03e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc75c008670}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:13 function = 2025-10-03 23:58:13 arguments = 2025-10-03 23:58:13 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc431e03f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #14 std::__1::function::operator() (this=0x7fc431e03f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cdde20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 96 '`', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "`\343\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cde360}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431e03fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608007776, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431e0407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cddeb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cddec8: 0x55b6f1cdde20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cddeb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cddeb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:13 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 2025-10-03 23:58:13 Thread 81 (Thread 0x7fc43160a640 (LWP 790) "Fetch"): 2025-10-03 23:58:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:13 ec = 2025-10-03 23:58:13 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:13 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:13 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:13 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc431602a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #7 std::__1::function::operator() (this=0x7fc431602a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f17d4490) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:13 watch = {start_ns = 144608061807, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431602aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607937854, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431602b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cde030) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:13 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cde030}} 2025-10-03 23:58:13 thread_status = { = { = {}, }, thread_id = 790, os_thread_priority = 0, performance_counters = {counters = 0x7fc760007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc760007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc431602c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000`\307\177\000\000X\341\315\361\266U\000", __large = 0x7fc760000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431602e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "pN`1\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc431604e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431602e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc760008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:13 function = 2025-10-03 23:58:13 arguments = 2025-10-03 23:58:13 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc431602f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #14 std::__1::function::operator() (this=0x7fc431602f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cde150) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\340\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cde030}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc431602fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144607936812, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43160307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cde1e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cde1f8: 0x55b6f1cde150) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cde1e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cde1e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:13 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 2025-10-03 23:58:13 Thread 80 (Thread 0x7fc430e09640 (LWP 791) "Fetch"): 2025-10-03 23:58:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:13 ec = 2025-10-03 23:58:13 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:13 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:13 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:13 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc430e01a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #7 std::__1::function::operator() (this=0x7fc430e01a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cde3c0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:13 watch = {start_ns = 144608144321, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430e01aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608063460, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430e01b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cde690) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:13 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cde690}} 2025-10-03 23:58:13 thread_status = { = { = {}, }, thread_id = 791, os_thread_priority = 0, performance_counters = {counters = 0x7fc764007030, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc764007030}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc430e01c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000d\307\177\000\000\210\344\315\361\266U\000", __large = 0x7fc764000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430e01e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p>\3400\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc430e03e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430e01e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc764008670}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:13 function = 2025-10-03 23:58:13 arguments = 2025-10-03 23:58:13 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc430e01f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #14 std::__1::function::operator() (this=0x7fc430e01f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cde480) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\346\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cde690}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430e01fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608061907, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430e0207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cde518: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cde528: 0x55b6f1cde480) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cde510) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cde510}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:13 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 2025-10-03 23:58:13 Thread 79 (Thread 0x7fc430608640 (LWP 792) "Fetch"): 2025-10-03 23:58:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1ced218, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #3 std::__1::condition_variable::wait (this=0x55b6f1ced218, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:13 ec = 2025-10-03 23:58:13 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1ced1f0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1ced138) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:13 lock = {__m_ = 0x55b6f1ced1c8, __owns_ = true} 2025-10-03 23:58:13 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:13 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc430600a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #7 std::__1::function::operator() (this=0x7fc430600a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cde6f0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:13 watch = {start_ns = 144608207149, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 56 '8', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\321\316\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1ced138}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = 8 '\b', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430600aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608115878, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430600b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cde9c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:13 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cde9c0}} 2025-10-03 23:58:13 thread_status = { = { = {}, }, thread_id = 792, os_thread_priority = 0, performance_counters = {counters = 0x7fc768007030, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc768007030}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc430600c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000h\307\177\000\000\270\347\315\361\266U\000", __large = 0x7fc768000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430600e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p.`0\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc430602e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430600e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc768008670}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:13 function = 2025-10-03 23:58:13 arguments = 2025-10-03 23:58:13 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc430600f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #14 std::__1::function::operator() (this=0x7fc430600f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cde7b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\351\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cde9c0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc430600fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608114335, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc43060107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cde848: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cde858: 0x55b6f1cde7b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cde840) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cde840}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:13 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 2025-10-03 23:58:13 Thread 78 (Thread 0x7fc42fe07640 (LWP 793) "Common"): 2025-10-03 23:58:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cdebec, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #3 std::__1::condition_variable::wait (this=0x55b6f1cdebec, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:13 ec = 2025-10-03 23:58:13 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cdebc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cdeb08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:13 lock = {__m_ = 0x55b6f1cdeb98, __owns_ = true} 2025-10-03 23:58:13 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:13 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42fdffa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #7 std::__1::function::operator() (this=0x7fc42fdffa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cdea40) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:13 watch = {start_ns = 144608306405, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\353\315\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cdeb08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -24 '\350', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42fdffaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608256552, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42fdffb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1cdeab0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:13 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1cdeab0}} 2025-10-03 23:58:13 thread_status = { = { = {}, }, thread_id = 793, os_thread_priority = 0, performance_counters = {counters = 0x7fc770107460, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc770107460}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42fdffc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -699106, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000p\307\177\000\0008\374\315\361\266U\000", __large = 0x7fc770000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42fdffe37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\036\340/\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc42fe01e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42fdffe7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc770108aa0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:13 function = 2025-10-03 23:58:13 arguments = 2025-10-03 23:58:13 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42fdfff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #14 std::__1::function::operator() (this=0x7fc42fdfff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cdfc30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\352\315\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1cdeab0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42fdfffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608254768, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42fe0007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cdfc68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cdfc78: 0x55b6f1cdfc30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cdfc60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cdfc60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:13 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 2025-10-03 23:58:13 Thread 77 (Thread 0x7fc42f606640 (LWP 794) "Common"): 2025-10-03 23:58:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cdebe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #3 std::__1::condition_variable::wait (this=0x55b6f1cdebe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:13 ec = 2025-10-03 23:58:13 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cdebc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cdeb08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:13 lock = {__m_ = 0x55b6f1cdeb98, __owns_ = true} 2025-10-03 23:58:13 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:13 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42f5fea88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #7 std::__1::function::operator() (this=0x7fc42f5fea88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1cdfe00) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:13 watch = {start_ns = 144608366148, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\353\315\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cdeb08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -24 '\350', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42f5feaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608317266, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42f5feb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1ce00d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:13 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ce00d0}} 2025-10-03 23:58:13 thread_status = { = { = {}, }, thread_id = 794, os_thread_priority = 0, performance_counters = {counters = 0x55b6f1ce0690, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x55b6f1ce0690}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42f5fec58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -636628, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\354\246C\310\177\000\000\310\376\315\361\266U\000", __large = 0x7fc843a6ec80}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42f5fee37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\016`/\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc42f600e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42f5fee7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x55b6f1cece20}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:13 function = 2025-10-03 23:58:13 arguments = 2025-10-03 23:58:13 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42f5fef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #14 std::__1::function::operator() (this=0x7fc42f5fef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1cdfec0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320\000\316\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1ce00d0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42f5fefef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608316074, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42f5ff07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1cdff58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1cdff68: 0x55b6f1cdfec0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1cdff50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:13 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1cdff50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:13 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 2025-10-03 23:58:13 Thread 76 (Thread 0x7fc42ee05640 (LWP 795) "Common"): 2025-10-03 23:58:13 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:13 No symbol table info available. 2025-10-03 23:58:13 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cdebe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #3 std::__1::condition_variable::wait (this=0x55b6f1cdebe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:13 ec = 2025-10-03 23:58:13 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cdebc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cdeb08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:13 lock = {__m_ = 0x55b6f1cdeb98, __owns_ = true} 2025-10-03 23:58:13 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:13 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42edfda88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #7 std::__1::function::operator() (this=0x7fc42edfda88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1ce0130) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:13 watch = {start_ns = 144608464031, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\353\315\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cdeb08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -24 '\350', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42edfdaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608380895, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:13 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42edfdb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:13 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:13 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_is_done = 2025-10-03 23:58:13 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f17d44c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:13 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d44c0}} 2025-10-03 23:58:13 thread_status = { = { = {}, }, thread_id = 795, os_thread_priority = 0, performance_counters = {counters = 0x7fc52c007050, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc52c007050}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42edfdc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -685628, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000,\305\177\000\000\370\001\316\361\266U\000", __large = 0x7fc52c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42edfde37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\376\337.\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc42edffe70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42edfde7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc52c008690}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:13 function = 2025-10-03 23:58:13 arguments = 2025-10-03 23:58:13 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42edfdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #14 std::__1::function::operator() (this=0x7fc42edfdf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:13 No locals. 2025-10-03 23:58:13 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce01f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:13 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:13 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300D}\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f17d44c0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42edfdfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608379302, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42edfe07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce0288: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce0298: 0x55b6f1ce01f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce0280) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce0280}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:14 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 2025-10-03 23:58:14 Thread 75 (Thread 0x7fc42e604640 (LWP 796) "Common"): 2025-10-03 23:58:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cdebe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #3 std::__1::condition_variable::wait (this=0x55b6f1cdebe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:14 ec = 2025-10-03 23:58:14 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cdebc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cdeb08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:14 lock = {__m_ = 0x55b6f1cdeb98, __owns_ = true} 2025-10-03 23:58:14 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:14 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42e5fca88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #7 std::__1::function::operator() (this=0x7fc42e5fca88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1ce1cd0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:14 watch = {start_ns = 144608493276, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\353\315\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cdeb08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -24 '\350', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42e5fcaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608439214, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42e5fcb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1ce1f80) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:14 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ce1f80}} 2025-10-03 23:58:14 thread_status = { = { = {}, }, thread_id = 796, os_thread_priority = 0, performance_counters = {counters = 0x7fc53c008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc53c008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42e5fcc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -796373, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000<\305\177\000\000\230\035\316\361\266U\000", __large = 0x7fc53c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42e5fce37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\356_.\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc42e5fee70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42e5fce7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc53c009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:14 function = 2025-10-03 23:58:14 arguments = 2025-10-03 23:58:14 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42e5fcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #14 std::__1::function::operator() (this=0x7fc42e5fcf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce1d90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\037\316\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1ce1f80}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42e5fcfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608437862, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42e5fd07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce1e08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce1e18: 0x55b6f1ce1d90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce1e00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce1e00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:14 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 2025-10-03 23:58:14 Thread 74 (Thread 0x7fc42de03640 (LWP 797) "Common"): 2025-10-03 23:58:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cdebec, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #3 std::__1::condition_variable::wait (this=0x55b6f1cdebec, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:14 ec = 2025-10-03 23:58:14 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cdebc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cdeb08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:14 lock = {__m_ = 0x55b6f1cdeb98, __owns_ = true} 2025-10-03 23:58:14 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:14 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42ddfba88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #7 std::__1::function::operator() (this=0x7fc42ddfba88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1ce1fe0) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:14 watch = {start_ns = 144608552738, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\353\315\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cdeb08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -24 '\350', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42ddfbaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608493616, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42ddfbb8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1ce22b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:14 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ce22b0}} 2025-10-03 23:58:14 thread_status = { = { = {}, }, thread_id = 797, os_thread_priority = 0, performance_counters = {counters = 0x7fc538008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc538008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42ddfbc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -650390, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\0008\305\177\000\000\250 \316\361\266U\000", __large = 0x7fc538000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42ddfbe37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\336\337-\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc42ddfde70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42ddfbe7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc538009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:14 function = 2025-10-03 23:58:14 arguments = 2025-10-03 23:58:14 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42ddfbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #14 std::__1::function::operator() (this=0x7fc42ddfbf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce20a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\"\316\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1ce22b0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42ddfbfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608492344, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42ddfc07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce2138: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce2148: 0x55b6f1ce20a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce2130) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce2130}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:14 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 2025-10-03 23:58:14 Thread 73 (Thread 0x7fc42d602640 (LWP 798) "Common"): 2025-10-03 23:58:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cdebec, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #3 std::__1::condition_variable::wait (this=0x55b6f1cdebec, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:14 ec = 2025-10-03 23:58:14 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cdebc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cdeb08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:14 lock = {__m_ = 0x55b6f1cdeb98, __owns_ = true} 2025-10-03 23:58:14 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:14 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42d5faa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #7 std::__1::function::operator() (this=0x7fc42d5faa88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1ce2310) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:14 watch = {start_ns = 144608598103, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\353\315\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cdeb08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -24 '\350', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42d5faaff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608547417, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42d5fab8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1ce25e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:14 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ce25e0}} 2025-10-03 23:58:14 thread_status = { = { = {}, }, thread_id = 798, os_thread_priority = 0, performance_counters = {counters = 0x7fc534008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc534008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42d5fac58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -690286, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\0004\305\177\000\000\330#\316\361\266U\000", __large = 0x7fc534000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42d5fae37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\316_-\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc42d5fce70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42d5fae7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc534009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:14 function = 2025-10-03 23:58:14 arguments = 2025-10-03 23:58:14 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42d5faf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #14 std::__1::function::operator() (this=0x7fc42d5faf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce23d0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340%\316\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1ce25e0}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42d5fafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608546415, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42d5fb07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce2468: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce2478: 0x55b6f1ce23d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce2460) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce2460}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:14 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 2025-10-03 23:58:14 Thread 72 (Thread 0x7fc42ce01640 (LWP 799) "Common"): 2025-10-03 23:58:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cdebec, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #3 std::__1::condition_variable::wait (this=0x55b6f1cdebec, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:14 ec = 2025-10-03 23:58:14 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cdebc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cdeb08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:14 lock = {__m_ = 0x55b6f1cdeb98, __owns_ = true} 2025-10-03 23:58:14 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:14 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42cdf9a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #7 std::__1::function::operator() (this=0x7fc42cdf9a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1ce2640) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:14 watch = {start_ns = 144608648798, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\353\315\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cdeb08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -24 '\350', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42cdf9aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608600697, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42cdf9b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1ce2910) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:14 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ce2910}} 2025-10-03 23:58:14 thread_status = { = { = {}, }, thread_id = 799, os_thread_priority = 0, performance_counters = {counters = 0x7fc544008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc544008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42cdf9c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -508947, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000D\305\177\000\000\b'\316\361\266U\000", __large = 0x7fc544000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42cdf9e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\276\337,\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc42cdfbe70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42cdf9e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc544009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:14 function = 2025-10-03 23:58:14 arguments = 2025-10-03 23:58:14 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42cdf9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #14 std::__1::function::operator() (this=0x7fc42cdf9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce2700) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020)\316\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1ce2910}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42cdf9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608599695, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42cdfa07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce2798: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce27a8: 0x55b6f1ce2700) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce2790) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce2790}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:14 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 2025-10-03 23:58:14 Thread 71 (Thread 0x7fc42c600640 (LWP 800) "Common"): 2025-10-03 23:58:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f1cdebe8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #3 std::__1::condition_variable::wait (this=0x55b6f1cdebe8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:14 ec = 2025-10-03 23:58:14 #4 0x000055b6ddc3da10 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x55b6f1cdebc0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #5 0x000055b6ddc3d660 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x55b6f1cdeb08) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:343 2025-10-03 23:58:14 lock = {__m_ = 0x55b6f1cdeb98, __owns_ = true} 2025-10-03 23:58:14 item = {__ptr_ = 0x0, __cntrl_ = 0x0} 2025-10-03 23:58:14 #6 0x000055b6cfa27c7c in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42c5f8a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #7 std::__1::function::operator() (this=0x7fc42c5f8a88) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #8 ThreadPoolImpl >::ThreadFromThreadPool::worker (this=this@entry=0x55b6f1ce2970) at ./build_docker/./src/Common/ThreadPool.cpp:775 2025-10-03 23:58:14 watch = {start_ns = 144608725221, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 8 '\b', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\353\315\361\266U\000\000\026\000\000\000\000\000\000", __large = 0x55b6f1cdeb08}, __invoker_ = {__call_ = 0x55b6ddc44468 ::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e481fcb0 ::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator >, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view >)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3978 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -24 '\350', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42c5f8aff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608657734, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42c5f8b8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #9 0x000055b6cfa2fd34 in std::__1::__invoke[abi:v15007] >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&, , void>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), ThreadPoolImpl >::ThreadFromThreadPool*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #10 std::__1::__apply_tuple_impl[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, 0ul>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #11 std::__1::apply[abi:v15007] >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&)(), std::__1::tuple >::ThreadFromThreadPool*>&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #12 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}::operator()() (this=0x55b6f1ce2c40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:14 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ce2c40}} 2025-10-03 23:58:14 thread_status = { = { = {}, }, thread_id = 800, os_thread_priority = 0, performance_counters = {counters = 0x7fc540008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc540008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42c5f8c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -666035, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000@\305\177\000\0008*\316\361\266U\000", __large = 0x7fc540000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42c5f8e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\256_,\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc42c5fae70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42c5f8e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc540009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:14 function = 2025-10-03 23:58:14 arguments = 2025-10-03 23:58:14 #13 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42c5f8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #14 std::__1::function::operator() (this=0x7fc42c5f8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #15 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce2a30) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@,\316\361\266U\000\000\031w0\344\266U\000", __large = 0x55b6f1ce2c40}, __invoker_ = {__call_ = 0x55b6cfa2fc48 ::__call_impl::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d09f8 ::ThreadFromGlobalPoolImpl >::ThreadFromThreadPool::*)(), ThreadPoolImpl >::ThreadFromThreadPool*>(void (ThreadPoolImpl >::ThreadFromThreadPool::*&&)(), ThreadPoolImpl >::ThreadFromThreadPool*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42c5f8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608656161, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42c5f907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #16 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce2ac8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce2ad8: 0x55b6f1ce2a30) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce2ac0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce2ac0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:14 #19 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #20 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 2025-10-03 23:58:14 Thread 70 (Thread 0x7fc42bdff640 (LWP 801) "ThreadPool"): 2025-10-03 23:58:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce2dc0, __m=0x189, __ts=0x7fc42bdf7b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce2dc0, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:14 ts = {tv_sec = 1759528437, tv_nsec = 588676850} 2025-10-03 23:58:14 ts_sec_max = 9223372036854775807 2025-10-03 23:58:14 ec = 2025-10-03 23:58:14 d = 2025-10-03 23:58:14 s = 2025-10-03 23:58:14 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce2d98, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:14 __c_now = {__d_ = {__rep_ = 576035982200}} 2025-10-03 23:58:14 __now_count_ns = 2025-10-03 23:58:14 __d_ns_count = 2025-10-03 23:58:14 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce2d98, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce2d98, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:14 __t_ns = {__d_ = {__rep_ = 576045981979}} 2025-10-03 23:58:14 __now = 2025-10-03 23:58:14 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce2d98, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce2d98, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=0) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:14 lock = {__m_ = 0x55b6f1ce2d70, __owns_ = true} 2025-10-03 23:58:14 rel_time = 2025-10-03 23:58:14 now = 2025-10-03 23:58:14 size_in_bytes = 2025-10-03 23:58:14 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:14 shard = 2025-10-03 23:58:14 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce4620) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:14 thread_status = { = { = {}, }, thread_id = 801, os_thread_priority = 0, performance_counters = {counters = 0x7fc548008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc548008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42bdf7c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\310,\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce2cc8}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42bdf7e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300~\337+\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42bdf7e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc548009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:14 function = {this = 0x55b6f0236d38, i = 0} 2025-10-03 23:58:14 arguments = 2025-10-03 23:58:14 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce4620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:14 __f = 0x55b6f1ce4620 2025-10-03 23:58:14 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42bdf7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #20 std::__1::function::operator() (this=0x7fc42bdf7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce2cc0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " F\316\361\266U\000\0000i\327\362\016\347\024d", __large = 0x55b6f1ce4620}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42bdf7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608773431, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42bdf807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce44a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce44b8: 0x55b6f1ce2cc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce44a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce44a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:14 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 2025-10-03 23:58:14 Thread 69 (Thread 0x7fc42b5fe640 (LWP 802) "ThreadPool"): 2025-10-03 23:58:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce2e70, __m=0x189, __ts=0x7fc42b5f6b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce2e70, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:14 ts = {tv_sec = 1759528437, tv_nsec = 588610820} 2025-10-03 23:58:14 ts_sec_max = 9223372036854775807 2025-10-03 23:58:14 ec = 2025-10-03 23:58:14 d = 2025-10-03 23:58:14 s = 2025-10-03 23:58:14 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce2e48, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:14 __c_now = {__d_ = {__rep_ = 576035915945}} 2025-10-03 23:58:14 __now_count_ns = 2025-10-03 23:58:14 __d_ns_count = 2025-10-03 23:58:14 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce2e48, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce2e48, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:14 __t_ns = {__d_ = {__rep_ = 576045915695}} 2025-10-03 23:58:14 __now = 2025-10-03 23:58:14 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce2e48, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce2e48, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=1) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:14 lock = {__m_ = 0x55b6f1ce2e20, __owns_ = true} 2025-10-03 23:58:14 rel_time = 2025-10-03 23:58:14 now = 2025-10-03 23:58:14 size_in_bytes = 2025-10-03 23:58:14 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:14 shard = 2025-10-03 23:58:14 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce4930) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:14 thread_status = { = { = {}, }, thread_id = 802, os_thread_priority = 0, performance_counters = {counters = 0x7fc554008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc554008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42b5f6c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(G\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce4728}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42b5f6e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300n_+\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42b5f6e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc554009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:14 function = {this = 0x55b6f0236d38, i = 1} 2025-10-03 23:58:14 arguments = 2025-10-03 23:58:14 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce4930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:14 __f = 0x55b6f1ce4930 2025-10-03 23:58:14 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42b5f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #20 std::__1::function::operator() (this=0x7fc42b5f6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce4720) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0I\316\361\266U\000\000\001\000\000\000\000\000\000", __large = 0x55b6f1ce4930}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42b5f6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608827673, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42b5f707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce47b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce47c8: 0x55b6f1ce4720) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce47b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce47b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:14 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 2025-10-03 23:58:14 Thread 68 (Thread 0x7fc42adfd640 (LWP 803) "ThreadPool"): 2025-10-03 23:58:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce2f20, __m=0x189, __ts=0x7fc42adf5b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce2f20, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:14 ts = {tv_sec = 1759528437, tv_nsec = 589051920} 2025-10-03 23:58:14 ts_sec_max = 9223372036854775807 2025-10-03 23:58:14 ec = 2025-10-03 23:58:14 d = 2025-10-03 23:58:14 s = 2025-10-03 23:58:14 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce2ef8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:14 __c_now = {__d_ = {__rep_ = 576036357431}} 2025-10-03 23:58:14 __now_count_ns = 2025-10-03 23:58:14 __d_ns_count = 2025-10-03 23:58:14 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce2ef8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce2ef8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:14 __t_ns = {__d_ = {__rep_ = 576046357311}} 2025-10-03 23:58:14 __now = 2025-10-03 23:58:14 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce2ef8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce2ef8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=2) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:14 lock = {__m_ = 0x55b6f1ce2ed0, __owns_ = true} 2025-10-03 23:58:14 rel_time = 2025-10-03 23:58:14 now = 2025-10-03 23:58:14 size_in_bytes = 2025-10-03 23:58:14 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:14 shard = 2025-10-03 23:58:14 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce4bf0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:14 thread_status = { = { = {}, }, thread_id = 803, os_thread_priority = 0, performance_counters = {counters = 0x7fc550008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc550008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42adf5c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\bJ\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce4a08}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42adf5e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300^\337*\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42adf5e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc550009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:14 function = {this = 0x55b6f0236d38, i = 2} 2025-10-03 23:58:14 arguments = 2025-10-03 23:58:14 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce4bf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:14 __f = 0x55b6f1ce4bf0 2025-10-03 23:58:14 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42adf5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #20 std::__1::function::operator() (this=0x7fc42adf5f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce4a00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360K\316\361\266U\000\000\001,\316\361\266U\000", __large = 0x55b6f1ce4bf0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42adf5fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608900159, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42adf607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce4a78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce4a88: 0x55b6f1ce4a00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce4a70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:14 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce4a70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:14 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 2025-10-03 23:58:14 Thread 67 (Thread 0x7fc42a5fc640 (LWP 804) "ThreadPool"): 2025-10-03 23:58:14 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:14 No symbol table info available. 2025-10-03 23:58:14 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce2fd0, __m=0x189, __ts=0x7fc42a5f4b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce2fd0, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:14 ts = {tv_sec = 1759528437, tv_nsec = 588595900} 2025-10-03 23:58:14 ts_sec_max = 9223372036854775807 2025-10-03 23:58:14 ec = 2025-10-03 23:58:14 d = 2025-10-03 23:58:14 s = 2025-10-03 23:58:14 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce2fa8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:14 __c_now = {__d_ = {__rep_ = 576035901698}} 2025-10-03 23:58:14 __now_count_ns = 2025-10-03 23:58:14 __d_ns_count = 2025-10-03 23:58:14 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce2fa8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce2fa8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:14 __t_ns = {__d_ = {__rep_ = 576045901558}} 2025-10-03 23:58:14 __now = 2025-10-03 23:58:14 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce2fa8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce2fa8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=3) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:14 lock = {__m_ = 0x55b6f1ce2f80, __owns_ = true} 2025-10-03 23:58:14 rel_time = 2025-10-03 23:58:14 now = 2025-10-03 23:58:14 size_in_bytes = 2025-10-03 23:58:14 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:14 shard = 2025-10-03 23:58:14 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce4ea0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:14 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:14 thread_status = { = { = {}, }, thread_id = 804, os_thread_priority = 0, performance_counters = {counters = 0x7fc558008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc558008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc42a5f4c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "hF\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce4668}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42a5f4e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300N_*\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42a5f4e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc558009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:14 function = {this = 0x55b6f0236d38, i = 3} 2025-10-03 23:58:14 arguments = 2025-10-03 23:58:14 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce4ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:14 __f = 0x55b6f1ce4ea0 2025-10-03 23:58:14 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc42a5f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #20 std::__1::function::operator() (this=0x7fc42a5f4f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce4660) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:14 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240N\316\361\266U\000\000\001F\316\361\266U\000", __large = 0x55b6f1ce4ea0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42a5f4fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144608990278, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:14 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42a5f507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:14 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:14 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:14 job_is_done = 2025-10-03 23:58:14 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce4d28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce4d38: 0x55b6f1ce4660) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:14 No locals. 2025-10-03 23:58:14 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce4d20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce4d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:15 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 2025-10-03 23:58:15 Thread 66 (Thread 0x7fc429dfb640 (LWP 805) "ThreadPool"): 2025-10-03 23:58:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce3080, __m=0x189, __ts=0x7fc429df3b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3080, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:15 ts = {tv_sec = 1759528437, tv_nsec = 594259830} 2025-10-03 23:58:15 ts_sec_max = 9223372036854775807 2025-10-03 23:58:15 ec = 2025-10-03 23:58:15 d = 2025-10-03 23:58:15 s = 2025-10-03 23:58:15 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce3058, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:15 __c_now = {__d_ = {__rep_ = 576041565224}} 2025-10-03 23:58:15 __now_count_ns = 2025-10-03 23:58:15 __d_ns_count = 2025-10-03 23:58:15 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3058, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce3058, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:15 __t_ns = {__d_ = {__rep_ = 576051564984}} 2025-10-03 23:58:15 __now = 2025-10-03 23:58:15 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3058, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3058, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=4) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:15 lock = {__m_ = 0x55b6f1ce3030, __owns_ = true} 2025-10-03 23:58:15 rel_time = 2025-10-03 23:58:15 now = 2025-10-03 23:58:15 size_in_bytes = 2025-10-03 23:58:15 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:15 shard = 2025-10-03 23:58:15 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce5210) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:15 thread_status = { = { = {}, }, thread_id = 805, os_thread_priority = 0, performance_counters = {counters = 0x7fc560008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc560008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc429df3c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\bP\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce5008}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc429df3e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300>\337)\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc429df3e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc560009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:15 function = {this = 0x55b6f0236d38, i = 4} 2025-10-03 23:58:15 arguments = 2025-10-03 23:58:15 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce5210) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:15 __f = 0x55b6f1ce5210 2025-10-03 23:58:15 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc429df3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #20 std::__1::function::operator() (this=0x7fc429df3f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce5000) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020R\316\361\266U\000\000\001F\316\361\266U\000", __large = 0x55b6f1ce5210}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc429df3fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609062714, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc429df407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_is_done = 2025-10-03 23:58:15 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce5098: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce50a8: 0x55b6f1ce5000) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce5090) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce5090}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:15 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 2025-10-03 23:58:15 Thread 65 (Thread 0x7fc4295fa640 (LWP 806) "ThreadPool"): 2025-10-03 23:58:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce3130, __m=0x189, __ts=0x7fc4295f2b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3130, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:15 ts = {tv_sec = 1759528437, tv_nsec = 594666809} 2025-10-03 23:58:15 ts_sec_max = 9223372036854775807 2025-10-03 23:58:15 ec = 2025-10-03 23:58:15 d = 2025-10-03 23:58:15 s = 2025-10-03 23:58:15 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce3108, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:15 __c_now = {__d_ = {__rep_ = 576041972546}} 2025-10-03 23:58:15 __now_count_ns = 2025-10-03 23:58:15 __d_ns_count = 2025-10-03 23:58:15 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3108, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce3108, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:15 __t_ns = {__d_ = {__rep_ = 576051972275}} 2025-10-03 23:58:15 __now = 2025-10-03 23:58:15 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3108, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3108, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=5) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:15 lock = {__m_ = 0x55b6f1ce30e0, __owns_ = true} 2025-10-03 23:58:15 rel_time = 2025-10-03 23:58:15 now = 2025-10-03 23:58:15 size_in_bytes = 2025-10-03 23:58:15 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:15 shard = 2025-10-03 23:58:15 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce54f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:15 thread_status = { = { = {}, }, thread_id = 806, os_thread_priority = 0, performance_counters = {counters = 0x7fc55c008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc55c008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4295f2c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\350R\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce52e8}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4295f2e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300._)\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4295f2e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc55c009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:15 function = {this = 0x55b6f0236d38, i = 5} 2025-10-03 23:58:15 arguments = 2025-10-03 23:58:15 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce54f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:15 __f = 0x55b6f1ce54f0 2025-10-03 23:58:15 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4295f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #20 std::__1::function::operator() (this=0x7fc4295f2f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce52e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360T\316\361\266U\000\000\001\256\315\361\266U\000", __large = 0x55b6f1ce54f0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4295f2fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609118167, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4295f307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_is_done = 2025-10-03 23:58:15 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce5378: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce5388: 0x55b6f1ce52e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce5370) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce5370}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:15 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 2025-10-03 23:58:15 Thread 64 (Thread 0x7fc428df9640 (LWP 807) "ThreadPool"): 2025-10-03 23:58:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce31e0, __m=0x189, __ts=0x7fc428df1b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce31e0, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:15 ts = {tv_sec = 1759528437, tv_nsec = 588628799} 2025-10-03 23:58:15 ts_sec_max = 9223372036854775807 2025-10-03 23:58:15 ec = 2025-10-03 23:58:15 d = 2025-10-03 23:58:15 s = 2025-10-03 23:58:15 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce31b8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:15 __c_now = {__d_ = {__rep_ = 576035934330}} 2025-10-03 23:58:15 __now_count_ns = 2025-10-03 23:58:15 __d_ns_count = 2025-10-03 23:58:15 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce31b8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce31b8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:15 __t_ns = {__d_ = {__rep_ = 576045934059}} 2025-10-03 23:58:15 __now = 2025-10-03 23:58:15 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce31b8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce31b8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=6) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:15 lock = {__m_ = 0x55b6f1ce3190, __owns_ = true} 2025-10-03 23:58:15 rel_time = 2025-10-03 23:58:15 now = 2025-10-03 23:58:15 size_in_bytes = 2025-10-03 23:58:15 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:15 shard = 2025-10-03 23:58:15 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce57d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:15 thread_status = { = { = {}, }, thread_id = 807, os_thread_priority = 0, performance_counters = {counters = 0x7fc568008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc568008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc428df1c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\310U\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce55c8}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc428df1e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\036\337(\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc428df1e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc568009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:15 function = {this = 0x55b6f0236d38, i = 6} 2025-10-03 23:58:15 arguments = 2025-10-03 23:58:15 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce57d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:15 __f = 0x55b6f1ce57d0 2025-10-03 23:58:15 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc428df1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #20 std::__1::function::operator() (this=0x7fc428df1f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce55c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320W\316\361\266U\000\000\001\256\315\361\266U\000", __large = 0x55b6f1ce57d0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc428df1fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609177579, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc428df207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_is_done = 2025-10-03 23:58:15 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce5658: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce5668: 0x55b6f1ce55c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce5650) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce5650}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:15 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 2025-10-03 23:58:15 Thread 63 (Thread 0x7fc4285f8640 (LWP 808) "ThreadPool"): 2025-10-03 23:58:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce3290, __m=0x189, __ts=0x7fc4285f0b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3290, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:15 ts = {tv_sec = 1759528437, tv_nsec = 594184859} 2025-10-03 23:58:15 ts_sec_max = 9223372036854775807 2025-10-03 23:58:15 ec = 2025-10-03 23:58:15 d = 2025-10-03 23:58:15 s = 2025-10-03 23:58:15 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce3268, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:15 __c_now = {__d_ = {__rep_ = 576041490003}} 2025-10-03 23:58:15 __now_count_ns = 2025-10-03 23:58:15 __d_ns_count = 2025-10-03 23:58:15 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3268, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce3268, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:15 __t_ns = {__d_ = {__rep_ = 576051489792}} 2025-10-03 23:58:15 __now = 2025-10-03 23:58:15 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3268, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3268, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=7) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:15 lock = {__m_ = 0x55b6f1ce3240, __owns_ = true} 2025-10-03 23:58:15 rel_time = 2025-10-03 23:58:15 now = 2025-10-03 23:58:15 size_in_bytes = 2025-10-03 23:58:15 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:15 shard = 2025-10-03 23:58:15 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce5ab0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:15 thread_status = { = { = {}, }, thread_id = 808, os_thread_priority = 0, performance_counters = {counters = 0x7fc564008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc564008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4285f0c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\250X\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce58a8}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4285f0e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\016_(\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4285f0e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc564009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:15 function = {this = 0x55b6f0236d38, i = 7} 2025-10-03 23:58:15 arguments = 2025-10-03 23:58:15 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce5ab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:15 __f = 0x55b6f1ce5ab0 2025-10-03 23:58:15 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4285f0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #20 std::__1::function::operator() (this=0x7fc4285f0f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce58a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260Z\316\361\266U\000\000\001\256\315\361\266U\000", __large = 0x55b6f1ce5ab0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4285f0fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609228184, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4285f107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_is_done = 2025-10-03 23:58:15 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce5938: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce5948: 0x55b6f1ce58a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce5930) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce5930}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:15 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 2025-10-03 23:58:15 Thread 62 (Thread 0x7fc427df7640 (LWP 809) "ThreadPool"): 2025-10-03 23:58:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce3340, __m=0x189, __ts=0x7fc427defb60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3340, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:15 ts = {tv_sec = 1759528437, tv_nsec = 588743860} 2025-10-03 23:58:15 ts_sec_max = 9223372036854775807 2025-10-03 23:58:15 ec = 2025-10-03 23:58:15 d = 2025-10-03 23:58:15 s = 2025-10-03 23:58:15 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce3318, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:15 __c_now = {__d_ = {__rep_ = 576036049436}} 2025-10-03 23:58:15 __now_count_ns = 2025-10-03 23:58:15 __d_ns_count = 2025-10-03 23:58:15 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3318, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce3318, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:15 __t_ns = {__d_ = {__rep_ = 576046049226}} 2025-10-03 23:58:15 __now = 2025-10-03 23:58:15 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3318, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3318, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=8) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:15 lock = {__m_ = 0x55b6f1ce32f0, __owns_ = true} 2025-10-03 23:58:15 rel_time = 2025-10-03 23:58:15 now = 2025-10-03 23:58:15 size_in_bytes = 2025-10-03 23:58:15 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:15 shard = 2025-10-03 23:58:15 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce5ea0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:15 thread_status = { = { = {}, }, thread_id = 809, os_thread_priority = 0, performance_counters = {counters = 0x7fc570008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc570008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc427defc60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\230\\\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce5c98}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc427defe3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\376\336'\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc427defe87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc570009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:15 function = {this = 0x55b6f0236d38, i = 8} 2025-10-03 23:58:15 arguments = 2025-10-03 23:58:15 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce5ea0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:15 __f = 0x55b6f1ce5ea0 2025-10-03 23:58:15 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc427deff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #20 std::__1::function::operator() (this=0x7fc427deff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce5c90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240^\316\361\266U\000\000\001\256\315\361\266U\000", __large = 0x55b6f1ce5ea0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc427deffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609290350, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc427df007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_is_done = 2025-10-03 23:58:15 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce5d28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce5d38: 0x55b6f1ce5c90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce5d20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce5d20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:15 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 2025-10-03 23:58:15 Thread 61 (Thread 0x7fc4275f6640 (LWP 810) "ThreadPool"): 2025-10-03 23:58:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce33f0, __m=0x189, __ts=0x7fc4275eeb60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce33f0, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:15 ts = {tv_sec = 1759528437, tv_nsec = 594710829} 2025-10-03 23:58:15 ts_sec_max = 9223372036854775807 2025-10-03 23:58:15 ec = 2025-10-03 23:58:15 d = 2025-10-03 23:58:15 s = 2025-10-03 23:58:15 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce33c8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:15 __c_now = {__d_ = {__rep_ = 576042016358}} 2025-10-03 23:58:15 __now_count_ns = 2025-10-03 23:58:15 __d_ns_count = 2025-10-03 23:58:15 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce33c8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce33c8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:15 __t_ns = {__d_ = {__rep_ = 576052016117}} 2025-10-03 23:58:15 __now = 2025-10-03 23:58:15 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce33c8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce33c8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=9) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:15 lock = {__m_ = 0x55b6f1ce33a0, __owns_ = true} 2025-10-03 23:58:15 rel_time = 2025-10-03 23:58:15 now = 2025-10-03 23:58:15 size_in_bytes = 2025-10-03 23:58:15 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:15 shard = 2025-10-03 23:58:15 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce60f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:15 thread_status = { = { = {}, }, thread_id = 810, os_thread_priority = 0, performance_counters = {counters = 0x7fc588008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc588008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4275eec60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\350^\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce5ee8}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4275eee3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\356^'\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4275eee87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc588009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:15 function = {this = 0x55b6f0236d38, i = 9} 2025-10-03 23:58:15 arguments = 2025-10-03 23:58:15 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce60f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:15 __f = 0x55b6f1ce60f0 2025-10-03 23:58:15 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4275eef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #20 std::__1::function::operator() (this=0x7fc4275eef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce5ee0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360`\316\361\266U\000\000\001O\316\361\266U\000", __large = 0x55b6f1ce60f0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4275eefef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609344282, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4275ef07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_is_done = 2025-10-03 23:58:15 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce5f78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce5f88: 0x55b6f1ce5ee0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce5f70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce5f70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:15 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 2025-10-03 23:58:15 Thread 60 (Thread 0x7fc426df5640 (LWP 811) "ThreadPool"): 2025-10-03 23:58:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce34a0, __m=0x189, __ts=0x7fc426dedb60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce34a0, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:15 ts = {tv_sec = 1759528437, tv_nsec = 594333910} 2025-10-03 23:58:15 ts_sec_max = 9223372036854775807 2025-10-03 23:58:15 ec = 2025-10-03 23:58:15 d = 2025-10-03 23:58:15 s = 2025-10-03 23:58:15 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce3478, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:15 __c_now = {__d_ = {__rep_ = 576041639564}} 2025-10-03 23:58:15 __now_count_ns = 2025-10-03 23:58:15 __d_ns_count = 2025-10-03 23:58:15 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3478, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce3478, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:15 __t_ns = {__d_ = {__rep_ = 576051639443}} 2025-10-03 23:58:15 __now = 2025-10-03 23:58:15 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3478, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3478, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=10) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:15 lock = {__m_ = 0x55b6f1ce3450, __owns_ = true} 2025-10-03 23:58:15 rel_time = 2025-10-03 23:58:15 now = 2025-10-03 23:58:15 size_in_bytes = 2025-10-03 23:58:15 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:15 shard = 2025-10-03 23:58:15 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce63d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:15 thread_status = { = { = {}, }, thread_id = 811, os_thread_priority = 0, performance_counters = {counters = 0x7fc56c008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc56c008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc426dedc60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\310a\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce61c8}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc426dede3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\336\336&\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc426dede87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc56c009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:15 function = {this = 0x55b6f0236d38, i = 10} 2025-10-03 23:58:15 arguments = 2025-10-03 23:58:15 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce63d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:15 __f = 0x55b6f1ce63d0 2025-10-03 23:58:15 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc426dedf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #20 std::__1::function::operator() (this=0x7fc426dedf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce61c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\320c\316\361\266U\000\000\001O\316\361\266U\000", __large = 0x55b6f1ce63d0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc426dedfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609398132, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc426dee07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_is_done = 2025-10-03 23:58:15 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce6258: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce6268: 0x55b6f1ce61c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce6250) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:15 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce6250}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:15 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 2025-10-03 23:58:15 Thread 59 (Thread 0x7fc4265f4640 (LWP 812) "ThreadPool"): 2025-10-03 23:58:15 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:15 No symbol table info available. 2025-10-03 23:58:15 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce3550, __m=0x189, __ts=0x7fc4265ecb60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3550, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:15 ts = {tv_sec = 1759528437, tv_nsec = 594426930} 2025-10-03 23:58:15 ts_sec_max = 9223372036854775807 2025-10-03 23:58:15 ec = 2025-10-03 23:58:15 d = 2025-10-03 23:58:15 s = 2025-10-03 23:58:15 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce3528, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:15 __c_now = {__d_ = {__rep_ = 576041732306}} 2025-10-03 23:58:15 __now_count_ns = 2025-10-03 23:58:15 __d_ns_count = 2025-10-03 23:58:15 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3528, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce3528, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:15 __t_ns = {__d_ = {__rep_ = 576051732206}} 2025-10-03 23:58:15 __now = 2025-10-03 23:58:15 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3528, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3528, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=11) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:15 lock = {__m_ = 0x55b6f1ce3500, __owns_ = true} 2025-10-03 23:58:15 rel_time = 2025-10-03 23:58:15 now = 2025-10-03 23:58:15 size_in_bytes = 2025-10-03 23:58:15 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:15 shard = 2025-10-03 23:58:15 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce66b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:15 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:15 thread_status = { = { = {}, }, thread_id = 812, os_thread_priority = 0, performance_counters = {counters = 0x7fc57c008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc57c008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4265ecc60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\250d\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce64a8}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4265ece3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\316^&\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4265ece87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc57c009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:15 function = {this = 0x55b6f0236d38, i = 11} 2025-10-03 23:58:15 arguments = 2025-10-03 23:58:15 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce66b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:15 __f = 0x55b6f1ce66b0 2025-10-03 23:58:15 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4265ecf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #20 std::__1::function::operator() (this=0x7fc4265ecf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce64a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:15 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260f\316\361\266U\000\000\001O\316\361\266U\000", __large = 0x55b6f1ce66b0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4265ecfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609450882, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:15 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4265ed07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:15 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:15 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:15 job_is_done = 2025-10-03 23:58:15 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce6538: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce6548: 0x55b6f1ce64a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:15 No locals. 2025-10-03 23:58:15 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce6530) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce6530}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:16 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 2025-10-03 23:58:16 Thread 58 (Thread 0x7fc425df3640 (LWP 813) "ThreadPool"): 2025-10-03 23:58:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce3600, __m=0x189, __ts=0x7fc425debb60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3600, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:16 ts = {tv_sec = 1759528437, tv_nsec = 588657849} 2025-10-03 23:58:16 ts_sec_max = 9223372036854775807 2025-10-03 23:58:16 ec = 2025-10-03 23:58:16 d = 2025-10-03 23:58:16 s = 2025-10-03 23:58:16 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce35d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:16 __c_now = {__d_ = {__rep_ = 576035963214}} 2025-10-03 23:58:16 __now_count_ns = 2025-10-03 23:58:16 __d_ns_count = 2025-10-03 23:58:16 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce35d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce35d8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:16 __t_ns = {__d_ = {__rep_ = 576045962993}} 2025-10-03 23:58:16 __now = 2025-10-03 23:58:16 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce35d8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce35d8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=12) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:16 lock = {__m_ = 0x55b6f1ce35b0, __owns_ = true} 2025-10-03 23:58:16 rel_time = 2025-10-03 23:58:16 now = 2025-10-03 23:58:16 size_in_bytes = 2025-10-03 23:58:16 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:16 shard = 2025-10-03 23:58:16 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f1ce6990) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:16 thread_status = { = { = {}, }, thread_id = 813, os_thread_priority = 0, performance_counters = {counters = 0x7fc574008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc574008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc425debc60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\210g\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce6788}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc425debe3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\276\336%\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc425debe87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc574009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:16 function = {this = 0x55b6f0236d38, i = 12} 2025-10-03 23:58:16 arguments = 2025-10-03 23:58:16 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f1ce6990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:16 __f = 0x55b6f1ce6990 2025-10-03 23:58:16 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc425debf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #20 std::__1::function::operator() (this=0x7fc425debf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce6780) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220i\316\361\266U\000\000\001O\316\361\266U\000", __large = 0x55b6f1ce6990}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc425debfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609507929, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc425dec07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_is_done = 2025-10-03 23:58:16 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce6818: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce6828: 0x55b6f1ce6780) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce6810) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce6810}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:16 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 2025-10-03 23:58:16 Thread 57 (Thread 0x7fc4255f2640 (LWP 814) "ThreadPool"): 2025-10-03 23:58:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce36b0, __m=0x189, __ts=0x7fc4255eab60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce36b0, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:16 ts = {tv_sec = 1759528437, tv_nsec = 595163829} 2025-10-03 23:58:16 ts_sec_max = 9223372036854775807 2025-10-03 23:58:16 ec = 2025-10-03 23:58:16 d = 2025-10-03 23:58:16 s = 2025-10-03 23:58:16 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce3688, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:16 __c_now = {__d_ = {__rep_ = 576042468844}} 2025-10-03 23:58:16 __now_count_ns = 2025-10-03 23:58:16 __d_ns_count = 2025-10-03 23:58:16 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3688, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce3688, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:16 __t_ns = {__d_ = {__rep_ = 576052468604}} 2025-10-03 23:58:16 __now = 2025-10-03 23:58:16 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3688, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3688, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=13) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:16 lock = {__m_ = 0x55b6f1ce3660, __owns_ = true} 2025-10-03 23:58:16 rel_time = 2025-10-03 23:58:16 now = 2025-10-03 23:58:16 size_in_bytes = 2025-10-03 23:58:16 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:16 shard = 2025-10-03 23:58:16 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f17d6820) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:16 thread_status = { = { = {}, }, thread_id = 814, os_thread_priority = 0, performance_counters = {counters = 0x7fc580008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc580008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4255eac60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "hj\316\361\266U\000\000 :\243϶U\000", __large = 0x55b6f1ce6a68}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4255eae3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\256^%\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4255eae87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc580009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:16 function = {this = 0x55b6f0236d38, i = 13} 2025-10-03 23:58:16 arguments = 2025-10-03 23:58:16 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f17d6820) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:16 __f = 0x55b6f17d6820 2025-10-03 23:58:16 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4255eaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #20 std::__1::function::operator() (this=0x7fc4255eaf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1ce6a60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = " h}\361\266U\000\000\001O\316\361\266U\000", __large = 0x55b6f17d6820}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4255eafef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609563212, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4255eb07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_is_done = 2025-10-03 23:58:16 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ce6af8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ce6b08: 0x55b6f1ce6a60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ce6af0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ce6af0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:16 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 2025-10-03 23:58:16 Thread 56 (Thread 0x7fc424df1640 (LWP 815) "ThreadPool"): 2025-10-03 23:58:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce3760, __m=0x189, __ts=0x7fc424de9b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3760, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:16 ts = {tv_sec = 1759528437, tv_nsec = 588822929} 2025-10-03 23:58:16 ts_sec_max = 9223372036854775807 2025-10-03 23:58:16 ec = 2025-10-03 23:58:16 d = 2025-10-03 23:58:16 s = 2025-10-03 23:58:16 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce3738, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:16 __c_now = {__d_ = {__rep_ = 576036127892}} 2025-10-03 23:58:16 __now_count_ns = 2025-10-03 23:58:16 __d_ns_count = 2025-10-03 23:58:16 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3738, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce3738, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:16 __t_ns = {__d_ = {__rep_ = 576046127781}} 2025-10-03 23:58:16 __now = 2025-10-03 23:58:16 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3738, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce3738, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=14) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:16 lock = {__m_ = 0x55b6f1ce3710, __owns_ = true} 2025-10-03 23:58:16 rel_time = 2025-10-03 23:58:16 now = 2025-10-03 23:58:16 size_in_bytes = 2025-10-03 23:58:16 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:16 shard = 2025-10-03 23:58:16 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f17d6b00) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:16 thread_status = { = { = {}, }, thread_id = 815, os_thread_priority = 0, performance_counters = {counters = 0x7fc584008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc584008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc424de9c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\370h}\361\266U\000\000 :\243϶U\000", __large = 0x55b6f17d68f8}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc424de9e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\236\336$\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc424de9e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc584009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:16 function = {this = 0x55b6f0236d38, i = 14} 2025-10-03 23:58:16 arguments = 2025-10-03 23:58:16 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f17d6b00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:16 __f = 0x55b6f17d6b00 2025-10-03 23:58:16 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc424de9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #20 std::__1::function::operator() (this=0x7fc424de9f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d68f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000k}\361\266U\000\000\001O\316\361\266U\000", __large = 0x55b6f17d6b00}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc424de9fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609614989, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc424dea07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_is_done = 2025-10-03 23:58:16 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d6988: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d6998: 0x55b6f17d68f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d6980) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d6980}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:16 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 2025-10-03 23:58:16 Thread 55 (Thread 0x7fc4245f0640 (LWP 816) "ThreadPool"): 2025-10-03 23:58:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ce3810, __m=0x189, __ts=0x7fc4245e8b60) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce3810, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:16 ts = {tv_sec = 1759528437, tv_nsec = 589051860} 2025-10-03 23:58:16 ts_sec_max = 9223372036854775807 2025-10-03 23:58:16 ec = 2025-10-03 23:58:16 d = 2025-10-03 23:58:16 s = 2025-10-03 23:58:16 #4 0x000055b6db07e9b1 in std::__1::condition_variable::wait_for > (this=0x55b6f1ce37e8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:16 __c_now = {__d_ = {__rep_ = 576036357351}} 2025-10-03 23:58:16 __now_count_ns = 2025-10-03 23:58:16 __d_ns_count = 2025-10-03 23:58:16 #5 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ce37e8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ce37e8, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:16 __t_ns = {__d_ = {__rep_ = 576046357141}} 2025-10-03 23:58:16 __now = 2025-10-03 23:58:16 #7 std::__1::condition_variable::wait_until >, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce37e8, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #8 std::__1::condition_variable::wait_for[abi:v15007], DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::AsynchronousInsertQueue::processBatchDeadlines(unsigned long)::$_0) (this=0x55b6f1ce37e8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x55b6f0236d38, shard_num=shard_num@entry=15) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:621 2025-10-03 23:58:16 lock = {__m_ = 0x55b6f1ce37c0, __owns_ = true} 2025-10-03 23:58:16 rel_time = 2025-10-03 23:58:16 now = 2025-10-03 23:58:16 size_in_bytes = 2025-10-03 23:58:16 entries_to_flush = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:16 shard = 2025-10-03 23:58:16 #10 0x000055b6db0868d1 in DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0::operator()() const (this=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:219 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #11 std::__1::__invoke[abi:v15007], unsigned long, bool)::$_0&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #12 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB23AsynchronousInsertQueueC1ENS_10shared_ptrIKNS1_7ContextEEEmbE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #13 std::__1::apply[abi:v15007], unsigned long, bool)::$_0&, std::__1::tuple<>&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #14 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f17d6de0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:16 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:16 thread_status = { = { = {}, }, thread_id = 816, os_thread_priority = 0, performance_counters = {counters = 0x7fc590008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc590008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4245e8c60, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\330k}\361\266U\000\000 :\243϶U\000", __large = 0x55b6f17d6bd8}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4245e8e3f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\300\216^$\304\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4245e8e87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc590009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144820317873, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:16 function = {this = 0x55b6f0236d38, i = 15} 2025-10-03 23:58:16 arguments = 2025-10-03 23:58:16 #15 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #16 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #17 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f17d6de0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #18 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:16 __f = 0x55b6f17d6de0 2025-10-03 23:58:16 #19 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4245e8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #20 std::__1::function::operator() (this=0x7fc4245e8f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #21 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d6bd0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340m}\361\266U\000\000\001O\316\361\266U\000", __large = 0x55b6f17d6de0}, __invoker_ = {__call_ = 0x55b6db086828 ::__call_impl::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47eaeb8 ::ThreadFromGlobalPoolImpl, unsigned long, bool)::$_0>(DB::AsynchronousInsertQueue::AsynchronousInsertQueue(std::__1::shared_ptr, unsigned long, bool)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4245e8fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144609663380, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4245e907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_is_done = 2025-10-03 23:58:16 #22 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d6c68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d6c78: 0x55b6f17d6bd0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #23 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #24 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d6c60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d6c60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:16 #25 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #26 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 2025-10-03 23:58:16 Thread 54 (Thread 0x7fc423def640 (LWP 817) "SystemLogFlush"): 2025-10-03 23:58:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f17db92c, __m=0x189, __ts=0x7fc423de7820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f17db92c, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:16 ts = {tv_sec = 1759528444, tv_nsec = 741385529} 2025-10-03 23:58:16 ts_sec_max = 9223372036854775807 2025-10-03 23:58:16 ec = 2025-10-03 23:58:16 d = 2025-10-03 23:58:16 s = 2025-10-03 23:58:16 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f17db900, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:16 __c_now = {__d_ = {__rep_ = 575698691281}} 2025-10-03 23:58:16 __now_count_ns = 2025-10-03 23:58:16 __d_ns_count = 2025-10-03 23:58:16 #5 0x000055b6cfaa9119 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f17db900, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f17db900, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:16 __t_ns = {__d_ = {__rep_ = 583198690339}} 2025-10-03 23:58:16 __now = 2025-10-03 23:58:16 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f17db900, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #8 0x000055b6cfa6bd90 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f17db92c, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #9 DB::SystemLogQueue::pop (this=0x55b6f17db848) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:16 lock = {__m_ = 0x55b6f17db848, __owns_ = true} 2025-10-03 23:58:16 prev_ignored_logs = 0 2025-10-03 23:58:16 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #10 0x000055b6dbd38ef1 in DB::SystemLog::savingThreadFunction (this=0x55b6f1357478) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:16 result = {last_log_index = 94685, logs = {__begin_ = 0x7fc3fcd640e0, __end_ = 0x7fc3fcd640e0, __end_cap_ = {> = {__value_ = 0x7fc3fd3940e0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #11 0x000055b6cfa990be in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_15QueryLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f295f430) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:16 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f295f430}} 2025-10-03 23:58:16 thread_status = { = { = {}, }, thread_id = 817, os_thread_priority = 0, performance_counters = {counters = 0x7fc58c008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc58c008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc423de7c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -1311339942}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 261450389}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "(\370\312̶U\000\000@o\264\360\266U\000", __large = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc423de7e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\336#\304\177\000\000\036,\243϶U\000", __large = 0x7fc423de7ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc423de7e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x55b6f17d9e50}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:16 function = {this = 0x55b6f1357478} 2025-10-03 23:58:16 arguments = 2025-10-03 23:58:16 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc423de7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #17 std::__1::function::operator() (this=0x7fc423de7f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17dcb20) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\364\225\362\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f295f430}, __invoker_ = {__call_ = 0x55b6cfa98fa8 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1af0 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc423de7fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144683905789, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc423de807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_is_done = 2025-10-03 23:58:16 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17dcc18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17dcc28: 0x55b6f17dcb20) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17dcc10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17dcc10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:16 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 2025-10-03 23:58:16 Thread 53 (Thread 0x7fc4235ee640 (LWP 818) "SystemLogFlush"): 2025-10-03 23:58:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ca6c28, __m=0x189, __ts=0x7fc4235e6820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca6c28, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:16 ts = {tv_sec = 1759528438, tv_nsec = 986942800} 2025-10-03 23:58:16 ts_sec_max = 9223372036854775807 2025-10-03 23:58:16 ec = 2025-10-03 23:58:16 d = 2025-10-03 23:58:16 s = 2025-10-03 23:58:16 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1ca6c00, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:16 __c_now = {__d_ = {__rep_ = 569944247872}} 2025-10-03 23:58:16 __now_count_ns = 2025-10-03 23:58:16 __d_ns_count = 2025-10-03 23:58:16 #5 0x000055b6cfaa93d9 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca6c00, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ca6c00, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:16 __t_ns = {__d_ = {__rep_ = 577444247632}} 2025-10-03 23:58:16 __now = 2025-10-03 23:58:16 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f1ca6c00, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #8 0x000055b6cfa6d090 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f1ca6c28, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #9 DB::SystemLogQueue::pop (this=0x55b6f1ca6b48) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:16 lock = {__m_ = 0x55b6f1ca6b48, __owns_ = true} 2025-10-03 23:58:16 prev_ignored_logs = 0 2025-10-03 23:58:16 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #10 0x000055b6dbd430f1 in DB::SystemLog::savingThreadFunction (this=0x55b6f13495f8) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:16 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #11 0x000055b6cfa9a11e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_21QueryThreadLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f29597d0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:16 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f29597d0}} 2025-10-03 23:58:16 thread_status = { = { = {}, }, thread_id = 818, os_thread_priority = 0, performance_counters = {counters = 0x7fc598008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc598008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc4235e6c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -6094848}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 80016, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\030\244\377\377\377\377\377\377@o\264\360\266U\000", __large = 0xffffffffffffa418}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4235e6e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n^#\304\177\000\000\036,\243϶U\000", __large = 0x7fc4235e6ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4235e6e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc58c00a1f0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:16 function = {this = 0x55b6f13495f8} 2025-10-03 23:58:16 arguments = 2025-10-03 23:58:16 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc4235e6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #17 std::__1::function::operator() (this=0x7fc4235e6f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc58c00a7f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -48 '\320', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "З\225\362\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f29597d0}, __invoker_ = {__call_ = 0x55b6cfa9a008 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1b70 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4235e6fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684032847, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc4235e707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_is_done = 2025-10-03 23:58:16 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc58c00a828: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc58c00a838: 0x7fc58c00a7f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc58c00a820) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc58c00a820}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:16 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 2025-10-03 23:58:16 Thread 52 (Thread 0x7fc42218c640 (LWP 819) "SystemLogFlush"): 2025-10-03 23:58:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1c91508, __m=0x189, __ts=0x7fc422184820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1c91508, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:16 ts = {tv_sec = 1759528443, tv_nsec = 772981659} 2025-10-03 23:58:16 ts_sec_max = 9223372036854775807 2025-10-03 23:58:16 ec = 2025-10-03 23:58:16 d = 2025-10-03 23:58:16 s = 2025-10-03 23:58:16 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1c914e0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:16 __c_now = {__d_ = {__rep_ = 574730287041}} 2025-10-03 23:58:16 __now_count_ns = 2025-10-03 23:58:16 __d_ns_count = 2025-10-03 23:58:16 #5 0x000055b6cfaa8e59 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1c914e0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1c914e0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:16 __t_ns = {__d_ = {__rep_ = 582230286549}} 2025-10-03 23:58:16 __now = 2025-10-03 23:58:16 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f1c914e0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #8 0x000055b6cfa6aa90 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f1c91508, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #9 DB::SystemLogQueue::pop (this=0x55b6f1c91428) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:16 lock = {__m_ = 0x55b6f1c91428, __owns_ = true} 2025-10-03 23:58:16 prev_ignored_logs = 0 2025-10-03 23:58:16 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #10 0x000055b6dbd2ed31 in DB::SystemLog::savingThreadFunction (this=0x55b6f1340148) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:16 result = {last_log_index = 77, logs = {__begin_ = 0x7fc7643da9c0, __end_ = 0x7fc7643da9c0, __end_cap_ = {> = {__value_ = 0x7fc7643db580}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #11 0x000055b6cfa9805e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_14PartLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c6a9a0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:16 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c6a9a0}} 2025-10-03 23:58:16 thread_status = { = { = {}, }, thread_id = 819, os_thread_priority = 0, performance_counters = {counters = 0x7fc594008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc594008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc422184c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2930496, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\030\"\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc422184e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\030\"\304\177\000\000\036,\243϶U\000", __large = 0x7fc422184ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc422184e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc594009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:16 function = {this = 0x55b6f1340148} 2025-10-03 23:58:16 arguments = 2025-10-03 23:58:16 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc422184f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #17 std::__1::function::operator() (this=0x7fc422184f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c5a8a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -96 '\240', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\240\251\306\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1c6a9a0}, __invoker_ = {__call_ = 0x55b6cfa97f48 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1a70 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc422184fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684116985, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42218507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_is_done = 2025-10-03 23:58:16 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f29561b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f29561c8: 0x55b6f1c5a8a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f29561b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f29561b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:16 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 2025-10-03 23:58:16 Thread 51 (Thread 0x7fc42198b640 (LWP 820) "SystemLogFlush"): 2025-10-03 23:58:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ca1ac8, __m=0x189, __ts=0x7fc421983820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca1ac8, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:16 ts = {tv_sec = 1759528443, tv_nsec = 777265509} 2025-10-03 23:58:16 ts_sec_max = 9223372036854775807 2025-10-03 23:58:16 ec = 2025-10-03 23:58:16 d = 2025-10-03 23:58:16 s = 2025-10-03 23:58:16 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1ca1aa0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:16 __c_now = {__d_ = {__rep_ = 574734571305}} 2025-10-03 23:58:16 __now_count_ns = 2025-10-03 23:58:16 __d_ns_count = 2025-10-03 23:58:16 #5 0x000055b6cfaa9c19 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca1aa0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ca1aa0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:16 __t_ns = {__d_ = {__rep_ = 582234570544}} 2025-10-03 23:58:16 __now = 2025-10-03 23:58:16 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f1ca1aa0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #8 0x000055b6cfa70950 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f1ca1ac8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #9 DB::SystemLogQueue::pop (this=0x55b6f1ca19e8) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:16 lock = {__m_ = 0x55b6f1ca19e8, __owns_ = true} 2025-10-03 23:58:16 prev_ignored_logs = 0 2025-10-03 23:58:16 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #10 0x000055b6dbd61651 in DB::SystemLog::savingThreadFunction (this=0x55b6f1ca7188) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:16 result = {last_log_index = 5358, logs = {__begin_ = 0x7fc770151130, __end_ = 0x7fc770151130, __end_cap_ = {> = {__value_ = 0x7fc770154d30}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #11 0x000055b6cfa9d23e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_15TraceLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f0b7f2f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:16 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f0b7f2f0}} 2025-10-03 23:58:16 thread_status = { = { = {}, }, thread_id = 820, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a0008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a0008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc421983c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -6852042}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 4760989}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -3571466, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\230!\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc421983e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\230!\304\177\000\000\036,\243϶U\000", __large = 0x7fc421983ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc421983e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a0009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:16 function = {this = 0x55b6f1ca7188} 2025-10-03 23:58:16 arguments = 2025-10-03 23:58:16 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc421983f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #17 std::__1::function::operator() (this=0x7fc421983f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f2943d60) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\362\267\360\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f0b7f2f0}, __invoker_ = {__call_ = 0x55b6cfa9d128 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1cf0 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc421983fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684182368, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42198407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_is_done = 2025-10-03 23:58:16 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1c9f818: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1c9f828: 0x55b6f2943d60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1c9f810) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:16 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1c9f810}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:16 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 2025-10-03 23:58:16 Thread 50 (Thread 0x7fc42118a640 (LWP 821) "SystemLogFlush"): 2025-10-03 23:58:16 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:16 No symbol table info available. 2025-10-03 23:58:16 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1c5ab98, __m=0x189, __ts=0x7fc421182820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1c5ab98, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:16 ts = {tv_sec = 1759528437, tv_nsec = 994220760} 2025-10-03 23:58:16 ts_sec_max = 9223372036854775807 2025-10-03 23:58:16 ec = 2025-10-03 23:58:16 d = 2025-10-03 23:58:16 s = 2025-10-03 23:58:16 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1c5ab70, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:16 __c_now = {__d_ = {__rep_ = 575451526133}} 2025-10-03 23:58:16 __now_count_ns = 2025-10-03 23:58:16 __d_ns_count = 2025-10-03 23:58:16 #5 0x000055b6cfaa8619 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1c5ab70, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1c5ab70, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:16 __t_ns = {__d_ = {__rep_ = 576451525732}} 2025-10-03 23:58:16 __now = 2025-10-03 23:58:16 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f1c5ab70, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #8 0x000055b6cfa671d0 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f1c5ab98, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #9 DB::SystemLogQueue::pop (this=0x55b6f1c5aab8) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:16 lock = {__m_ = 0x55b6f1c5aab8, __owns_ = true} 2025-10-03 23:58:16 prev_ignored_logs = 0 2025-10-03 23:58:16 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #10 0x000055b6dbd10871 in DB::SystemLog::savingThreadFunction (this=0x55b6f1c90288) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:16 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:16 #11 0x000055b6cfa94f3e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_15CrashLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f13476f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:16 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f13476f0}} 2025-10-03 23:58:16 thread_status = { = { = {}, }, thread_id = 821, os_thread_priority = 0, performance_counters = {counters = 0x7fc59c008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc59c008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc421182c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -56208, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\030!\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc421182e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\030!\304\177\000\000\036,\243϶U\000", __large = 0x7fc421182ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc421182e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc59c009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:16 function = {this = 0x55b6f1c90288} 2025-10-03 23:58:16 arguments = 2025-10-03 23:58:16 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc421182f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #17 std::__1::function::operator() (this=0x7fc421182f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c8d5b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:16 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360v4\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f13476f0}, __invoker_ = {__call_ = 0x55b6cfa94e28 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d18f0 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc421182fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684236400, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:16 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42118307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:16 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:16 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:16 job_is_done = 2025-10-03 23:58:16 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f2954948: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f2954958: 0x55b6f1c8d5b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:16 No locals. 2025-10-03 23:58:16 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f2954940) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f2954940}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:17 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 2025-10-03 23:58:17 Thread 49 (Thread 0x7fc420989640 (LWP 822) "SystemLogFlush"): 2025-10-03 23:58:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f02bb5c8, __m=0x189, __ts=0x7fc420981820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f02bb5c8, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:17 ts = {tv_sec = 1759528438, tv_nsec = 703992490} 2025-10-03 23:58:17 ts_sec_max = 9223372036854775807 2025-10-03 23:58:17 ec = 2025-10-03 23:58:17 d = 2025-10-03 23:58:17 s = 2025-10-03 23:58:17 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f02bb5a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:17 __c_now = {__d_ = {__rep_ = 573161298386}} 2025-10-03 23:58:17 __now_count_ns = 2025-10-03 23:58:17 __d_ns_count = 2025-10-03 23:58:17 #5 0x000055b6cfaaa719 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f02bb5a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f02bb5a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:17 __t_ns = {__d_ = {__rep_ = 577161297635}} 2025-10-03 23:58:17 __now = 2025-10-03 23:58:17 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f02bb5a0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #8 0x000055b6cfa75550 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f02bb5c8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #9 DB::SystemLogQueue::pop (this=0x55b6f02bb4e8) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:17 lock = {__m_ = 0x55b6f02bb4e8, __owns_ = true} 2025-10-03 23:58:17 prev_ignored_logs = 0 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #10 0x000055b6dbd89d31 in DB::SystemLog::savingThreadFunction (this=0x55b6f02c37d8) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:17 result = {last_log_index = 490687, logs = {__begin_ = 0x7fc3fca240d0, __end_ = 0x7fc3fca240d0, __end_cap_ = {> = {__value_ = 0x7fc3fcd640d0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #11 0x000055b6cfaa0afe in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_14TextLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c6f3c0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:17 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c6f3c0}} 2025-10-03 23:58:17 thread_status = { = { = {}, }, thread_id = 822, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a8008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a8008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc420981c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -801272246}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 61478648}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\230 \304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc420981e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\230 \304\177\000\000\036,\243϶U\000", __large = 0x7fc420981ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc420981e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a8009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:17 function = {this = 0x55b6f02c37d8} 2025-10-03 23:58:17 arguments = 2025-10-03 23:58:17 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc420981f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #17 std::__1::function::operator() (this=0x7fc420981f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c6a9e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\363\306\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1c6f3c0}, __invoker_ = {__call_ = 0x55b6cfaa09e8 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1ea0 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc420981fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684290250, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42098207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_is_done = 2025-10-03 23:58:17 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1c6b208: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1c6b218: 0x55b6f1c6a9e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1c6b200) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1c6b200}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:17 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 2025-10-03 23:58:17 Thread 48 (Thread 0x7fc420188640 (LWP 823) "SystemLogFlush"): 2025-10-03 23:58:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ca789c, __m=0x189, __ts=0x7fc420180820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca789c, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:17 ts = {tv_sec = 1759528444, tv_nsec = 660891679} 2025-10-03 23:58:17 ts_sec_max = 9223372036854775807 2025-10-03 23:58:17 ec = 2025-10-03 23:58:17 d = 2025-10-03 23:58:17 s = 2025-10-03 23:58:17 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1ca7870, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:17 __c_now = {__d_ = {__rep_ = 575618197348}} 2025-10-03 23:58:17 __now_count_ns = 2025-10-03 23:58:17 __d_ns_count = 2025-10-03 23:58:17 #5 0x000055b6cfaa88d9 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca7870, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ca7870, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:17 __t_ns = {__d_ = {__rep_ = 583118196738}} 2025-10-03 23:58:17 __now = 2025-10-03 23:58:17 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f1ca7870, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #8 0x000055b6cfa684b0 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f1ca789c, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #9 DB::SystemLogQueue::pop (this=0x55b6f1ca77b8) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:17 lock = {__m_ = 0x55b6f1ca77b8, __owns_ = true} 2025-10-03 23:58:17 prev_ignored_logs = 0 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #10 0x000055b6dbd1aa71 in DB::SystemLog::savingThreadFunction (this=0x55b6f1c9f898) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:17 result = {last_log_index = 421, logs = {__begin_ = 0x7fc5e00115d0, __end_ = 0x7fc5e00115d0, __end_cap_ = {> = {__value_ = 0x7fc5e00117d0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #11 0x000055b6cfa95f9e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_16MetricLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c5a9f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:17 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c5a9f0}} 2025-10-03 23:58:17 thread_status = { = { = {}, }, thread_id = 823, os_thread_priority = 0, performance_counters = {counters = 0x7fc5a4008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5a4008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc420180c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 73896068}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 86666913}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1547720, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\206\030 \304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc420180e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\016\030 \304\177\000\000\036,\243϶U\000", __large = 0x7fc420180ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc420180e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5a4009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:17 function = {this = 0x55b6f1c9f898} 2025-10-03 23:58:17 arguments = 2025-10-03 23:58:17 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc420180f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #17 std::__1::function::operator() (this=0x7fc420180f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c64a80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\251\305\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1c5a9f0}, __invoker_ = {__call_ = 0x55b6cfa95e88 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1970 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc420180fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684349532, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc42018107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_is_done = 2025-10-03 23:58:17 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1c63d08: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1c63d18: 0x55b6f1c64a80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1c63d00) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1c63d00}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:17 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 2025-10-03 23:58:17 Thread 47 (Thread 0x7fc41f987640 (LWP 824) "SystemLogFlush"): 2025-10-03 23:58:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ca7dc8, __m=0x189, __ts=0x7fc41f97f820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca7dc8, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:17 ts = {tv_sec = 1759528443, tv_nsec = 767526549} 2025-10-03 23:58:17 ts_sec_max = 9223372036854775807 2025-10-03 23:58:17 ec = 2025-10-03 23:58:17 d = 2025-10-03 23:58:17 s = 2025-10-03 23:58:17 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1ca7da0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:17 __c_now = {__d_ = {__rep_ = 574724832678}} 2025-10-03 23:58:17 __now_count_ns = 2025-10-03 23:58:17 __d_ns_count = 2025-10-03 23:58:17 #5 0x000055b6cfaaba59 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca7da0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ca7da0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:17 __t_ns = {__d_ = {__rep_ = 582224831916}} 2025-10-03 23:58:17 __now = 2025-10-03 23:58:17 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f1ca7da0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #8 0x000055b6cfa7da30 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f1ca7dc8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #9 DB::SystemLogQueue::pop (this=0x55b6f1ca7ce8) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:17 lock = {__m_ = 0x55b6f1ca7ce8, __owns_ = true} 2025-10-03 23:58:17 prev_ignored_logs = 0 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #10 0x000055b6dbdd0ad1 in DB::SystemLog::savingThreadFunction (this=0x55b6f1ca8b28) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:17 result = {last_log_index = 3402, logs = {__begin_ = 0x7fc5f4018020, __end_ = 0x7fc5f4018020, __end_cap_ = {> = {__value_ = 0x7fc5f4019020}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #11 0x000055b6cfaa7d9e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_15ErrorLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1ca0b90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:17 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ca0b90}} 2025-10-03 23:58:17 thread_status = { = { = {}, }, thread_id = 824, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b4008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b4008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41f97fc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 1121662}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 8765817}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -3256147, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@v\230\037\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41f97fe47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\376\227\037\304\177\000\000\036,\243϶U\000", __large = 0x7fc41f97fec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41f97fe8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b4009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:17 function = {this = 0x55b6f1ca8b28} 2025-10-03 23:58:17 arguments = 2025-10-03 23:58:17 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41f97ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #17 std::__1::function::operator() (this=0x7fc41f97ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f17d98b0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\v\312\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1ca0b90}, __invoker_ = {__call_ = 0x55b6cfaa7c88 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d2220 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41f97ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684416507, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41f98007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_is_done = 2025-10-03 23:58:17 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1ca7738: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1ca7748: 0x55b6f17d98b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1ca7730) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1ca7730}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:17 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 2025-10-03 23:58:17 Thread 46 (Thread 0x7fc41f186640 (LWP 825) "SystemLogFlush"): 2025-10-03 23:58:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f29442d8, __m=0x189, __ts=0x7fc41f17e820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f29442d8, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:17 ts = {tv_sec = 1759528438, tv_nsec = 981256719} 2025-10-03 23:58:17 ts_sec_max = 9223372036854775807 2025-10-03 23:58:17 ec = 2025-10-03 23:58:17 d = 2025-10-03 23:58:17 s = 2025-10-03 23:58:17 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f29442b0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:17 __c_now = {__d_ = {__rep_ = 569938562216}} 2025-10-03 23:58:17 __now_count_ns = 2025-10-03 23:58:17 __d_ns_count = 2025-10-03 23:58:17 #5 0x000055b6cfaaac99 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f29442b0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f29442b0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:17 __t_ns = {__d_ = {__rep_ = 577438561825}} 2025-10-03 23:58:17 __now = 2025-10-03 23:58:17 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f29442b0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #8 0x000055b6cfa77b50 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f29442d8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #9 DB::SystemLogQueue::pop (this=0x55b6f29441f8) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:17 lock = {__m_ = 0x55b6f29441f8, __owns_ = true} 2025-10-03 23:58:17 prev_ignored_logs = 0 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #10 0x000055b6dbd9e131 in DB::SystemLog::savingThreadFunction (this=0x55b6f2764268) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #11 0x000055b6cfaa2bbe in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_25FilesystemCacheLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f17d5a40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:17 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17d5a40}} 2025-10-03 23:58:17 thread_status = { = { = {}, }, thread_id = 825, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b0008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b0008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41f17ec68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1430152, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@f\030\037\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41f17ee47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\356\027\037\304\177\000\000\036,\243϶U\000", __large = 0x7fc41f17eec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41f17ee8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b0009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:17 function = {this = 0x55b6f2764268} 2025-10-03 23:58:17 arguments = 2025-10-03 23:58:17 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41f17ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #17 std::__1::function::operator() (this=0x7fc41f17ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c66960) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@Z}\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f17d5a40}, __invoker_ = {__call_ = 0x55b6cfaa2aa8 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1fa0 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41f17efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684477091, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41f17f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_is_done = 2025-10-03 23:58:17 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1c68a98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1c68aa8: 0x55b6f1c66960) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1c68a90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1c68a90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:17 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 2025-10-03 23:58:17 Thread 45 (Thread 0x7fc41e985640 (LWP 826) "SystemLogFlush"): 2025-10-03 23:58:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f29440a8, __m=0x189, __ts=0x7fc41e97d820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f29440a8, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:17 ts = {tv_sec = 1759528438, tv_nsec = 986168569} 2025-10-03 23:58:17 ts_sec_max = 9223372036854775807 2025-10-03 23:58:17 ec = 2025-10-03 23:58:17 d = 2025-10-03 23:58:17 s = 2025-10-03 23:58:17 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f2944080, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:17 __c_now = {__d_ = {__rep_ = 569943474545}} 2025-10-03 23:58:17 __now_count_ns = 2025-10-03 23:58:17 __d_ns_count = 2025-10-03 23:58:17 #5 0x000055b6cfaaa9d9 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f2944080, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f2944080, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:17 __t_ns = {__d_ = {__rep_ = 577443473913}} 2025-10-03 23:58:17 __now = 2025-10-03 23:58:17 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f2944080, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #8 0x000055b6cfa76850 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f29440a8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #9 DB::SystemLogQueue::pop (this=0x55b6f2943fc8) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:17 lock = {__m_ = 0x55b6f2943fc8, __owns_ = true} 2025-10-03 23:58:17 prev_ignored_logs = 0 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #10 0x000055b6dbd93f31 in DB::SystemLog::savingThreadFunction (this=0x55b6f1c68628) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #11 0x000055b6cfaa1b5e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_28ObjectStorageQueueLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c64600) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:17 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c64600}} 2025-10-03 23:58:17 thread_status = { = { = {}, }, thread_id = 826, os_thread_priority = 0, performance_counters = {counters = 0x7fc5bc008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5bc008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41e97dc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1243240, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@V\230\036\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41e97de47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300ޗ\036\304\177\000\000\036,\243϶U\000", __large = 0x7fc41e97dec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41e97de8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5bc009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:17 function = {this = 0x55b6f1c68628} 2025-10-03 23:58:17 arguments = 2025-10-03 23:58:17 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41e97df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #17 std::__1::function::operator() (this=0x7fc41e97df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c6be00) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000F\306\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1c64600}, __invoker_ = {__call_ = 0x55b6cfaa1a48 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1f20 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41e97dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684525281, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41e97e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_is_done = 2025-10-03 23:58:17 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1347738: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1347748: 0x55b6f1c6be00) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1347730) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1347730}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:17 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 2025-10-03 23:58:17 Thread 44 (Thread 0x7fc41e184640 (LWP 827) "SystemLogFlush"): 2025-10-03 23:58:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f2960578, __m=0x189, __ts=0x7fc41e17c820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f2960578, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:17 ts = {tv_sec = 1759528441, tv_nsec = 373708499} 2025-10-03 23:58:17 ts_sec_max = 9223372036854775807 2025-10-03 23:58:17 ec = 2025-10-03 23:58:17 d = 2025-10-03 23:58:17 s = 2025-10-03 23:58:17 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f2960550, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:17 __c_now = {__d_ = {__rep_ = 572831014351}} 2025-10-03 23:58:17 __now_count_ns = 2025-10-03 23:58:17 __d_ns_count = 2025-10-03 23:58:17 #5 0x000055b6cfaa8359 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f2960550, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f2960550, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:17 __t_ns = {__d_ = {__rep_ = 579831013589}} 2025-10-03 23:58:17 __now = 2025-10-03 23:58:17 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f2960550, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #8 0x000055b6cfa65ed0 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f2960578, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #9 DB::SystemLogQueue::pop (this=0x55b6f2960498) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:17 lock = {__m_ = 0x55b6f2960498, __owns_ = true} 2025-10-03 23:58:17 prev_ignored_logs = 0 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #10 0x000055b6dbd06371 in DB::SystemLog::savingThreadFunction (this=0x55b6f1c90e48) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:17 result = {last_log_index = 164846, logs = {__begin_ = 0x7fc5f005b820, __end_ = 0x7fc5f005b820, __end_cap_ = {> = {__value_ = 0x7fc5f008b820}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #11 0x000055b6cfa93ede in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_28AsynchronousMetricLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f295eaf0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:17 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f295eaf0}} 2025-10-03 23:58:17 thread_status = { = { = {}, }, thread_id = 827, os_thread_priority = 0, performance_counters = {counters = 0x7fc5b8008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5b8008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41e17cc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -9424074}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 8795773}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2472222, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@F\030\036\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41e17ce47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\316\027\036\304\177\000\000\036,\243϶U\000", __large = 0x7fc41e17cec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41e17ce8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5b8009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:17 function = {this = 0x55b6f1c90e48} 2025-10-03 23:58:17 arguments = 2025-10-03 23:58:17 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41e17cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #17 std::__1::function::operator() (this=0x7fc41e17cf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c6cc70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360\352\225\362\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f295eaf0}, __invoker_ = {__call_ = 0x55b6cfa93dc8 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1870 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41e17cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684605882, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41e17d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_is_done = 2025-10-03 23:58:17 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f2908258: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f2908268: 0x55b6f1c6cc70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f2908250) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f2908250}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:17 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 2025-10-03 23:58:17 Thread 43 (Thread 0x7fc41d983640 (LWP 828) "SystemLogFlush"): 2025-10-03 23:58:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f295dd28, __m=0x189, __ts=0x7fc41d97b820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f295dd28, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:17 ts = {tv_sec = 1759528438, tv_nsec = 984162739} 2025-10-03 23:58:17 ts_sec_max = 9223372036854775807 2025-10-03 23:58:17 ec = 2025-10-03 23:58:17 d = 2025-10-03 23:58:17 s = 2025-10-03 23:58:17 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f295dd00, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:17 __c_now = {__d_ = {__rep_ = 569941468453}} 2025-10-03 23:58:17 __now_count_ns = 2025-10-03 23:58:17 __d_ns_count = 2025-10-03 23:58:17 #5 0x000055b6cfaa8b99 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f295dd00, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f295dd00, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:17 __t_ns = {__d_ = {__rep_ = 577441467992}} 2025-10-03 23:58:17 __now = 2025-10-03 23:58:17 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f295dd00, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #8 0x000055b6cfa69790 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f295dd28, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #9 DB::SystemLogQueue::pop (this=0x55b6f295dc48) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:17 lock = {__m_ = 0x55b6f295dc48, __owns_ = true} 2025-10-03 23:58:17 prev_ignored_logs = 0 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #10 0x000055b6dbd24c51 in DB::SystemLog::savingThreadFunction (this=0x55b6f1c5af58) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #11 0x000055b6cfa96ffe in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_27OpenTelemetrySpanLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c8c980) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:17 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c8c980}} 2025-10-03 23:58:17 thread_status = { = { = {}, }, thread_id = 828, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c4008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c4008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41d97bc68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -777800, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@6\230\035\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41d97be47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\276\227\035\304\177\000\000\036,\243϶U\000", __large = 0x7fc41d97bec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41d97be8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c4009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:17 function = {this = 0x55b6f1c5af58} 2025-10-03 23:58:17 arguments = 2025-10-03 23:58:17 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41d97bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #17 std::__1::function::operator() (this=0x7fc41d97bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c96970) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\200\311\310\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1c8c980}, __invoker_ = {__call_ = 0x55b6cfa96ee8 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d19f0 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41d97bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684688167, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41d97c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:17 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_is_done = 2025-10-03 23:58:17 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1c6c948: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1c6c958: 0x55b6f1c96970) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1c6c940) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:17 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1c6c940}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:17 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 2025-10-03 23:58:17 Thread 42 (Thread 0x7fc41d182640 (LWP 829) "SystemLogFlush"): 2025-10-03 23:58:17 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:17 No symbol table info available. 2025-10-03 23:58:17 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f295c658, __m=0x189, __ts=0x7fc41d17a820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f295c658, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:17 ts = {tv_sec = 1759528438, tv_nsec = 987001779} 2025-10-03 23:58:17 ts_sec_max = 9223372036854775807 2025-10-03 23:58:17 ec = 2025-10-03 23:58:17 d = 2025-10-03 23:58:17 s = 2025-10-03 23:58:17 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f295c630, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:17 __c_now = {__d_ = {__rep_ = 569944307363}} 2025-10-03 23:58:17 __now_count_ns = 2025-10-03 23:58:17 __d_ns_count = 2025-10-03 23:58:17 #5 0x000055b6cfaa9699 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f295c630, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f295c630, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:17 __t_ns = {__d_ = {__rep_ = 577444307031}} 2025-10-03 23:58:17 __now = 2025-10-03 23:58:17 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f295c630, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #8 0x000055b6cfa6e370 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f295c658, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #9 DB::SystemLogQueue::pop (this=0x55b6f295c578) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:17 lock = {__m_ = 0x55b6f295c578, __owns_ = true} 2025-10-03 23:58:17 prev_ignored_logs = 0 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #10 0x000055b6dbd4d2b1 in DB::SystemLog::savingThreadFunction (this=0x55b6f295ccf8) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:17 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:17 #11 0x000055b6cfa9b17e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_20QueryViewsLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c63680) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:17 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c63680}} 2025-10-03 23:58:17 thread_status = { = { = {}, }, thread_id = 829, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c0008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c0008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41d17ac68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2008184, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@&\030\035\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41d17ae47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\256\027\035\304\177\000\000\036,\243϶U\000", __large = 0x7fc41d17aec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41d17ae8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c0009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:17 function = {this = 0x55b6f295ccf8} 2025-10-03 23:58:17 arguments = 2025-10-03 23:58:17 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41d17af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #17 std::__1::function::operator() (this=0x7fc41d17af78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:17 No locals. 2025-10-03 23:58:17 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f0b9fca0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:17 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:17 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\2006\306\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1c63680}, __invoker_ = {__call_ = 0x55b6cfa9b068 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1bf0 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41d17afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684766704, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:17 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41d17b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:17 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1347618: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1347628: 0x55b6f0b9fca0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1347610) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1347610}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:18 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 2025-10-03 23:58:18 Thread 41 (Thread 0x7fc41c981640 (LWP 830) "SystemLogFlush"): 2025-10-03 23:58:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1c96018, __m=0x189, __ts=0x7fc41c979820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1c96018, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:18 ts = {tv_sec = 1759528506, tv_nsec = 464252709} 2025-10-03 23:58:18 ts_sec_max = 9223372036854775807 2025-10-03 23:58:18 ec = 2025-10-03 23:58:18 d = 2025-10-03 23:58:18 s = 2025-10-03 23:58:18 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1c95ff0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:18 __c_now = {__d_ = {__rep_ = 544921557904}} 2025-10-03 23:58:18 __now_count_ns = 2025-10-03 23:58:18 __d_ns_count = 2025-10-03 23:58:18 #5 0x000055b6cfaa9959 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1c95ff0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1c95ff0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:18 __t_ns = {__d_ = {__rep_ = 644921557392}} 2025-10-03 23:58:18 __now = 2025-10-03 23:58:18 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f1c95ff0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #8 0x000055b6cfa6f650 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f1c96018, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #9 DB::SystemLogQueue::pop (this=0x55b6f1c95f38) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:18 lock = {__m_ = 0x55b6f1c95f38, __owns_ = true} 2025-10-03 23:58:18 prev_ignored_logs = 0 2025-10-03 23:58:18 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #10 0x000055b6dbd57491 in DB::SystemLog::savingThreadFunction (this=0x55b6f2903258) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:18 result = {last_log_index = 9, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #11 0x000055b6cfa9c1de in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_17SessionLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c66fb0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:18 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c66fb0}} 2025-10-03 23:58:18 thread_status = { = { = {}, }, thread_id = 830, os_thread_priority = 0, performance_counters = {counters = 0x7fc5c8008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5c8008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41c979c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -6157404}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 4715965}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\026\230\034\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41c979e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\236\227\034\304\177\000\000\036,\243϶U\000", __large = 0x7fc41c979ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41c979e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5c8009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:18 function = {this = 0x55b6f2903258} 2025-10-03 23:58:18 arguments = 2025-10-03 23:58:18 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41c979f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #17 std::__1::function::operator() (this=0x7fc41c979f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f28d8a70) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260o\306\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1c66fb0}, __invoker_ = {__call_ = 0x55b6cfa9c0c8 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1c70 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41c979fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684821246, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41c97a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f295cac8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f295cad8: 0x55b6f28d8a70) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f295cac0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f295cac0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:18 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 2025-10-03 23:58:18 Thread 40 (Thread 0x7fc41c180640 (LWP 831) "SystemLogFlush"): 2025-10-03 23:58:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f2954e38, __m=0x189, __ts=0x7fc41c178820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f2954e38, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:18 ts = {tv_sec = 1759528443, tv_nsec = 769757590} 2025-10-03 23:58:18 ts_sec_max = 9223372036854775807 2025-10-03 23:58:18 ec = 2025-10-03 23:58:18 d = 2025-10-03 23:58:18 s = 2025-10-03 23:58:18 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f2954e10, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:18 __c_now = {__d_ = {__rep_ = 574727063511}} 2025-10-03 23:58:18 __now_count_ns = 2025-10-03 23:58:18 __d_ns_count = 2025-10-03 23:58:18 #5 0x000055b6cfaa9ed9 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f2954e10, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f2954e10, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:18 __t_ns = {__d_ = {__rep_ = 582227062890}} 2025-10-03 23:58:18 __now = 2025-10-03 23:58:18 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f2954e10, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #8 0x000055b6cfa71c50 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f2954e38, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #9 DB::SystemLogQueue::pop (this=0x55b6f2954d58) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:18 lock = {__m_ = 0x55b6f2954d58, __owns_ = true} 2025-10-03 23:58:18 prev_ignored_logs = 0 2025-10-03 23:58:18 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #10 0x000055b6dbd6b851 in DB::SystemLog::savingThreadFunction (this=0x55b6f295e5a8) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:18 result = {last_log_index = 1308, logs = {__begin_ = 0x7fc3a8a73600, __end_ = 0x7fc3a8a73600, __end_cap_ = {> = {__value_ = 0x7fc3a8a76200}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #11 0x000055b6cfa9e29e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_26TransactionsInfoLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f2943f40) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:18 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f2943f40}} 2025-10-03 23:58:18 thread_status = { = { = {}, }, thread_id = 831, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d4008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d4008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41c178c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 916804}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 5287707}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1191688, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\006\030\034\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41c178e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\216\027\034\304\177\000\000\036,\243϶U\000", __large = 0x7fc41c178ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41c178e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d4009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:18 function = {this = 0x55b6f295e5a8} 2025-10-03 23:58:18 arguments = 2025-10-03 23:58:18 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41c178f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #17 std::__1::function::operator() (this=0x7fc41c178f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c68370) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@?\224\362\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f2943f40}, __invoker_ = {__call_ = 0x55b6cfa9e188 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1d70 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41c178fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684877712, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41c17907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1c66f88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1c66f98: 0x55b6f1c68370) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1c66f80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1c66f80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:18 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 2025-10-03 23:58:18 Thread 39 (Thread 0x7fc41b97f640 (LWP 832) "SystemLogFlush"): 2025-10-03 23:58:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1ca9af8, __m=0x189, __ts=0x7fc41b977820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca9af8, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:18 ts = {tv_sec = 1759528443, tv_nsec = 919387379} 2025-10-03 23:58:18 ts_sec_max = 9223372036854775807 2025-10-03 23:58:18 ec = 2025-10-03 23:58:18 d = 2025-10-03 23:58:18 s = 2025-10-03 23:58:18 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1ca9ad0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:18 __c_now = {__d_ = {__rep_ = 574876693102}} 2025-10-03 23:58:18 __now_count_ns = 2025-10-03 23:58:18 __d_ns_count = 2025-10-03 23:58:18 #5 0x000055b6cfaaa459 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1ca9ad0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1ca9ad0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:18 __t_ns = {__d_ = {__rep_ = 582376692081}} 2025-10-03 23:58:18 __now = 2025-10-03 23:58:18 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f1ca9ad0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #8 0x000055b6cfa74250 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f1ca9af8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #9 DB::SystemLogQueue::pop (this=0x55b6f1ca9a18) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:18 lock = {__m_ = 0x55b6f1ca9a18, __owns_ = true} 2025-10-03 23:58:18 prev_ignored_logs = 0 2025-10-03 23:58:18 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #10 0x000055b6dbd7fc51 in DB::SystemLog::savingThreadFunction (this=0x55b6f2954c38) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:18 result = {last_log_index = 301745, logs = {__begin_ = 0x7fc3fc1deec0, __end_ = 0x7fc3fc1deec0, __end_cap_ = {> = {__value_ = 0x7fc3fc35eec0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #11 0x000055b6cfaa035e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_26ProcessorProfileLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f17dc740) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:18 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17dc740}} 2025-10-03 23:58:18 thread_status = { = { = {}, }, thread_id = 832, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d0008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d0008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41b977c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = -113437858}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 4651283}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -2496836, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\366\227\033\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41b977e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300~\227\033\304\177\000\000\036,\243϶U\000", __large = 0x7fc41b977ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41b977e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d0009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:18 function = {this = 0x55b6f2954c38} 2025-10-03 23:58:18 arguments = 2025-10-03 23:58:18 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41b977f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #17 std::__1::function::operator() (this=0x7fc41b977f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f29544f0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@\307}\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f17dc740}, __invoker_ = {__call_ = 0x55b6cfaa0248 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d1e70 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41b977fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144684932264, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41b97807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17d9cb8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17d9cc8: 0x55b6f29544f0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17d9cb0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17d9cb0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:18 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 2025-10-03 23:58:18 Thread 38 (Thread 0x7fc41b17e640 (LWP 833) "SystemLogFlush"): 2025-10-03 23:58:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f1c6cb68, __m=0x189, __ts=0x7fc41b176820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f1c6cb68, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:18 ts = {tv_sec = 1759528438, tv_nsec = 981561750} 2025-10-03 23:58:18 ts_sec_max = 9223372036854775807 2025-10-03 23:58:18 ec = 2025-10-03 23:58:18 d = 2025-10-03 23:58:18 s = 2025-10-03 23:58:18 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f1c6cb40, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:18 __c_now = {__d_ = {__rep_ = 569938867528}} 2025-10-03 23:58:18 __now_count_ns = 2025-10-03 23:58:18 __d_ns_count = 2025-10-03 23:58:18 #5 0x000055b6cfaab4d9 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f1c6cb40, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f1c6cb40, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:18 __t_ns = {__d_ = {__rep_ = 577438867127}} 2025-10-03 23:58:18 __now = 2025-10-03 23:58:18 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f1c6cb40, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #8 0x000055b6cfa7b450 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f1c6cb68, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #9 DB::SystemLogQueue::pop (this=0x55b6f1c6ca88) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:18 lock = {__m_ = 0x55b6f1c6ca88, __owns_ = true} 2025-10-03 23:58:18 prev_ignored_logs = 0 2025-10-03 23:58:18 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #10 0x000055b6dbdbc711 in DB::SystemLog::savingThreadFunction (this=0x55b6f1c969b8) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:18 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #11 0x000055b6cfaa5cde in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_16BackupLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1ca6f70) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:18 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1ca6f70}} 2025-10-03 23:58:18 thread_status = { = { = {}, }, thread_id = 833, os_thread_priority = 0, performance_counters = {counters = 0x7fc5d8008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5d8008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41b176c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1895384, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\346\027\033\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41b176e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300n\027\033\304\177\000\000\036,\243϶U\000", __large = 0x7fc41b176ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41b176e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5d8009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:18 function = {this = 0x55b6f1c969b8} 2025-10-03 23:58:18 arguments = 2025-10-03 23:58:18 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41b176f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #17 std::__1::function::operator() (this=0x7fc41b176f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f2943f80) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "po\312\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1ca6f70}, __invoker_ = {__call_ = 0x55b6cfaa5bc8 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d2120 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41b176fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144685072357, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41b17707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f295cb68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f295cb78: 0x55b6f2943f80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f295cb60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f295cb60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:18 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 2025-10-03 23:58:18 Thread 37 (Thread 0x7fc41a97d640 (LWP 834) "SystemLogFlush"): 2025-10-03 23:58:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f2955d98, __m=0x189, __ts=0x7fc41a975820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f2955d98, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:18 ts = {tv_sec = 1759528438, tv_nsec = 985739920} 2025-10-03 23:58:18 ts_sec_max = 9223372036854775807 2025-10-03 23:58:18 ec = 2025-10-03 23:58:18 d = 2025-10-03 23:58:18 s = 2025-10-03 23:58:18 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f2955d70, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:18 __c_now = {__d_ = {__rep_ = 569943045462}} 2025-10-03 23:58:18 __now_count_ns = 2025-10-03 23:58:18 __d_ns_count = 2025-10-03 23:58:18 #5 0x000055b6cfaab219 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f2955d70, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f2955d70, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:18 __t_ns = {__d_ = {__rep_ = 577443045342}} 2025-10-03 23:58:18 __now = 2025-10-03 23:58:18 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f2955d70, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #8 0x000055b6cfa7a150 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f2955d98, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #9 DB::SystemLogQueue::pop (this=0x55b6f2955cb8) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:18 lock = {__m_ = 0x55b6f2955cb8, __owns_ = true} 2025-10-03 23:58:18 prev_ignored_logs = 0 2025-10-03 23:58:18 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #10 0x000055b6dbdb2511 in DB::SystemLog::savingThreadFunction (this=0x55b6f28d8ab8) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:18 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #11 0x000055b6cfaa4c7e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_28AsynchronousInsertLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f17da770) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:18 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f17da770}} 2025-10-03 23:58:18 thread_status = { = { = {}, }, thread_id = 834, os_thread_priority = 0, performance_counters = {counters = 0x7fc5dc008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5dc008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41a975c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1815296, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@֗\032\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41a975e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\227\032\304\177\000\000\036,\243϶U\000", __large = 0x7fc41a975ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41a975e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5dc009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:18 function = {this = 0x55b6f28d8ab8} 2025-10-03 23:58:18 arguments = 2025-10-03 23:58:18 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41a975f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #17 std::__1::function::operator() (this=0x7fc41a975f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f295cc40) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 112 'p', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\247}\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f17da770}, __invoker_ = {__call_ = 0x55b6cfaa4b68 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d20a0 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41a975fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144685013116, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41a97607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f17da748: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f17da758: 0x55b6f295cc40) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f17da740) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f17da740}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:18 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 2025-10-03 23:58:18 Thread 36 (Thread 0x7fc41a17c640 (LWP 835) "SystemLogFlush"): 2025-10-03 23:58:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f2903d98, __m=0x189, __ts=0x7fc41a174820) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f2903d98, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:18 ts = {tv_sec = 1759528438, tv_nsec = 986056800} 2025-10-03 23:58:18 ts_sec_max = 9223372036854775807 2025-10-03 23:58:18 ec = 2025-10-03 23:58:18 d = 2025-10-03 23:58:18 s = 2025-10-03 23:58:18 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f2903d70, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:18 __c_now = {__d_ = {__rep_ = 569943361875}} 2025-10-03 23:58:18 __now_count_ns = 2025-10-03 23:58:18 __d_ns_count = 2025-10-03 23:58:18 #5 0x000055b6cfaab799 in std::__1::condition_variable::__do_timed_wait (this=0x55b6f2903d70, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f2903d70, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:18 __t_ns = {__d_ = {__rep_ = 577443361494}} 2025-10-03 23:58:18 __now = 2025-10-03 23:58:18 #7 std::__1::condition_variable::wait_until >, DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=this@entry=0x55b6f2903d70, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #8 0x000055b6cfa7c750 in std::__1::condition_variable::wait_for[abi:v15007], DB::SystemLogQueue::pop()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::SystemLogQueue::pop()::{lambda()#1}) (this=0x55b6f2903d98, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #9 DB::SystemLogQueue::pop (this=0x55b6f2903cb8) at ./build_docker/./src/Common/SystemLogBase.cpp:202 2025-10-03 23:58:18 lock = {__m_ = 0x55b6f2903cb8, __owns_ = true} 2025-10-03 23:58:18 prev_ignored_logs = 0 2025-10-03 23:58:18 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #10 0x000055b6dbdc6911 in DB::SystemLog::savingThreadFunction (this=0x55b6f17dae28) at ./build_docker/./src/Interpreters/SystemLog.cpp:441 2025-10-03 23:58:18 result = {last_log_index = 0, logs = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, create_table_force = false, is_shutdown = false} 2025-10-03 23:58:18 #11 0x000055b6cfaa6d3e in DB::SystemLogBase::startup()::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Common/SystemLogBase.cpp:273 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #12 std::__1::__invoke[abi:v15007]::startup()::{lambda()#1}&>(DB::SystemLogBase::startup()::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #13 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB13SystemLogBaseINS1_21BlobStorageLogElementEE7startupEvEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #14 std::__1::apply[abi:v15007]::startup()::{lambda()#1}&, std::__1::tuple<>&>(DB::SystemLogBase::startup()::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #15 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c66840) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:18 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c66840}} 2025-10-03 23:58:18 thread_status = { = { = {}, }, thread_id = 835, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e4008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e4008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41a174c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1630944, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\306\027\032\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41a174e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300N\027\032\304\177\000\000\036,\243϶U\000", __large = 0x7fc41a174ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41a174e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e4009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:18 function = {this = 0x55b6f17dae28} 2025-10-03 23:58:18 arguments = 2025-10-03 23:58:18 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41a174f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #17 std::__1::function::operator() (this=0x7fc41a174f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c96750) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 64 '@', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "@h\306\361\266U\000\000\210\002\311\361\266U\000", __large = 0x55b6f1c66840}, __invoker_ = {__call_ = 0x55b6cfaa6c28 ::__call_impl::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d21a0 ::ThreadFromGlobalPoolImpl::startup()::{lambda()#1}>(DB::SystemLogBase::startup()::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41a174fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144685136047, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41a17507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1c967a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1c967b8: 0x55b6f1c96750) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1c967a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1c967a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:18 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 2025-10-03 23:58:18 Thread 35 (Thread 0x7fc41997b640 (LWP 836) "ThreadPool"): 2025-10-03 23:58:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc419973b98, __m=0x189, __ts=0x7fc419973b20) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc419973b98, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:18 ts = {tv_sec = 1759528438, tv_nsec = 446090000} 2025-10-03 23:58:18 ts_sec_max = 9223372036854775807 2025-10-03 23:58:18 ec = 2025-10-03 23:58:18 d = 2025-10-03 23:58:18 s = 2025-10-03 23:58:18 #4 0x000055b6dbdecb6f in std::__1::condition_variable::wait_until > > (this=0x7fc419973b70, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:18 __t_ns = {__d_ = {__rep_ = 0}} 2025-10-03 23:58:18 __now = 2025-10-03 23:58:18 #5 std::__1::this_thread::sleep_until > > (__t=...) at ./contrib/llvm-project/libcxx/include/thread:395 2025-10-03 23:58:18 __mut = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , "\001", '\000' , __align = 0}} 2025-10-03 23:58:18 __cv = {__cv_ = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "\002", '\000' , "\002", '\000' , "\b\000\000\000\000\000\000\000\000\000\000", __align = 2}} 2025-10-03 23:58:18 __lk = {__m_ = 0x7fc419973b40, __owns_ = true} 2025-10-03 23:58:18 #6 0x000055b6dbdec809 in DB::PeriodicLog::threadFunction (this=this@entry=0x55b6f1ca8b28) at ./build_docker/./src/Interpreters/PeriodicLog.cpp:50 2025-10-03 23:58:18 current_time = {__d_ = {__rep_ = 1759528437446206}} 2025-10-03 23:58:18 desired_timepoint = {__d_ = {__rep_ = 1759528438446090}} 2025-10-03 23:58:18 #7 0x000055b6dbded82e in DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Interpreters/PeriodicLog.cpp:13 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #8 std::__1::__invoke[abi:v15007]::startCollect(unsigned long)::{lambda()#1}&>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #9 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB11PeriodicLogINS1_15ErrorLogElementEE12startCollectEmEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #10 std::__1::apply[abi:v15007]::startCollect(unsigned long)::{lambda()#1}&, std::__1::tuple<>&>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startCollect(unsigned long)::{lambda()#1}>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c701b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:18 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c701b0}} 2025-10-03 23:58:18 thread_status = { = { = {}, }, thread_id = 836, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f4008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f4008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc419973c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 181744, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\227\031\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc419973e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\227\031\304\177\000\000\036,\243϶U\000", __large = 0x7fc419973ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc419973e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f4009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:18 function = {this = 0x55b6f1ca8b28} 2025-10-03 23:58:18 arguments = 2025-10-03 23:58:18 #12 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc419973f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #13 std::__1::function::operator() (this=0x7fc419973f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #14 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f1c904e0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\001\307\361\266U\000\000LX\275\006\255^\026\213", __large = 0x55b6f1c701b0}, __invoker_ = {__call_ = 0x55b6dbded728 ::__call_impl::ThreadFromGlobalPoolImpl::startCollect(unsigned long)::{lambda()#1}>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5b38 ::ThreadFromGlobalPoolImpl::startCollect(unsigned long)::{lambda()#1}>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc419973fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144685382088, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41997407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #15 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f1c66818: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f1c66828: 0x55b6f1c904e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #16 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #17 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f1c66810) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f1c66810}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:18 #18 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #19 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 2025-10-03 23:58:18 Thread 34 (Thread 0x7fc41917a640 (LWP 837) "ThreadPool"): 2025-10-03 23:58:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc419172b98, __m=0x189, __ts=0x7fc419172b20) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc419172b98, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:18 ts = {tv_sec = 1759528438, tv_nsec = 445975000} 2025-10-03 23:58:18 ts_sec_max = 9223372036854775807 2025-10-03 23:58:18 ec = 2025-10-03 23:58:18 d = 2025-10-03 23:58:18 s = 2025-10-03 23:58:18 #4 0x000055b6dbdecb6f in std::__1::condition_variable::wait_until > > (this=0x7fc419172b70, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:18 __t_ns = {__d_ = {__rep_ = 0}} 2025-10-03 23:58:18 __now = 2025-10-03 23:58:18 #5 std::__1::this_thread::sleep_until > > (__t=...) at ./contrib/llvm-project/libcxx/include/thread:395 2025-10-03 23:58:18 __mut = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , "\001", '\000' , __align = 0}} 2025-10-03 23:58:18 __cv = {__cv_ = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "\002", '\000' , "\002", '\000' , "\b\000\000\000\000\000\000\000\000\000\000", __align = 2}} 2025-10-03 23:58:18 __lk = {__m_ = 0x7fc419172b40, __owns_ = true} 2025-10-03 23:58:18 #6 0x000055b6dbded149 in DB::PeriodicLog::threadFunction (this=this@entry=0x55b6f1c9f898) at ./build_docker/./src/Interpreters/PeriodicLog.cpp:50 2025-10-03 23:58:18 current_time = {__d_ = {__rep_ = 1759528437446116}} 2025-10-03 23:58:18 desired_timepoint = {__d_ = {__rep_ = 1759528438445975}} 2025-10-03 23:58:18 #7 0x000055b6dbdedfae in DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}::operator()() const (this=) at ./build_docker/./src/Interpreters/PeriodicLog.cpp:13 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #8 std::__1::__invoke[abi:v15007]::startCollect(unsigned long)::{lambda()#1}&>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #9 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB11PeriodicLogINS1_16MetricLogElementEE12startCollectEmEUlvE_RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #10 std::__1::apply[abi:v15007]::startCollect(unsigned long)::{lambda()#1}&, std::__1::tuple<>&>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startCollect(unsigned long)::{lambda()#1}>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&&)::{lambda()#1}::operator()() (this=0x55b6f1c70110) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:18 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f1c70110}} 2025-10-03 23:58:18 thread_status = { = { = {}, }, thread_id = 837, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e0008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e0008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc419172c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 3443920, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\246\027\031\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc419172e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300.\027\031\304\177\000\000\036,\243϶U\000", __large = 0x7fc419172ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc419172e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5e0009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144896317709, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:18 function = {this = 0x55b6f1c9f898} 2025-10-03 23:58:18 arguments = 2025-10-03 23:58:18 #12 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc419172f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #13 std::__1::function::operator() (this=0x7fc419172f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #14 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f2954bf0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 16 '\020', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\020\001\307\361\266U\000\000LX\275\006\255^\026\213", __large = 0x55b6f1c70110}, __invoker_ = {__call_ = 0x55b6dbdedea8 ::__call_impl::ThreadFromGlobalPoolImpl::startCollect(unsigned long)::{lambda()#1}>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5b68 ::ThreadFromGlobalPoolImpl::startCollect(unsigned long)::{lambda()#1}>(DB::PeriodicLog::startCollect(unsigned long)::{lambda()#1}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc419172fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144685293912, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41917307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #15 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f0b2cec8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f0b2ced8: 0x55b6f2954bf0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #16 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #17 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f0b2cec0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:18 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f0b2cec0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:18 #18 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #19 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 2025-10-03 23:58:18 Thread 33 (Thread 0x7fc418979640 (LWP 838) "AsyncMetrics"): 2025-10-03 23:58:18 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:18 No symbol table info available. 2025-10-03 23:58:18 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7ffcc2f0b2f8, __m=0x189, __ts=0x7fc418971bd0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #3 std::__1::condition_variable::__do_timed_wait (this=0x7ffcc2f0b2f8, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:18 ts = {tv_sec = 1759528438, tv_nsec = 0} 2025-10-03 23:58:18 ts_sec_max = 9223372036854775807 2025-10-03 23:58:18 ec = 2025-10-03 23:58:18 d = 2025-10-03 23:58:18 s = 2025-10-03 23:58:18 #4 0x000055b6cfacedf0 in std::__1::condition_variable::wait_until > > (this=0x7ffcc2f0b2d0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:18 __t_ns = {__d_ = {__rep_ = 0}} 2025-10-03 23:58:18 __now = 2025-10-03 23:58:18 #5 std::__1::condition_variable::wait_until >, DB::AsynchronousMetrics::run()::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousMetrics::run()::$_0) (this=0x7ffcc2f0b2d0, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #6 DB::AsynchronousMetrics::run (this=this@entry=0x7ffcc2f0b260) at ./build_docker/./src/Common/AsynchronousMetrics.cpp:357 2025-10-03 23:58:18 lock = {__m_ = 0x7ffcc2f0b2a8, __owns_ = true} 2025-10-03 23:58:18 next_update_time = {__d_ = {__rep_ = 1759528438}} 2025-10-03 23:58:18 #7 0x000055b6cfacf996 in DB::AsynchronousMetrics::start()::$_0::operator()() const (this=) at ./build_docker/./src/Common/AsynchronousMetrics.cpp:280 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #8 std::__1::__invoke[abi:v15007](DB::AsynchronousMetrics::start()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #9 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB19AsynchronousMetrics5startEvE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #10 std::__1::apply[abi:v15007]&>(DB::AsynchronousMetrics::start()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}::operator()() (this=0x55b6f3ef4730) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:18 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:18 thread_status = { = { = {}, }, thread_id = 838, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f0008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f0008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc418971c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 415912, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\226\227\030\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc418971e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\036\227\030\304\177\000\000\036,\243϶U\000", __large = 0x7fc418971ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc418971e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f0009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144964317561, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:18 function = {this = 0x7ffcc2f0b260} 2025-10-03 23:58:18 arguments = 2025-10-03 23:58:18 #12 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}&>(DB::AsynchronousMetrics::start()::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #13 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x55b6f3ef4730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #15 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:18 __f = 0x55b6f3ef4730 2025-10-03 23:58:18 #16 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc418971f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #17 std::__1::function::operator() (this=0x7fc418971f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:18 #18 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f0b2cef0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:18 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 48 '0', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0G\357\363\266U\000\000\200\244\362\363\266U\000", __large = 0x55b6f3ef4730}, __invoker_ = {__call_ = 0x55b6cfacf8a8 ::__call_impl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d22c0 ::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc418971fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144751705627, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:18 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41897207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:18 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:18 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:18 job_is_done = 2025-10-03 23:58:18 #19 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f2903f58: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f2903f68: 0x55b6f0b2cef0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:18 No locals. 2025-10-03 23:58:19 #20 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #21 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f2903f50) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f2903f50}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:19 #22 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #23 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 32 (Thread 0x7fc418178640 (LWP 839) "ConfigReloader"): 2025-10-03 23:58:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #2 0x000055b6e202eb17 in Poco::EventImpl::waitImpl (this=0x55b6f0b5f5a8, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 2025-10-03 23:58:19 abstime = {tv_sec = 576, tv_nsec = 677530539} 2025-10-03 23:58:19 rc = 0 2025-10-03 23:58:19 #3 0x000055b6df7c544c in Poco::Event::tryWait (this=0x55b6f0b5f600, this@entry=0x55b6f0b888a0, milliseconds=137) at ./base/poco/Foundation/include/Poco/Event.h:105 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #4 DB::ConfigReloader::run (this=this@entry=0x55b6f0b888a0) at ./build_docker/./src/Common/Config/ConfigReloader.cpp:85 2025-10-03 23:58:19 config = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {configuration = {_ptr = 0x7fc418170b00}, has_zk_includes = 128, loaded_from_preprocessed = 11, preprocessed_xml = {_ptr = 0x55b6e20861e1 , std::__1::allocator > const&, bool)+57>}, config_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 94244192055872, __cap_ = 140480194512448, __is_long_ = 0}, __s = {__data_ = "\000\000\000\000\000\000\000\000@\362\226\357\266U\000\000@\206\027\030\304\177", __padding_ = 0x7fc418170b67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 94244192055872, 140480194512448}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 zk_changed = 2025-10-03 23:58:19 #5 0x000055b6df7c7274 in std::__1::__invoke[abi:v15007](void (DB::ConfigReloader::*&)(), DB::ConfigReloader*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #6 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::ConfigReloader::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #7 std::__1::apply[abi:v15007]&>(void (DB::ConfigReloader::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=0x55b6f3ef47f0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:19 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f3ef47f0}} 2025-10-03 23:58:19 thread_status = { = { = {}, }, thread_id = 839, os_thread_priority = 0, performance_counters = {counters = 0x7fc5ec008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5ec008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc418170c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\354\305\177\000\000XN\360\363\266U\000", __large = 0x7fc5ec000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc418170e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p.\027\030\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc418172e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc418170e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x55b6f3e42ed0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144964317561, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:19 function = 2025-10-03 23:58:19 arguments = 2025-10-03 23:58:19 #9 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc418170f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #10 std::__1::function::operator() (this=0x7fc418170f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #11 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f3f04e50) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -16 '\360', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\360G\357\363\266U\000\0008\000\000\000\000\000\000", __large = 0x55b6f3ef47f0}, __invoker_ = {__call_ = 0x55b6df7c7188 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e486db68 ::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc418170fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144751716117, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41817107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_is_done = 2025-10-03 23:58:19 #12 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f3ef6ed8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f3ef6ee8: 0x55b6f3f04e50) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #13 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #14 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f3ef6ed0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f3ef6ed0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:19 #15 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #16 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 31 (Thread 0x7fc417977640 (LWP 840) "ExterLdrReload"): 2025-10-03 23:58:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f3ef29f8, __m=0x189, __ts=0x7fc41796fb40) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f3ef29f8, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:19 ts = {tv_sec = 1759528438, tv_nsec = 147966830} 2025-10-03 23:58:19 ts_sec_max = 9223372036854775807 2025-10-03 23:58:19 ec = 2025-10-03 23:58:19 d = 2025-10-03 23:58:19 s = 2025-10-03 23:58:19 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f3ef29d0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:19 __c_now = {__d_ = {__rep_ = 571605272132}} 2025-10-03 23:58:19 __now_count_ns = 2025-10-03 23:58:19 __d_ns_count = 2025-10-03 23:58:19 #5 0x000055b6db7f6bbc in std::__1::condition_variable::__do_timed_wait (this=0x55b6f3ef29d0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f3ef29d0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:19 __t_ns = {__d_ = {__rep_ = 576605271862}} 2025-10-03 23:58:19 __now = 2025-10-03 23:58:19 #7 std::__1::condition_variable::wait_until >, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=this@entry=0x55b6f3ef29d0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #8 0x000055b6db7f4910 in std::__1::condition_variable::wait_for[abi:v15007], DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=0x55b6f3ef29d0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #9 DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=this@entry=0x55b6f3ef2980) at ./build_docker/./src/Interpreters/ExternalLoader.cpp:1268 2025-10-03 23:58:19 lock = {__m_ = 0x55b6f3ef2990, __owns_ = true} 2025-10-03 23:58:19 pred = {this = 0x55b6f3ef2980} 2025-10-03 23:58:19 #10 0x000055b6db7f81f4 in std::__1::__invoke[abi:v15007](void (DB::ExternalLoader::PeriodicUpdater::*&)(), DB::ExternalLoader::PeriodicUpdater*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #11 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #12 std::__1::apply[abi:v15007]&>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=0x55b6f3eaca90) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:19 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f3eaca90}} 2025-10-03 23:58:19 thread_status = { = { = {}, }, thread_id = 840, os_thread_priority = 0, performance_counters = {counters = 0x7fc5e8008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5e8008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41796fc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\246\000\354\305\177\000\000p-q\357\266U\000", __large = 0x7fc5ec00a6e0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41796fe37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\036\227\027\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc417971e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41796fe7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5ec00a1f0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144964317561, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:19 function = 2025-10-03 23:58:19 arguments = 2025-10-03 23:58:19 #14 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41796ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #15 std::__1::function::operator() (this=0x7fc41796ff78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc5ec00a980) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -112 '\220', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\220\312\352\363\266U\000\000\200v\336\363\266U\000", __large = 0x55b6f3eaca90}, __invoker_ = {__call_ = 0x55b6db7f8108 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47ef278 ::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41796ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144751979010, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41797007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_is_done = 2025-10-03 23:58:19 #17 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc5ec00a9b8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc5ec00a9c8: 0x7fc5ec00a980) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #18 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc5ec00a9b0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc5ec00a9b0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:19 #20 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #21 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 30 (Thread 0x7fc417176640 (LWP 841) "ConfigReloader"): 2025-10-03 23:58:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #2 0x000055b6e202eb17 in Poco::EventImpl::waitImpl (this=0x55b6f17ce488, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 2025-10-03 23:58:19 abstime = {tv_sec = 576, tv_nsec = 633931950} 2025-10-03 23:58:19 rc = 0 2025-10-03 23:58:19 #3 0x000055b6df7c544c in Poco::Event::tryWait (this=0x55b6f17ce4e0, this@entry=0x55b6f17ce4f0, milliseconds=137) at ./base/poco/Foundation/include/Poco/Event.h:105 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #4 DB::ConfigReloader::run (this=this@entry=0x55b6f17ce4f0) at ./build_docker/./src/Common/Config/ConfigReloader.cpp:85 2025-10-03 23:58:19 config = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {configuration = {_ptr = 0x7fc41716eb00}, has_zk_includes = 128, loaded_from_preprocessed = 235, preprocessed_xml = {_ptr = 0x55b6e20861e1 , std::__1::allocator > const&, bool)+57>}, config_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 94244192055872, __cap_ = 140480177727040, __is_long_ = 0}, __s = {__data_ = "\000\000\000\000\000\000\000\000@\362\226\357\266U\000\000@f\027\027\304\177", __padding_ = 0x7fc41716eb67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 94244192055872, 140480177727040}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 zk_changed = 2025-10-03 23:58:19 #5 0x000055b6df7c7274 in std::__1::__invoke[abi:v15007](void (DB::ConfigReloader::*&)(), DB::ConfigReloader*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #6 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::ConfigReloader::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #7 std::__1::apply[abi:v15007]&>(void (DB::ConfigReloader::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}::operator()() (this=0x55b6f3ef2700) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:19 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f3ef2700}} 2025-10-03 23:58:19 thread_status = { = { = {}, }, thread_id = 841, os_thread_priority = 0, performance_counters = {counters = 0x7fc5f8008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc5f8008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41716ec58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\370\305\177\000\000\230=\357\363\266U\000", __large = 0x7fc5f8000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41716ee37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\016\027\027\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc417170e70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41716ee7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc5f8009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144964317561, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:19 function = 2025-10-03 23:58:19 arguments = 2025-10-03 23:58:19 #9 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41716ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #10 std::__1::function::operator() (this=0x7fc41716ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #11 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f3ef3d90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000'\357\363\266U\000\000\000\251\360\302\374\177\000", __large = 0x55b6f3ef2700}, __invoker_ = {__call_ = 0x55b6df7c7188 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e486db68 ::ThreadFromGlobalPoolImpl(void (DB::ConfigReloader::*&&)(), DB::ConfigReloader*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41716efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144751789264, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41716f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_is_done = 2025-10-03 23:58:19 #12 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f3eefa98: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f3eefaa8: 0x55b6f3ef3d90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #13 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #14 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f3eefa90) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f3eefa90}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:19 #15 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #16 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 29 (Thread 0x7fc416975640 (LWP 842) "ExterLdrReload"): 2025-10-03 23:58:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x55b6f283f158, __m=0x189, __ts=0x7fc41696db40) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #3 std::__1::condition_variable::__do_timed_wait (this=0x55b6f283f158, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:19 ts = {tv_sec = 1759528438, tv_nsec = 147857790} 2025-10-03 23:58:19 ts_sec_max = 9223372036854775807 2025-10-03 23:58:19 ec = 2025-10-03 23:58:19 d = 2025-10-03 23:58:19 s = 2025-10-03 23:58:19 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x55b6f283f130, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:19 __c_now = {__d_ = {__rep_ = 571605163440}} 2025-10-03 23:58:19 __now_count_ns = 2025-10-03 23:58:19 __d_ns_count = 2025-10-03 23:58:19 #5 0x000055b6db7f6bbc in std::__1::condition_variable::__do_timed_wait (this=0x55b6f283f130, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #6 std::__1::condition_variable::wait_until > > (this=0x55b6f283f130, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:19 __t_ns = {__d_ = {__rep_ = 576605163049}} 2025-10-03 23:58:19 __now = 2025-10-03 23:58:19 #7 std::__1::condition_variable::wait_until >, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=this@entry=0x55b6f283f130, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #8 0x000055b6db7f4910 in std::__1::condition_variable::wait_for[abi:v15007], DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates()::{lambda()#1}) (this=0x55b6f283f130, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #9 DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=this@entry=0x55b6f283f0e0) at ./build_docker/./src/Interpreters/ExternalLoader.cpp:1268 2025-10-03 23:58:19 lock = {__m_ = 0x55b6f283f0f0, __owns_ = true} 2025-10-03 23:58:19 pred = {this = 0x55b6f283f0e0} 2025-10-03 23:58:19 #10 0x000055b6db7f81f4 in std::__1::__invoke[abi:v15007](void (DB::ExternalLoader::PeriodicUpdater::*&)(), DB::ExternalLoader::PeriodicUpdater*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #11 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #12 std::__1::apply[abi:v15007]&>(void (DB::ExternalLoader::PeriodicUpdater::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #13 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}::operator()() (this=0x55b6f3ef3dc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:19 scope_exit288 = {static is_nullable = false, function = {my_state = @0x55b6f3ef3dc0}} 2025-10-03 23:58:19 thread_status = { = { = {}, }, thread_id = 842, os_thread_priority = 0, performance_counters = {counters = 0x7fc600008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc600008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41696dc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 0, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\000\306\177\000\000X\310\361\363\266U\000", __large = 0x7fc600000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41696de37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\376\226\026\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc41696fe70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41696de7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc600009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144964317561, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:19 function = 2025-10-03 23:58:19 arguments = 2025-10-03 23:58:19 #14 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41696df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #15 std::__1::function::operator() (this=0x7fc41696df78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f3f1c850) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300=\357\363\266U\000\000kl\211϶U\000", __large = 0x55b6f3ef3dc0}, __invoker_ = {__call_ = 0x55b6db7f8108 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47ef278 ::ThreadFromGlobalPoolImpl(void (DB::ExternalLoader::PeriodicUpdater::*&&)(), DB::ExternalLoader::PeriodicUpdater*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41696dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144752246712, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41696e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_is_done = 2025-10-03 23:58:19 #17 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f3eaa9a8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f3eaa9b8: 0x55b6f3f1c850) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #18 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f3eaa9a0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f3eaa9a0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:19 #20 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #21 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 28 (Thread 0x7fc416174640 (LWP 843) "ThreadPool"): 2025-10-03 23:58:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:19 ec = 2025-10-03 23:58:19 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f3eaa520) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:19 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:19 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\312Wf\307\177\000\000\270\354\"d\307\177\000", __large = 0x7fc76657ca00}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41616cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575710672571, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41616d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_is_done = false 2025-10-03 23:58:19 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f3ead968: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f3ead978: 0x55b6f3eaa520) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f3ead960) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f3ead960}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:19 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 27 (Thread 0x7fc415973640 (LWP 844) "DDLWorker"): 2025-10-03 23:58:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #2 0x000055b6e202e894 in Poco::EventImpl::waitImpl (this=0x55b6f3de9d58) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #3 0x000055b6db1cb65d in Poco::Event::wait (this=0x189) at ./base/poco/Foundation/include/Poco/Event.h:92 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #4 DB::DDLWorker::runMainThread (this=this@entry=0x55b6f17ae3c0) at ./build_docker/./src/Interpreters/DDLWorker.cpp:1166 2025-10-03 23:58:19 reinitialized = 2025-10-03 23:58:19 e = 2025-10-03 23:58:19 reset_state = {this = 0x55b6f17ae3c0} 2025-10-03 23:58:19 #5 0x000055b6db1f84cc in std::__1::__invoke[abi:v15007](void (DB::DDLWorker::*&)(), DB::DDLWorker*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #6 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::DDLWorker::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #7 std::__1::apply[abi:v15007]&>(void (DB::DDLWorker::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=0x7fc60800a1e0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:19 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc60800a1e0}} 2025-10-03 23:58:19 thread_status = { = { = {}, }, thread_id = 844, os_thread_priority = 0, performance_counters = {counters = 0x7fc60c008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc60c008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc41596bc58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 3158893, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\f\306\177\000\000X\367\356\363\266U\000", __large = 0x7fc60c000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41596be37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "pޖ\025\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc41596de70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41596be7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc60c009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144964317561, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:19 function = 2025-10-03 23:58:19 arguments = 2025-10-03 23:58:19 #9 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc41596bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #10 std::__1::function::operator() (this=0x7fc41596bf78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #11 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x55b6f3eef750) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -32 '\340', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\241\000\b\306\177\000\000\240\311\026\026\304\177\000", __large = 0x7fc60800a1e0}, __invoker_ = {__call_ = 0x55b6db1f8388 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47ec530 ::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41596bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144752801272, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41596c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_is_done = 2025-10-03 23:58:19 #12 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x55b6f3ef3a48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x55b6f3ef3a58: 0x55b6f3eef750) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #13 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #14 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x55b6f3ef3a40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x55b6f3ef3a40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:19 #15 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #16 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 26 (Thread 0x7fc415172640 (LWP 845) "clickhouse-serv"): 2025-10-03 23:58:19 #0 0x00007fc84396cbcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x000055b6e2171965 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x55b6f3f04ee0, remainingTime=..., mode=mode@entry=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 23:58:19 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528437385949} 2025-10-03 23:58:19 pollBuf = {fd = 38, events = 1, revents = 0} 2025-10-03 23:58:19 sockfd = 2025-10-03 23:58:19 rc = 2025-10-03 23:58:19 #2 0x000055b6e2171c14 in Poco::Net::SocketImpl::poll (this=0x55b6f3f04ee0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 23:58:19 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:19 #3 0x000055b6e217de3c in Poco::Net::Socket::poll (this=0x55b6f3eba648, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #4 Poco::Net::TCPServer::run (this=0x55b6f3eba640) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 2025-10-03 23:58:19 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 #5 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:58:19 sset = {__val = {20484, 0 }} 2025-10-03 23:58:19 pData = {_ptr = 0x55b6f3d2ec30} 2025-10-03 23:58:19 pThreadImpl = 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 #6 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #7 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 25 (Thread 0x7fc414971640 (LWP 846) "clickhouse-serv"): 2025-10-03 23:58:19 #0 0x00007fc84396cbcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x000055b6e2171965 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x55b6f283f3e0, remainingTime=..., mode=mode@entry=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 23:58:19 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528437522986} 2025-10-03 23:58:19 pollBuf = {fd = 39, events = 1, revents = 0} 2025-10-03 23:58:19 sockfd = 2025-10-03 23:58:19 rc = 2025-10-03 23:58:19 #2 0x000055b6e2171c14 in Poco::Net::SocketImpl::poll (this=0x55b6f283f3e0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 23:58:19 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:19 #3 0x000055b6e217de3c in Poco::Net::Socket::poll (this=0x55b6f3f21168, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #4 Poco::Net::TCPServer::run (this=0x55b6f3f21160) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 2025-10-03 23:58:19 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 #5 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:58:19 sset = {__val = {20484, 0 }} 2025-10-03 23:58:19 pData = {_ptr = 0x55b6f3eba970} 2025-10-03 23:58:19 pThreadImpl = 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 #6 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #7 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 24 (Thread 0x7fc414170640 (LWP 847) "DDLWorkerClnr"): 2025-10-03 23:58:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #2 0x000055b6e202e894 in Poco::EventImpl::waitImpl (this=0x55b6f3eaba48) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #3 0x000055b6db1cebfc in Poco::Event::wait (this=0x189) at ./base/poco/Foundation/include/Poco/Event.h:92 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #4 DB::DDLWorker::runCleanupThread (this=this@entry=0x55b6f17ae3c0) at ./build_docker/./src/Interpreters/DDLWorker.cpp:1229 2025-10-03 23:58:19 zookeeper = {__ptr_ = 0x7fc60c00a410, __cntrl_ = 0x7fc60c00a000} 2025-10-03 23:58:19 current_time_seconds = 2025-10-03 23:58:19 last_cleanup_time_seconds = 1759528006 2025-10-03 23:58:19 #5 0x000055b6db1f84cc in std::__1::__invoke[abi:v15007](void (DB::DDLWorker::*&)(), DB::DDLWorker*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #6 std::__1::__apply_tuple_impl[abi:v15007]&, 0ul>(void (DB::DDLWorker::*&)(), std::__1::tuple&, std::__1::__tuple_indices<0ul>) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #7 std::__1::apply[abi:v15007]&>(void (DB::DDLWorker::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #8 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=0x7fc60800a8b0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:19 scope_exit288 = {static is_nullable = false, function = {my_state = @0x7fc60800a8b0}} 2025-10-03 23:58:19 thread_status = { = { = {}, }, thread_id = 847, os_thread_priority = 0, performance_counters = {counters = 0x7fc610008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc610008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc414168c58, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 472, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "0\000\000\020\306\177\000\000x\240\000\b\306\177\000", __large = 0x7fc610000030}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc414168e37 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "p\256\026\024\304\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc41416ae70}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc414168e7f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc610009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144964317561, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:19 function = 2025-10-03 23:58:19 arguments = 2025-10-03 23:58:19 #9 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc414168f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #10 std::__1::function::operator() (this=0x7fc414168f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #11 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc60800a070) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -80 '\260', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\260\250\000\b\306\177\000\0009\221\217C\310\177\000", __large = 0x7fc60800a8b0}, __invoker_ = {__call_ = 0x55b6db1f8388 ::__call_impl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47ec530 ::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc414168fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144753003151, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41416907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_is_done = 2025-10-03 23:58:19 #12 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc60800a478: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc60800a488: 0x7fc60800a070) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #13 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #14 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc60800a470) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc60800a470}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:19 #15 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #16 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 23 (Thread 0x7fc41396f640 (LWP 848) "clickhouse-serv"): 2025-10-03 23:58:19 #0 0x00007fc84396cbcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x000055b6e2171965 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x55b6f3eb3000, remainingTime=..., mode=mode@entry=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 23:58:19 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528437387899} 2025-10-03 23:58:19 pollBuf = {fd = 40, events = 1, revents = 0} 2025-10-03 23:58:19 sockfd = 2025-10-03 23:58:19 rc = 2025-10-03 23:58:19 #2 0x000055b6e2171c14 in Poco::Net::SocketImpl::poll (this=0x55b6f3eb3000, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 23:58:19 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:19 #3 0x000055b6e217de3c in Poco::Net::Socket::poll (this=0x55b6f3f21298, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #4 Poco::Net::TCPServer::run (this=0x55b6f3f21290) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 2025-10-03 23:58:19 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 #5 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:58:19 sset = {__val = {20484, 0 }} 2025-10-03 23:58:19 pData = {_ptr = 0x55b6f3e45360} 2025-10-03 23:58:19 pThreadImpl = 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 #6 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #7 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 22 (Thread 0x7fc41316e640 (LWP 849) "clickhouse-serv"): 2025-10-03 23:58:19 #0 0x00007fc84396cbcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x000055b6e2171965 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x55b6f3dea5a0, remainingTime=..., mode=mode@entry=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 23:58:19 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528437385873} 2025-10-03 23:58:19 pollBuf = {fd = 41, events = 1, revents = 0} 2025-10-03 23:58:19 sockfd = 2025-10-03 23:58:19 rc = 2025-10-03 23:58:19 #2 0x000055b6e2171c14 in Poco::Net::SocketImpl::poll (this=0x55b6f3dea5a0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 23:58:19 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:19 #3 0x000055b6e217de3c in Poco::Net::Socket::poll (this=0x55b6f3f213c8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #4 Poco::Net::TCPServer::run (this=0x55b6f3f213c0) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 2025-10-03 23:58:19 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 #5 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:58:19 sset = {__val = {20484, 0 }} 2025-10-03 23:58:19 pData = {_ptr = 0x55b6f3dea4f0} 2025-10-03 23:58:19 pThreadImpl = 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 exc = 2025-10-03 23:58:19 #6 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #7 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 21 (Thread 0x7fc41296d640 (LWP 850) "ZooKeeperSend"): 2025-10-03 23:58:19 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x00007fc8438e7e9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #2 0x000055b6e4213635 in std::__1::__libcpp_condvar_timedwait[abi:v15007](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fc60c00ad58, __m=0x189, __ts=0x7fc412965a00) at ./contrib/llvm-project/libcxx/include/__threading_support:341 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #3 std::__1::condition_variable::__do_timed_wait (this=0x7fc60c00ad58, lk=..., tp=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 2025-10-03 23:58:19 ts = {tv_sec = 1759528438, tv_nsec = 118554830} 2025-10-03 23:58:19 ts_sec_max = 9223372036854775807 2025-10-03 23:58:19 ec = 2025-10-03 23:58:19 d = 2025-10-03 23:58:19 s = 2025-10-03 23:58:19 #4 0x000055b6cf92cafd in std::__1::condition_variable::wait_for > (this=0x7fc60c00ad30, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 2025-10-03 23:58:19 __c_now = {__d_ = {__rep_ = 566576860524}} 2025-10-03 23:58:19 __now_count_ns = 2025-10-03 23:58:19 __d_ns_count = 2025-10-03 23:58:19 #5 0x000055b6df8c5ca8 in std::__1::condition_variable::__do_timed_wait (this=0x7fc60c00ad30, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #6 std::__1::condition_variable::wait_until > > (this=0x7fc60c00ad30, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 2025-10-03 23:58:19 __t_ns = {__d_ = {__rep_ = 576575860104}} 2025-10-03 23:58:19 __now = 2025-10-03 23:58:19 #7 std::__1::condition_variable::wait_until >, ConcurrentBoundedQueue::popImpl(Coordination::ZooKeeper::RequestInfo&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, ConcurrentBoundedQueue::popImpl(Coordination::ZooKeeper::RequestInfo&, std::__1::optional)::{lambda()#1}) (this=this@entry=0x7fc60c00ad30, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #8 0x000055b6df8c57fd in std::__1::condition_variable::wait_for[abi:v15007], ConcurrentBoundedQueue::popImpl(Coordination::ZooKeeper::RequestInfo&, std::__1::optional)::{lambda()#1}>(std::__1::unique_lock&, std::__1::chrono::duration > const&, ConcurrentBoundedQueue::popImpl(Coordination::ZooKeeper::RequestInfo&, std::__1::optional)::{lambda()#1}) (this=0x7fc60c00ad30, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #9 ConcurrentBoundedQueue::popImpl (this=this@entry=0x7fc60c00aca8, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:73 2025-10-03 23:58:19 wait_result = 2025-10-03 23:58:19 queue_lock = {__m_ = 0x7fc60c00acd8, __owns_ = true} 2025-10-03 23:58:19 predicate = {this = 0x7fc60c00aca8} 2025-10-03 23:58:19 #10 0x000055b6df8ae7b0 in ConcurrentBoundedQueue::tryPop (this=0x7fc60c00aca8, x=..., milliseconds=) at ./src/Common/ConcurrentBoundedQueue.h:159 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #11 Coordination::ZooKeeper::sendThread (this=this@entry=0x7fc60c00a7c0) at ./build_docker/./src/Common/ZooKeeper/ZooKeeperImpl.cpp:708 2025-10-03 23:58:19 info = {request = {__ptr_ = 0x0, __cntrl_ = 0x0}, callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6df849788 ::__call_empty(std::__1::__function::__policy_storage const*, Coordination::Response const&)>}, __policy_ = 0x55b6e4319280 }}, watch = {__ptr_ = 0x0, __cntrl_ = 0x0}, time = {__d_ = {__rep_ = 0}}} 2025-10-03 23:58:19 max_wait = 2025-10-03 23:58:19 now = {__d_ = {__rep_ = 566576859963}} 2025-10-03 23:58:19 next_heartbeat_time = 2025-10-03 23:58:19 prev_bytes_sent = 2025-10-03 23:58:19 prev_heartbeat_time = {__d_ = {__rep_ = 566576751711}} 2025-10-03 23:58:19 #12 0x000055b6df8be2f6 in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0::operator()() const (this=) at ./build_docker/./src/Common/ZooKeeper/ZooKeeperImpl.cpp:401 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #13 std::__1::__invoke[abi:v15007] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #14 _ZNSt3__118__apply_tuple_implB6v15007IRZN12Coordination9ZooKeeperC1ERKNS_6vectorIN6zkutil11ShuffleHostENS_9allocatorIS5_EEEERKNS4_13ZooKeeperArgsENS_10shared_ptrIN2DB12ZooKeeperLogEEEE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #15 std::__1::apply[abi:v15007] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #16 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}::operator()() (this=0x7fc60c30bcc0) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:19 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:19 thread_status = { = { = {}, }, thread_id = 850, os_thread_priority = 0, performance_counters = {counters = 0x7fc624008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc624008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc412965c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 784, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@֖\022\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc412965e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300^\226\022\304\177\000\000\036,\243϶U\000", __large = 0x7fc412965ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc412965e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc624009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144968317553, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:19 function = {this = 0x7fc60c00a7c0} 2025-10-03 23:58:19 arguments = 2025-10-03 23:58:19 #17 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #18 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #19 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x7fc60c30bcc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #20 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:19 __f = 0x7fc60c30bcc0 2025-10-03 23:58:19 #21 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc412965f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #22 std::__1::function::operator() (this=0x7fc412965f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #23 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc60800a6a0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:19 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = -64 '\300', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300\2740\f\306\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc60c30bcc0}, __invoker_ = {__call_ = 0x55b6df8be208 ::__call_impl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4878b38 ::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc412965fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144755535930, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:19 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41296607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:19 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:19 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:19 job_is_done = 2025-10-03 23:58:19 #24 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc60800a738: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc60800a748: 0x7fc60800a6a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #25 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #26 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc60800a730) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:19 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc60800a730}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:19 #27 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #28 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 2025-10-03 23:58:19 Thread 20 (Thread 0x7fc41216c640 (LWP 851) "clickhouse-serv"): 2025-10-03 23:58:19 #0 0x00007fc84396cbcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:19 No symbol table info available. 2025-10-03 23:58:19 #1 0x000055b6e2171965 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x55b6f3f262f0, remainingTime=..., mode=mode@entry=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 23:58:19 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528437386325} 2025-10-03 23:58:19 pollBuf = {fd = 42, events = 1, revents = 0} 2025-10-03 23:58:19 sockfd = 2025-10-03 23:58:19 rc = 2025-10-03 23:58:19 #2 0x000055b6e2171c14 in Poco::Net::SocketImpl::poll (this=0x55b6f3f262f0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 23:58:19 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:19 #3 0x000055b6e217de3c in Poco::Net::Socket::poll (this=0x55b6f3f214f8, timeout=..., mode=1) at ./base/poco/Net/include/Poco/Net/Socket.h:374 2025-10-03 23:58:19 No locals. 2025-10-03 23:58:19 #4 Poco::Net::TCPServer::run (this=0x55b6f3f214f0) at ./build_docker/./base/poco/Net/src/TCPServer.cpp:133 2025-10-03 23:58:20 timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 250000} 2025-10-03 23:58:20 exc = 2025-10-03 23:58:20 #5 0x000055b6e20cf24f in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 2025-10-03 23:58:20 sset = {__val = {20484, 0 }} 2025-10-03 23:58:20 pData = {_ptr = 0x55b6f3eb6450} 2025-10-03 23:58:20 pThreadImpl = 2025-10-03 23:58:20 exc = 2025-10-03 23:58:20 exc = 2025-10-03 23:58:20 #6 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #7 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 19 (Thread 0x7fc41196b640 (LWP 852) "ZooKeeperRecv"): 2025-10-03 23:58:20 #0 0x00007fc84396cbcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x000055b6e2171965 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fc60c00a630, remainingTime=..., mode=mode@entry=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:437 2025-10-03 23:58:20 start = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528428120465} 2025-10-03 23:58:20 pollBuf = {fd = 43, events = 1, revents = 0} 2025-10-03 23:58:20 sockfd = 2025-10-03 23:58:20 rc = 2025-10-03 23:58:20 #2 0x000055b6e2171c14 in Poco::Net::SocketImpl::poll (this=0x7fc60c00a630, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:505 2025-10-03 23:58:20 remainingTime = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 10000000} 2025-10-03 23:58:20 #3 0x000055b6cfb182cc in DB::ReadBufferFromPocoSocketBase::poll (this=0x7fc60c00a9a8, timeout_microseconds=10000000) at ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:144 2025-10-03 23:58:20 watch = {start_ns = 566360428315, stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 res = 2025-10-03 23:58:20 #4 0x000055b6df8b0c29 in Coordination::ZooKeeper::receiveThread (this=this@entry=0x7fc60c00a7c0) at ./build_docker/./src/Common/ZooKeeper/ZooKeeperImpl.cpp:795 2025-10-03 23:58:20 earliest_operation = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {request = {__ptr_ = 0x7fc60c30d500, __cntrl_ = 0x7fc60c30d4e0}, callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\200\3400\f\306\177\000\000|\000\000\000w\000\000", __large = 0x7fc60c30e080}, __invoker_ = {__call_ = 0x55b6df8c0188 ::__call_impl, std::__1::allocator > const&, Coordination::ListRequestType, std::__1::function, std::__1::shared_ptr >)::$_0, void (Coordination::Response const&)> >(std::__1::__function::__policy_storage const*, Coordination::Response const&)>}, __policy_ = 0x55b6e4878ce8 , std::__1::allocator > const&, Coordination::ListRequestType, std::__1::function, std::__1::shared_ptr >)::$_0, void (Coordination::Response const&)> >(std::__1::integral_constant)::__policy_>}}, watch = {__ptr_ = 0x7fc61800aa18, __cntrl_ = 0x7fc61800aa00}, time = {__d_ = {__rep_ = 144978320767}}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 now = {__d_ = {__rep_ = 566577766449}} 2025-10-03 23:58:20 max_wait_us = 10000000 2025-10-03 23:58:20 prev_bytes_received = 2025-10-03 23:58:20 waited_us = 0 2025-10-03 23:58:20 #5 0x000055b6df8be816 in Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1::operator()() const (this=) at ./build_docker/./src/Common/ZooKeeper/ZooKeeperImpl.cpp:402 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #6 std::__1::__invoke[abi:v15007] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 _ZNSt3__118__apply_tuple_implB6v15007IRZN12Coordination9ZooKeeperC1ERKNS_6vectorIN6zkutil11ShuffleHostENS_9allocatorIS5_EEEERKNS4_13ZooKeeperArgsENS_10shared_ptrIN2DB12ZooKeeperLogEEEE3$_1RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::apply[abi:v15007] > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}::operator()() (this=0x7fc60c30c100) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:20 thread_status = { = { = {}, }, thread_id = 852, os_thread_priority = 0, performance_counters = {counters = 0x7fc618008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc618008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f54b0 }, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc411963c68, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x55b6ef7f3400 }, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = -1415, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = " :\243϶U\000\000@\266\226\021\304\177\000", __large = 0x55b6cfa33a20 ::~FiberLocal()>}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, local_data = {profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, client_logs_level = DB::LogsLevel::none, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc411963e47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 0, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\300>\226\021\304\177\000\000\036,\243϶U\000", __large = 0x7fc411963ec0}, __invoker_ = {__call_ = 0x55b6cf8b9888 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc411963e8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 0}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc618009fc0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 144968317553, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cccaf828 ::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4319280 }}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:20 function = {this = 0x7fc60c00a7c0} 2025-10-03 23:58:20 arguments = 2025-10-03 23:58:20 #10 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #11 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #12 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=0x7fc60c30c100) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:20 __f = 0x7fc60c30c100 2025-10-03 23:58:20 #14 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc411963f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #15 std::__1::function::operator() (this=0x7fc411963f78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #16 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc60c30bc90) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\3010\f\306\177\000\000\000\000\000\000\000\000\000", __large = 0x7fc60c30c100}, __invoker_ = {__call_ = 0x55b6df8be728 ::__call_impl::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4878b68 ::ThreadFromGlobalPoolImpl > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1>(Coordination::ZooKeeper::ZooKeeper(std::__1::vector > const&, zkutil::ZooKeeperArgs const&, std::__1::shared_ptr)::$_1&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc411963fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 144755772684, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41196407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = 2025-10-03 23:58:20 #17 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc60c30bfa8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc60c30bfb8: 0x7fc60c30bc90) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #18 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #19 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc60c30bfa0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc60c30bfa0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #20 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #21 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 18 (Thread 0x7fc41116a640 (LWP 855) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc7642266a0) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\203\214e\307\177\000\000\b\275=d\307\177\000", __large = 0x7fc7658c8300}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc411162fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575667358008, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41116307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc7642209e8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc7642209f8: 0x7fc7642266a0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc7642209e0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc7642209e0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 17 (Thread 0x7fc410969640 (LWP 863) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62c00a760) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\0001\235f\307\177\000\000\b+\\\374\303\177\000", __large = 0x7fc7669d3100}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc410961fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575692857795, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41096207f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62c00a7d8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62c00a7e8: 0x7fc62c00a760) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62c00a7d0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62c00a7d0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 16 (Thread 0x7fc410168640 (LWP 864) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62c00abf0) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000b\273e\307\177\000\000\350}1f\307\177\000", __large = 0x7fc765bb6200}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc410160fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575726878871, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc41016107f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62c00ac88: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62c00ac98: 0x7fc62c00abf0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62c00ac80) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62c00ac80}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 15 (Thread 0x7fc40f967640 (LWP 866) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc64, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc64, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62c00afc0) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\037\360e\307\177\000\000\370\024\317d\307\177\000", __large = 0x7fc765f01f00}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f95ffef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575624391667, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f96007f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62c00b058: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62c00b068: 0x7fc62c00afc0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62c00b050) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62c00b050}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 14 (Thread 0x7fc40f166640 (LWP 867) "QueryPullPipeEx"): 2025-10-03 23:58:20 #0 0x00007fc8438ea9fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc843896476 in raise () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x00007fc84387c7f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #3 0x000055b6cf8eea91 in DB::abortOnFailedAssertion (description=..., trace=, trace_offset=trace_offset@entry=0, trace_size=21) at ./build_docker/./src/Common/Exception.cpp:48 2025-10-03 23:58:20 logger = @0x55b6f0231eb0: { = { = {_vptr$Configurable = 0x55b6e4a6cd88 }, = {_vptr$RefCountedObject = 0x55b6e4a6cdd0 , _counter = {> = {> = {__a_ = {> = {__a_value = 1}, }, static is_always_lock_free = }, }, }}, }, static ROOT = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x55b6ef96f217 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x55b6f0231edf "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _pChannel = 0x55b6f0239780, _level = {> = {> = {__a_ = {> = {__a_value = 8}, }, static is_always_lock_free = }, }, }} 2025-10-03 23:58:20 #4 0x000055b6cf8ef033 in DB::handle_error_code (msg=..., code=code@entry=49, remote=, trace=...) at ./build_docker/./src/Common/Exception.cpp:71 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 0x000055b6cf8efd57 in DB::Exception::Exception (this=0x7fc63c049640, msg_masked=..., code=49, remote_=) at ./build_docker/./src/Common/Exception.cpp:115 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #6 0x000055b6c2f89136 in DB::Exception::Exception(PreformattedMessage&&, int) () 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #7 0x000055b6c4933c4f in DB::Exception::Exception(int, FormatStringHelperImpl::type, std::__1::type_identity::type>, unsigned long&, unsigned long const&) () 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #8 0x000055b6ddf20c51 in DB::MergeTreeRangeReader::continueReadingChain (this=this@entry=0x7fc63c01ea20, result=..., num_rows=@0x7fc40f15e178: 10000) at ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1270 2025-10-03 23:58:20 columns = {__begin_ = 0x7fc63c045340, __end_ = 0x0, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x0}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }} 2025-10-03 23:58:20 started_ranges = @0x7fc40f15e288: {__begin_ = 0x7fc63c011120, __end_ = 0x7fc63c011138, __end_cap_ = {> = {__value_ = 0x7fc63c011138}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:20 rows_per_granule = @0x7fc40f15e2a0: {__begin_ = 0x7fc63c052090, __end_ = 0x7fc63c0520a0, __end_cap_ = {> = {__value_ = 0x7fc63c0520a0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:20 current_task_last_mark = 2025-10-03 23:58:20 next_range_to_start = 1 2025-10-03 23:58:20 size = 2 2025-10-03 23:58:20 #9 0x000055b6ddf1e08d in DB::MergeTreeRangeReader::read (this=0x7fc63c01ea20, max_rows=16384, ranges=...) at ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:981 2025-10-03 23:58:20 num_read_rows = 10000 2025-10-03 23:58:20 columns = {__begin_ = 0x7fc63c045340, __end_ = 0x7fc63c045350, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x7fc63c045350}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }} 2025-10-03 23:58:20 total_bytes = 2025-10-03 23:58:20 scope_exit974 = {static is_nullable = , function = {this = 0x7fc63c01ea20, read_result = @0x7fc40f15e220}} 2025-10-03 23:58:20 read_result = {columns = {__begin_ = 0x7fc63c01fe50, __end_ = 0x0, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x0}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }}, num_rows = 4081, additional_columns = {data = {__begin_ = 0x55f94682f6f0, __end_ = 0x55f94682c710, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x55f9468760a0}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = 96, bucket_num = 22009}}, started_ranges = {__begin_ = 0x55f94682e780, __end_ = 0x10040817, __end_cap_ = {> = {__value_ = 0x55f94682e7a0}, , 1, true>> = {> = { >> = {}, }, }, }}, rows_per_granule = {__begin_ = 0x55f6be7f3d50, __end_ = 0x55f94682d600, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, total_rows_per_granule = 0, num_read_rows = 0, num_rows_to_skip_in_last_granule = 94529118203744, num_bytes_read = 7308604758904422980, final_filter = {const_description = {always_false = 115, always_true = false}, column = {> = {px = 0x7f9a10061c10}, }, data = 0x290a3930, cached_count_bytes = 94529118201632}, can_return_prewhere_column_without_filtering = true, log = {__ptr_ = 0x0, __cntrl_ = 0x0}} 2025-10-03 23:58:20 #10 0x000055b6ddf5c74f in DB::MergeTreeReadTask::read (this=0x7fc63c01e9f0, params=...) at ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:162 2025-10-03 23:58:20 read_result = {columns = {__begin_ = 0x7fc63c01fe50, __end_ = 0x7fc63c01fe50, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x7fc63c01fe58}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }}, num_rows = 16384, additional_columns = {data = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = false, bucket_num = -1}}, started_ranges = {__begin_ = 0x7fc63c011120, __end_ = 0x7fc63c011138, __end_cap_ = {> = {__value_ = 0x7fc63c011138}, , 1, true>> = {> = { >> = {}, }, }, }}, rows_per_granule = {__begin_ = 0x7fc63c052090, __end_ = 0x7fc63c0520a0, __end_cap_ = {> = {__value_ = 0x7fc63c0520a0}, , 1, true>> = {> = { >> = {}, }, }, }}, total_rows_per_granule = 16384, num_read_rows = 16384, num_rows_to_skip_in_last_granule = 0, num_bytes_read = 0, final_filter = {const_description = {always_false = false, always_true = false}, column = {> = {px = 0x0}, }, data = 0x0, cached_count_bytes = 18446744073709551615}, can_return_prewhere_column_without_filtering = true, log = {__ptr_ = 0x7fc764c04b00, __cntrl_ = 0x0}} 2025-10-03 23:58:20 block = {data = {__begin_ = 0x0, __end_ = 0x7fc63c011120, __end_cap_ = {> = {__value_ = 0x7fc40f15e3f0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x55b6cf89740a }, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 140480043410416}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 140480043410448}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 8.59153646e+23}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = 80, bucket_num = 32708}} 2025-10-03 23:58:20 res = {block = {data = {__begin_ = 0xf6180, __end_ = 0xf0166700, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x7fc7655f45b8}, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 94244189580656}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x3c9b94e88fc14d30}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 140494375962040}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = -2.38811584e+28}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = 51, bucket_num = 21942}}, row_count = 1, num_read_rows = 140498103669049, num_read_bytes = 0} 2025-10-03 23:58:20 rows_to_read = 6 2025-10-03 23:58:20 sample_block = 2025-10-03 23:58:20 num_read_rows = 2025-10-03 23:58:20 num_read_bytes = 2025-10-03 23:58:20 num_filtered_rows = 2025-10-03 23:58:20 recommended_rows = 2025-10-03 23:58:20 #11 0x000055b6df2243f4 in DB::MergeTreeInOrderSelectAlgorithm::readFromTask (this=, task=..., params=...) at ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #12 0x000055b6ddf5714c in DB::MergeTreeSelectProcessor::read (this=0x7fc766b9b740) at ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:193 2025-10-03 23:58:20 res = {block = {data = {__begin_ = 0xf6180, __end_ = 0xf0166700, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}, index_by_name = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, unsigned long>, void*>*>**, 0, false>> = {__value_ = 0x7fc7655f45b8}, , std::__1::allocator >, unsigned long>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 94244189580656}, , std::__1::allocator >, unsigned long>, void*>*>*>, 1, true>> = {, std::__1::allocator >, unsigned long>, void*>*>*>> = {, std::__1::allocator >, unsigned long>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, unsigned long>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x3c9b94e88fc14d30}}, , std::__1::allocator >, unsigned long>, void*> >, 1, true>> = {, std::__1::allocator >, unsigned long>, void*> >> = {, std::__1::allocator >, unsigned long>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 140494375962040}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = -2.38811584e+28}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, unsigned long>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, info = {is_overflows = 51, bucket_num = 21942}}, row_count = 1, num_read_rows = 140498103669049, num_read_bytes = 0} 2025-10-03 23:58:20 e = 2025-10-03 23:58:20 #13 0x000055b6df250475 in DB::MergeTreeSource::tryGenerate (this=0x7fc7655f45b8) at ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225 2025-10-03 23:58:20 span = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f15e687 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, } 2025-10-03 23:58:20 #14 0x000055b6de7cc8fa in DB::ISource::work (this=0x7fc7655f45b8) at ./build_docker/./src/Processors/ISource.cpp:108 2025-10-03 23:58:20 chunk = {> = {> = {> = {> = {> = {> = {{__null_state_ = -38 '\332', __val_ = {columns = {__begin_ = 0xaff9a39741d73fda, __end_ = 0x9ddfea08eb382d69, __end_cap_ = {::immutable_ptr*, 0, false>> = {__value_ = 0x0}, ::immutable_ptr >, 1, true>> = {::immutable_ptr >> = {::immutable_ptr > >> = {}, }, }, }}, num_rows = 140489387052944, chunk_infos = {records = {__begin_ = 0x4, __end_ = 0x55b6e4307719 , __end_cap_ = {::Rec*, 0, false>> = {__value_ = 0x1}, ::Rec>, 1, true>> = {::Rec>> = {::Rec> >> = {}, }, }, }}}}}, __engaged_ = 144}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 #15 0x000055b6de7f9920 in DB::executeJob (node=0x7fc76507c090, read_progress_callback=0x7fc76729f3a0) at ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:47 2025-10-03 23:58:20 exception = { = { = {_vptr$exception = 0x55b6e4307719 , static capacity = 32, frames = {0x1, 0x0, 0x7fc40f15e820, 0x55b6e4307b3a , 0x8600000008, 0x0, 0x860de75921, 0x1, 0x0, 0x55b6da686ba5 , 0x7, 0xffffffffffff92b8, 0x630f15e970, 0x1000, 0x0, 0x8ebc6399ecabda5f, 0x7fc40f15e9b8, 0x55b6cf955a9e , 0x7fc40f15e9b8, 0x55b6e42d3a09 , 0x7fc40f15e8a0, 0x55b6cfc3ce70 ::lock()+48>, 0x0, 0x7fc40f15e980, 0x7fc40f15e950, 0x55b6de7faae5 &, int)+197>, 0x7fc76773f840, 0xffffffffffff92b8, 0x1000, 0x7fc63c000030, 0x0, 0x7fc76507c090}, size = 1006764352}, _msg = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc8438f9139 "H\205\300\017\204\016\002", __size_ = 2305843009213693951, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = "9\221\217C\310\177\000\000\377\377\377\377\377\377\377\037\000\000\000\000\000\000", __padding_ = 0x7fc40f15e8ff "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {140498103669049, 2305843009213693951, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _pNested = 0x0, _code = 253094208}, static enable_job_stack_trace = false, static can_use_thread_frame_pointers = false, static callback = {, std::__1::allocator > const&, int, bool, std::__1::vector > const&)>> = {}, , std::__1::allocator > const&, int, bool, std::__1::vector > const&)>> = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cf8fc6c8 , std::__1::allocator > const&, int, bool, std::__1::vector > const&)>::__call_empty(std::__1::__function::__policy_storage const*, std::__1::basic_string, std::__1::allocator > const&, int, bool, std::__1::vector > const&)>}, __policy_ = 0x55b6e4319280 }}, static thread_frame_pointers = {frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}}, remote = 196, message_format_string = {static npos = 18446744073709551615, __data = 0x7fc63c03fe90 "\220\300\ae\307\177", __size = 140494380677648}, message_format_string_args = {__begin_ = 0x7fc40f15e950, __end_ = 0x7fc765a739a0, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x7fc765a739a0}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }}, capture_thread_frame_pointers = {__begin_ = 0x0, __end_ = 0x7fc63c028f90, __end_cap_ = {*, 0, false>> = {__value_ = 0x55b6cf955fde }, >, 1, true>> = { >> = { > >> = {}, }, }, }}} 2025-10-03 23:58:20 is_source = 2025-10-03 23:58:20 read_progress = 2025-10-03 23:58:20 #16 DB::ExecutionThreadContext::executeTask (this=0x7fc63c028f90) at ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:96 2025-10-03 23:58:20 execution_time_watch = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {start_ns = 575758887424, stop_ns = 0, clock_type = 4, is_running = true}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 span = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }} 2025-10-03 23:58:20 #17 0x000055b6de7e7583 in DB::PipelineExecutor::executeStepImpl (this=this@entry=0x7fc765a73998, thread_num=thread_num@entry=0, yield_flag=yield_flag@entry=0x0) at ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273 2025-10-03 23:58:20 yield = false 2025-10-03 23:58:20 context = 2025-10-03 23:58:20 #18 0x000055b6de7e66f6 in DB::PipelineExecutor::executeSingleThread (this=0x7fc765a73998, thread_num=0) at ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:239 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #19 DB::PipelineExecutor::executeImpl (this=this@entry=0x7fc765a73998, num_threads=num_threads@entry=1, concurrency_control=) at ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:411 2025-10-03 23:58:20 slot = {__ptr_ = 0x7fc63c025700, __cntrl_ = 0x7fc63c0256d0} 2025-10-03 23:58:20 finished_flag = false 2025-10-03 23:58:20 scope_exit400 = {static is_nullable = , function = {finished_flag = @0x7fc40f15eaef, this = 0x7fc765a73998}} 2025-10-03 23:58:20 #20 0x000055b6de7e630a in DB::PipelineExecutor::execute (this=0x7fc765a73998, num_threads=1, concurrency_control=false) at ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:111 2025-10-03 23:58:20 span = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f15eb5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, } 2025-10-03 23:58:20 #21 0x000055b6de7fed6c in DB::threadFunction (data=..., thread_group=..., num_threads=1, concurrency_control=) at ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83 2025-10-03 23:58:20 scope_exit75 = {static is_nullable = false, function = {}} 2025-10-03 23:58:20 #22 DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0::operator()() const (this=0x7fc40f15eed0) at ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:109 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #23 std::__1::__invoke[abi:v15007](DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #24 _ZNSt3__118__apply_tuple_implB6v15007IRZN2DB28PullingAsyncPipelineExecutor4pullERNS1_5ChunkEmE3$_0RNS_5tupleIJEEETpTnmJEEEDcOT_OT0_NS_15__tuple_indicesIJXspT1_EEEE (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #25 std::__1::apply[abi:v15007]&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #26 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:311 2025-10-03 23:58:20 scope_exit288 = {static is_nullable = false, function = {}} 2025-10-03 23:58:20 function = {thread_group = {__ptr_ = 0x7fc764d5a2f8, __cntrl_ = 0x7fc764d5a2e0}, this = 0x7fc76fff6ff0} 2025-10-03 23:58:20 thread_status = { = { = {}, }, thread_id = 867, os_thread_priority = 0, performance_counters = {counters = 0x7fc63c008980, counters_holder = {__ptr_ = {*, 0, false>> = {__value_ = 0x7fc63c008980}, []>, 1, true>> = { []>> = {}, }, }}, parent = {> = {__a_ = {> = {__a_value = 0x7fc764d5a340}, }, static is_always_lock_free = }, }, trace_profile_events = false, level = VariableContext::Thread, static num_counters = {t = 710}}, current_performance_counters = 0x7fc40f15ec18, memory_tracker = {amount = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, peak = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, soft_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, hard_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_limit = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, allow_use_jemalloc_memory = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, static free_memory_in_allocator_arenas = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, profiler_step = 0, fault_probability = 0, sample_probability = -1, min_allocation_size_bytes = 0, max_allocation_size_bytes = 0, parent = {> = {__a_ = {> = {__a_value = 0x7fc764d5a360}, }, static is_always_lock_free = }, }, metric = {, false>> = {__a_ = { >> = {__a_value = {t = 300}}, }, static is_always_lock_free = }, }, description_ptr = {> = {__a_ = {> = {__a_value = 0x55b6bb231f17 "(for thread)"}, }, static is_always_lock_free = }, }, max_wait_time = { >, false>> = {__a_ = { > >> = {__a_value = {__rep_ = 0}}, }, static is_always_lock_free = }, }, overcommit_tracker = {> = {__a_ = {> = {__a_value = 0x0}, }, static is_always_lock_free = }, }, log_peak_memory_usage_in_destructor = true, static USAGE_EVENT_NAME = , static PEAK_USAGE_EVENT_NAME = , level = VariableContext::Thread}, untracked_memory = 936079, untracked_memory_limit = 4194304, progress_in = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, progress_out = {read_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, read_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_rows_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, total_bytes_to_read = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, written_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_rows = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, result_bytes = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, elapsed_ns = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }}, thread_group = {__ptr_ = 0x7fc764d5a2f8, __cntrl_ = 0x7fc764d5a2e0}, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, query_context = {__ptr_ = 0x7fc766e32800, __cntrl_ = 0x7fc7652d1e40}, fatal_error_callback = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\340\212\000d\307\177\000\0008\216\000d\307\177\000", __large = 0x7fc764008ae0}, __invoker_ = {__call_ = 0x55b6de6bfbe8 ::__call_impl >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e482fa98 >(std::__1::integral_constant)::__policy_>}}, local_data = {profile_queue_ptr = {__ptr_ = 0x7fc765d84018, __cntrl_ = 0x7fc765d84000}, logs_queue_ptr = {__ptr_ = 0x7fc7655ac968, __cntrl_ = 0x7fc7655ac950}, client_logs_level = DB::LogsLevel::fatal, query_for_logs = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc63c014860 "WITH [1., 0.] AS reference_vec SELECT 14 AND (1023 AND (0 AND 0) AND materialize(10) AND 0), id, vec FROM tab__fuzz_0 PREWHERE 9 AND 19 AND 19 ORDER BY L2Distance(vec, reference_vec) DESC NULLS FIRST"..., __size_ = 212, __cap_ = 224, __is_long_ = 1}, __s = {__data_ = "`H\001<\306\177\000\000\324\000\000\000\000\000\000\000\340\000\000\000\000\000", __padding_ = 0x7fc40f15edf7 "\200\354,f\377fő;\370\242\325d\307\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140489386969184, 212, 9223372036854776032}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, normalized_query_hash = 4292428966023015660, query_is_canceled_predicate = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\370\242\325d\307\177\000\000\320\353\264\360\266U\000", __large = 0x7fc764d5a2f8}, __invoker_ = {__call_ = 0x55b6dbe659e8 ::__call_impl, std::__1::function)::$_0, bool ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5cf8 , std::__1::function)::$_0, bool ()> >(std::__1::integral_constant)::__policy_>}}}, performance_counters_finalized = false, query_id_from_query_context = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7fc7667ff9b0 "9f378547-83a6-423a-8b6a-4ac016aa8356", __size_ = 36, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\260\371\177f\307\177\000\000$\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7fc40f15ee3f "\200h\221}#H@\006", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {140494394882480, 36, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, query_start_time = {point = {__d_ = {__rep_ = 1759528437518696}}}, query_profiler_real = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, query_profiler_cpu = {__ptr_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, last_rusage = {__ptr_ = {> = {__value_ = 0x7fc7651a28d0}, , 1, true>> = {> = {}, }, }}, taskstats = {__ptr_ = {> = {__value_ = 0x7fc63c049340}, , 1, true>> = {> = {}, }, }}, stopwatch = {start_ns = 575971674881, stop_ns = 0, clock_type = 6, is_running = true}, last_performance_counters_update_time = 0, internal_thread = false, deleter = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\b\354\025\017\304\177\000\000\000\2650e\307\177\000", __large = 0x7fc40f15ec08}, __invoker_ = {__call_ = 0x55b6dbe65be8 ::__call_impl const&, bool)::$_0, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e47f5d28 const&, bool)::$_0, void ()> >(std::__1::integral_constant)::__policy_>}}, log = {__ptr_ = 0x55b6f02a8c80, __cntrl_ = 0x0}, check_current_thread_on_destruction = true} 2025-10-03 23:58:20 arguments = 2025-10-03 23:58:20 #27 std::__1::__invoke[abi:v15007]::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}&>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #28 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #29 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15007]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #30 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 2025-10-03 23:58:20 __f = 2025-10-03 23:58:20 #31 0x000055b6cfa253cf in std::__1::__function::__policy_func::operator()[abi:v15007]() const (this=0x7fc40f15ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #32 std::__1::function::operator() (this=0x7fc40f15ef78) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1197 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #33 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62800b4c0) at ./build_docker/./src/Common/ThreadPool.cpp:785 2025-10-03 23:58:20 metric_active_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\2650e\307\177\000\0008\237,e\307\177\000", __large = 0x7fc76530b500}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f15efef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575758585718, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {0, 0}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40f15f07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = 2025-10-03 23:58:20 #34 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62800b538: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62800b548: 0x7fc62800b4c0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #35 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #36 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62800b530) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62800b530}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #37 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #38 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 13 (Thread 0x7fc40e965640 (LWP 868) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62c00b350) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\366\236f\307\177\000\000\210<\236e\307\177\000", __large = 0x7fc7669ef600}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40e95dfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575681147827, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40e95e07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62c00fb28: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62c00fb38: 0x7fc62c00b350) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62c00fb20) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62c00fb20}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 12 (Thread 0x7fc40e164640 (LWP 869) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62800b9e0) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000Img\307\177\000\000\330\006\251d\307\177\000", __large = 0x7fc7676d4900}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40e15cfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575643262925, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40e15d07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62800ba78: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62800ba88: 0x7fc62800b9e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62800ba70) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62800ba70}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 11 (Thread 0x7fc40d963640 (LWP 870) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62c00fe60) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\301\350e\307\177\000\000h\241\202e\307\177\000", __large = 0x7fc765e8c100}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40d95bfef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575697742995, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40d95c07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62c00fef8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62c00ff08: 0x7fc62c00fe60) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62c00fef0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62c00fef0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 10 (Thread 0x7fc40d162640 (LWP 871) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62800bdb0) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\230Fd\307\177\000\000\370\a\277d\307\177\000", __large = 0x7fc764469800}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40d15afef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575678558792, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40d15b07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62800be48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62800be58: 0x7fc62800bdb0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62800be40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62800be40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 9 (Thread 0x7fc40c961640 (LWP 872) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62c010230) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000]\226f\307\177\000\000\210\356\270d\307\177\000", __large = 0x7fc766965d00}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40c959fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575633476553, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40c95a07f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62c0102c8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62c0102d8: 0x7fc62c010230) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62c0102c0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62c0102c0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 8 (Thread 0x7fc40c160640 (LWP 873) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62800c180) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\373\033g\307\177\000\000\350\232\327f\307\177\000", __large = 0x7fc7671bfb00}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40c158fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575656398677, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40c15907f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62800c218: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62800c228: 0x7fc62800c180) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62800c210) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62800c210}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 7 (Thread 0x7fc40b95f640 (LWP 874) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62c010600) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000j/g\307\177\000\000\350H>g\307\177\000", __large = 0x7fc7672f6a00}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40b957fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575684616461, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40b95807f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62c010698: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62c0106a8: 0x7fc62c010600) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62c010690) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62c010690}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 6 (Thread 0x7fc40b15e640 (LWP 875) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62800a5e0) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000#9f\307\177\000\000(\t\226f\307\177\000", __large = 0x7fc766392300}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40b156fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575630938023, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40b15707f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62800a678: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62800a688: 0x7fc62800a5e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62800a670) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62800a670}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 5 (Thread 0x7fc40a95d640 (LWP 876) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62c0109d0) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000G\\e\307\177\000\000H\251\246f\307\177\000", __large = 0x7fc7655c4700}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40a955fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575648506066, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40a95607f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62c010a68: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62c010a78: 0x7fc62c0109d0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62c010a60) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62c010a60}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 4 (Thread 0x7fc40a15c640 (LWP 877) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62800a9b0) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\260\256e\307\177\000\000H$Xg\307\177\000", __large = 0x7fc765aeb000}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40a154fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575742763297, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40a15507f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62800aa48: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62800aa58: 0x7fc62800a9b0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62800aa40) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62800aa40}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 3 (Thread 0x7fc40995b640 (LWP 878) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62c011160) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\3000e\307\177\000\0008\003\te\307\177\000", __large = 0x7fc76530c000}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc409953fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575689249238, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40995407f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:20 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62c0111f8: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62c011208: 0x7fc62c011160) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62c0111f0) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:20 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62c0111f0}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:20 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 2025-10-03 23:58:20 Thread 2 (Thread 0x7fc40915a640 (LWP 879) "ThreadPool"): 2025-10-03 23:58:20 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:20 No symbol table info available. 2025-10-03 23:58:20 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x55b6f02afc60, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #3 std::__1::condition_variable::wait (this=0x55b6f02afc60, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:20 ec = 2025-10-03 23:58:20 #4 0x000055b6cfa24eef in std::__1::condition_variable::wait::ThreadFromThreadPool::worker()::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::ThreadFromThreadPool::worker()::{lambda()#1}) (this=0x55b6f02afc38, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:20 No locals. 2025-10-03 23:58:20 #5 ThreadPoolImpl::ThreadFromThreadPool::worker (this=0x7fc62800ad80) at ./build_docker/./src/Common/ThreadPool.cpp:718 2025-10-03 23:58:20 lock = {__m_ = 0x55b6f02afbe0, __owns_ = true} 2025-10-03 23:58:20 watch = {start_ns = , stop_ns = 0, clock_type = 4, is_running = true} 2025-10-03 23:58:20 job_data = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = {job = {> = {}, > = {}, __f_ = {__buf_ = {__small = "\000\253\002f\307\177\000\000Hēf\307\177\000", __large = 0x7fc76602ab00}, __invoker_ = {__call_ = 0x55b6de7feb88 ::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e4832a80 ::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::{lambda()#1}, void ()> >(std::__1::integral_constant)::__policy_>}}, priority = {value = 0}, metric_increment = {what = 0x55b6ef7f3740 , amount = 1}, available_threads_decrement = {atomic_var = { >, true>> = { >, true>> = { >, true>> = { >, true>> = { >, false>> = { >, true>> = {{__null_state_ = -88 '\250', __val_ = {...}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }}, thread_trace_context = { = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc409152fef "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, trace_flags = 0 '\000'}, span_log = {__ptr_ = 0x0, __cntrl_ = 0x0}}, frame_pointers = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, enable_job_stack_trace = false, job_create_time = {start_ns = 575627420827, stop_ns = 0, clock_type = 4, is_running = true}}}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:20 thread_trace_context = {root_span = {trace_id = {t = {items = {94244201757664, 1}}}, span_id = 0, parent_span_id = 0, operation_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7fc40915307f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, start_time_us = 0, finish_time_us = 0, kind = DB::OpenTelemetry::SpanKind::INTERNAL, attributes = { >> = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = {}, }, }}, }}, is_context_owner = true} 2025-10-03 23:58:20 exception_from_job = {__ptr_ = 0x0} 2025-10-03 23:58:20 metric_pool_threads = {what = , amount = 1} 2025-10-03 23:58:20 job_is_done = false 2025-10-03 23:58:22 #6 0x000055b6cfa2c5ca in std::__1::__invoke[abi:v15007]::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, , void>(void (ThreadPoolImpl::ThreadFromThreadPool::*&&)(), ThreadPoolImpl::ThreadFromThreadPool*&&) (__f=@0x7fc62800ae18: (void (ThreadPoolImpl::ThreadFromThreadPool::*)(ThreadPoolImpl::ThreadFromThreadPool * const)) 0x55b6cfa24c20 ::ThreadFromThreadPool::worker()>, __a0=@0x7fc62800ae28: 0x7fc62800ad80) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 2025-10-03 23:58:22 No locals. 2025-10-03 23:58:22 #7 std::__1::__thread_execute[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*, 2ul>(std::__1::tuple >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 2025-10-03 23:58:22 No locals. 2025-10-03 23:58:22 #8 std::__1::__thread_proxy[abi:v15007] >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >(void*) (__vp=0x7fc62800ae10) at ./contrib/llvm-project/libcxx/include/thread:295 2025-10-03 23:58:22 __p = {__ptr_ = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>*, 0, false>> = {__value_ = 0x7fc62800ae10}, >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >, 1, true>> = { >, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*> >> = {}, }, }} 2025-10-03 23:58:22 #9 0x00007fc8438e8ac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:22 No symbol table info available. 2025-10-03 23:58:22 #10 0x00007fc84397a850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:22 No symbol table info available. 2025-10-03 23:58:22 2025-10-03 23:58:22 Thread 1 (Thread 0x7fc843764440 (LWP 152) "clickhouse-serv"): 2025-10-03 23:58:22 #0 0x00007fc8438e5117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:22 No symbol table info available. 2025-10-03 23:58:22 #1 0x00007fc8438e7a41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:22 No symbol table info available. 2025-10-03 23:58:22 #2 0x000055b6e421354a in std::__1::__libcpp_condvar_wait[abi:v15007](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7ffcc2f0d5d8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 2025-10-03 23:58:22 No locals. 2025-10-03 23:58:22 #3 std::__1::condition_variable::wait (this=0x7ffcc2f0d5d8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 2025-10-03 23:58:22 ec = 2025-10-03 23:58:22 #4 0x000055b6cfdb5299 in std::__1::condition_variable::wait(std::__1::unique_lock&, BaseDaemon::waitForTerminationRequest()::$_0) (__lk=..., __pred=..., this=) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 2025-10-03 23:58:22 No locals. 2025-10-03 23:58:22 #5 BaseDaemon::waitForTerminationRequest (this=0x7ffcc2f0d330) at ./build_docker/./src/Daemon/BaseDaemon.cpp:561 2025-10-03 23:58:22 lock = {__m_ = 0x7ffcc2f0d588, __owns_ = true} 2025-10-03 23:58:22 #6 0x000055b6cfba1ad0 in DB::Server::main (this=0x7ffcc2f0d330) at ./build_docker/./programs/server/Server.cpp:2319 2025-10-03 23:58:22 scope_exit2310 = {static is_nullable = , function = {log = @0x7ffcc2f0d048, main_config_reloader = @0x7ffcc2f0cc38, access_control = @0x55b6f02b0b50, this = 0x7ffcc2f0d330, servers_lock = @0x7ffcc2f0c9c0, servers = @0x7ffcc2f0cb80, server_settings = @0x7ffcc2f0a958, dns_cache_updater = @0x7ffcc2f0cc40}} 2025-10-03 23:58:22 metrics_transmitters = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = { >*, 0, false>> = {__value_ = 0x0}, > >, 1, true>> = { > >> = { > > >> = {}, }, }, }} 2025-10-03 23:58:22 index_uncompressed_cache_policy = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x550055524c53 , __size_ = 37, __cap_ = 288324620140578112, __is_long_ = 0}, __s = {__data_ = "SLRU\000U\000\000%\000\000\000\000\000\000\000@\205z\343\266U", __padding_ = 0x7ffcc2f0cd87 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {93459919817811, 37, 288324620140578112}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 include_from_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x74656d2f6374652f , __size_ = 7813033069155936626, __cap_ = 1152921504606846976, __is_long_ = 0}, __s = {__data_ = "/etc/metrika.xml\000\000\000\000\000\000", __padding_ = 0x7ffcc2f0cfe7 "\020", __size_ = 16 '\020', __is_long_ = 0 '\000'}, __r = {__words = {8387229931346879791, 7813033069155936626, 1152921504606846976}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 sanitizers = {__begin_ = 0x55b6f0b4e1c0, __end_ = 0x55b6f0b4e1d8, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x55b6f0b4e1d8}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }} 2025-10-03 23:58:22 protocols = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x0}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }} 2025-10-03 23:58:22 compiled_expression_cache_max_elements = 2025-10-03 23:58:22 scope_exit911 = {static is_nullable = , function = {log = @0x7ffcc2f0d048}} 2025-10-03 23:58:22 cgroups_memory_usage_observer = {> = {> = {> = {> = {> = {> = {{__null_state_ = 32 ' ', __val_ = {log = {__ptr_ = 0x55b6f0b92e20, __cntrl_ = 0x0}, wait_time = {__rep_ = 15}, limit_mutex = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}, hard_limit = 23410269542, soft_limit = 22178150092, on_hard_limit = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\360\315\360\302\374\177\000\000f]\\s\005\000\000", __large = 0x7ffcc2f0cdf0}, __invoker_ = {__call_ = 0x55b6cfae1748 ::__call_impl >(std::__1::__function::__policy_storage const*, bool)>}, __policy_ = 0x55b6e44d2420 >(std::__1::integral_constant)::__policy_>}}, on_soft_limit = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\360\315\360\302\374\177\000\000̶\353)\005\000\000", __large = 0x7ffcc2f0cdf0}, __invoker_ = {__call_ = 0x55b6cfae2b68 ::__call_impl >(std::__1::__function::__policy_storage const*, bool)>}, __policy_ = 0x55b6e44d2450 >(std::__1::integral_constant)::__policy_>}}, memory_amount_available_changed_mutex = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}, on_memory_amount_available_changed = {> = {}, > = {}, __f_ = {__buf_ = {__small = "8\314\360\302\374\177\000\000(\277\246\344\266U\000", __large = 0x7ffcc2f0cc38}, __invoker_ = {__call_ = 0x55b6cfbce648 ::__call_impl, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_12, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d4970 , std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_12, void ()> >(std::__1::integral_constant)::__policy_>}}, last_memory_usage = 6272839680, last_available_memory_amount = 32856518656, cgroup_reader = {__ptr_ = {> = {__value_ = 0x55b6f0b882d0}, , 1, true>> = {> = {}, }, }}, thread_mutex = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , "\001", '\000' , __align = 0}}, cond = {__cv_ = {__data = {{__wseq = 58, __wseq32 = {__low = 58, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294967268, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = ":", '\000' , "\002\000\000\000\000\000\000\000\344\377\377\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 58}}, thread = { = { = {}, }, state = {__ptr_ = 0x55b6f17cdcc8, __cntrl_ = 0x55b6f17cdcb0}}, quit = false}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, } 2025-10-03 23:58:22 format_schema_path = {static preferred_separator = 47 '/', __pn_ = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x74616d726f662f2e , __size_ = 8314046669413118815, __cap_ = 1224979098644774959, __is_long_ = 0}, __s = {__data_ = "./format_schemas/\000\000\000\000\000", __padding_ = 0x7ffcc2f0cda7 "\021", __size_ = 17 '\021', __is_long_ = 0 '\000'}, __r = {__words = {8386104319403241262, 8314046669413118815, 1224979098644774959}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}} 2025-10-03 23:58:22 scope_exit988 = {static is_nullable = , function = {async_metrics = @0x7ffcc2f0b260, log = @0x7ffcc2f0d048, this = 0x7ffcc2f0d330, servers_to_start_before_tables = @0x7ffcc2f0cb40, servers_lock = @0x7ffcc2f0c9c0, server_settings = @0x7ffcc2f0a958, server_pool = @0x7ffcc2f0cba0, shared_context = @0x7ffcc2f0cb70}} 2025-10-03 23:58:22 page_cache_size = 2025-10-03 23:58:22 index_uncompressed_cache_size_ratio = 2025-10-03 23:58:22 query_cache_max_size_in_bytes = 2025-10-03 23:58:22 load_metadata_tasks = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {*, 0, false>> = {__value_ = 0x0}, >, 1, true>> = { >> = { > >> = {}, }, }, }} 2025-10-03 23:58:22 async_metrics = { >> = {context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}}, = {_vptr$AsynchronousMetrics = 0x55b6e47f3270 , update_period = {__rep_ = 1}, log = {__ptr_ = 0x55b6f0b4fe70, __cntrl_ = 0x0}, protocol_server_metrics_func = { >()>> = {}, >()>> = {}, __f_ = {__buf_ = {__small = "\240\024\265\360\266U\000\000\215\000\000\000\000\000\000", __large = 0x55b6f0b514a0}, __invoker_ = {__call_ = 0x55b6cfbbfb68 > ()>::__call_impl, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_1, std::__1::vector > ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d4760 , std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_1, std::__1::vector > ()> >(std::__1::integral_constant)::__policy_>}}, thread = {__ptr_ = {*, 0, false>> = {__value_ = 0x55b6f3f07410}, >, 1, true>> = { >> = {}, }, }}, thread_mutex = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , "\001", '\000' , __align = 0}}, wait_cond = {__cv_ = {__data = {{__wseq = 844, __wseq32 = {__low = 844, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {4294966875, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "L\003", '\000' , "\002\000\000\000\000\000\000\000[\376\377\377\000\000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\000\000\000", __align = 844}}, quit = false, data_mutex = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}, first_run = false, previous_update_time = {__d_ = {__rep_ = 1759528437000000}}, values = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, DB::AsynchronousMetricValue>, void*>*>**, 0, false>> = {__value_ = 0x7fc5f0015300}, , std::__1::allocator >, DB::AsynchronousMetricValue>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 397}, , std::__1::allocator >, DB::AsynchronousMetricValue>, void*>*>*>, 1, true>> = {, std::__1::allocator >, DB::AsynchronousMetricValue>, void*>*>*>> = {, std::__1::allocator >, DB::AsynchronousMetricValue>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, DB::AsynchronousMetricValue>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x7fc5f000f5d0}}, , std::__1::allocator >, DB::AsynchronousMetricValue>, void*> >, 1, true>> = {, std::__1::allocator >, DB::AsynchronousMetricValue>, void*> >> = {, std::__1::allocator >, DB::AsynchronousMetricValue>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 394}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetricValue>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetricValue>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetricValue>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetricValue>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, memory_stat = {fd = 10}, meminfo = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b514c0 "MemTotal: 32086444 kB\nMemFree: 16270768 kB\nMemAvailable: 24956640 kB\nBuffers: 178968 kB\nCached: 9066168 kB\nSwapCached:", ' ' , "0 kB\nActive:", ' ' , "831816 kB\nInac"..., alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "0\000\000\000\000\000\000\000\002\000\000\000\000\000\000", __large = 0x30}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 1419, fd = 11, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x656d2f636f72702f , __size_ = 478459881837, __cap_ = 936748724252591173, __is_long_ = 0}, __s = {__data_ = "/proc/meminfo\000\000\000ED\340h\000\000", __padding_ = {...}, __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, loadavg = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b52510 "0.87 0.94 0.55 3/1081 931\n\n<\310\177", alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "0\000\000\000\000\000\000\200\330\000\000\000\000\000\000", __large = 0x8000000000000030}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 26, fd = 12, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6f6c2f636f72702f , __size_ = 444367725665, __cap_ = 936748724252591173, __is_long_ = 0}, __s = {__data_ = "/proc/loadavg\000\000\000ED\340h\000\000", __padding_ = {...}, __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, proc_stat = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b53560 "cpu 58969 2 13174 839642 1689 0 3920 0 0 0\ncpu0 3367 0 781 52807 122 0 2039 0 0 0\ncpu1 4608 0 902 51381 68 0 567 0 0 0\ncpu2 6101 0 1579 49219 92 0 382 0 0 0\ncpu3 2985 0 663 53384 132 0 120 0 0 0\ncpu4"..., alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\266U\000\000 \205z\343\266U\000", __large = 0x55b600000000}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 1966, fd = 13, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x74732f636f72702f , __size_ = 29793, __cap_ = 720575942138807365, __is_long_ = 0}, __s = {__data_ = "/proc/stat\000\000\000\000\000\000ED\340h\000\000", __padding_ = {...}, __size_ = 10 '\n', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, cpuinfo = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b545b0 "processor\t: 15\nvendor_id\t: AuthenticAMD\ncpu family\t: 23\nmodel\t\t: 49\nmodel name\t: AMD EPYC-Rome Processor\nstepping\t: 0\nmicrocode\t: 0x1000065\ncpu MHz\t\t: 2495.312\ncache size\t: 512 KB\nphysical id\t: 0\nsibl"..., alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\027\000\000\000\003\000\000\000\000\000\000\000\000\000\000", __large = 0x300000017}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 18120, fd = 14, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x70632f636f72702f , __size_ = 478459881845, __cap_ = 936748724252591173, __is_long_ = 0}, __s = {__data_ = "/proc/cpuinfo\000\000\000ED\340h\000\000", __padding_ = {...}, __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, file_nr = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b55600 "1408\t0\t9223372036854775807\n;\310\177", alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\362\222 \342\266U\000\000\032\000\000\000\000\000\000", __large = 0x55b6e22092f2 }, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 27, fd = 15, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x79732f636f72702f , __size_ = 7811887382636408691, __cap_ = 1441151882678381925, __is_long_ = 0}, __s = {__data_ = "/proc/sys/fs/file-nr\000\000", __padding_ = {...}, __size_ = 20 '\024', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, uptime = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b56650 "575.45 8396.42\n", alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\376N\212C\310\177\000\000p\271\360\302\374\177\000", __large = 0x7fc8438a4efe}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 15, fd = 16, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x70752f636f72702f , __size_ = 1701669236, __cap_ = 864691130214663237, __is_long_ = 0}, __s = {__data_ = "/proc/uptime\000\000\000\000ED\340h\000\000", __padding_ = {...}, __size_ = 12 '\f', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, net_dev = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b576a0 "Inter-| Receive", ' ' , "| Transmit\n face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed\n"..., alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\300\276\360\302\374\177\000\000Һ\360\302\374\177\000", __large = 0x7ffcc2f0bec0}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 580, fd = 17, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x656e2f636f72702f , __size_ = 508507205492, __cap_ = 936748724252591173, __is_long_ = 0}, __s = {__data_ = "/proc/net/dev\000\000\000ED\340h\000\000", __padding_ = {...}, __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, cgroupmem_limit_in_bytes = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b586f0 "max\n\310\177", alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\260\361&\360\266U\000\000@\243'\360\266U\000", __large = 0x55b6f026f1b0}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 4, fd = 18, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f0b4f7a0 "/sys/fs/cgroup/memory.max", __size_ = 25, __cap_ = 32, __is_long_ = 1}, __s = {__data_ = "\240\367\264\360\266U\000\000\031\000\000\000\000\000\000\000 \000\000\000\000\000", __padding_ = {...}, __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, cgroupmem_usage_in_bytes = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b59740 "10158006272\n\266U", alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "3\220\367¶U\000\000\000\201'\360\266U\000", __large = 0x55b6c2f79033 }, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 12, fd = 19, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f0b4f810 "/sys/fs/cgroup/memory.current", __size_ = 29, __cap_ = 32, __is_long_ = 1}, __s = {__data_ = "\020\370\264\360\266U\000\000\035\000\000\000\000\000\000\000 \000\000\000\000\000", __padding_ = {...}, __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, cgroupcpu_cfs_period = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x7fc843a8bb00, nextimpl_working_buffer_offset = 3270557952}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 140723579045472, m_size = 140723579045472, m_data = 0x7fc8438fba2d <__libc_scratch_buffer_dupfree+61> "H\211\307H\205\300t\337H\213T$\bH\203\304\020L\211\346A\\\351\330\v\370\377L\211\340\353\307\017\037", alignment = 16726781232302461787}}, = {_vptr$WithFileName = 0x16}, = {_vptr$WithFileSize = 0x7ffcc2f0c676}, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\000\000\000\000\000\000\000\000\360\275\360\302\374\177\000", __large = 0x0}, __invoker_ = {__call_ = 0x7ffcc2f0c200}, __policy_ = 0x7ffcc2f0be04}}, clock_type = -1024410107}, required_alignment = 140723579045472, use_pread = 240, file_offset_of_buffer_end = 140723579044352, fd = 26248832, throttler = {__ptr_ = 0x0, __cntrl_ = 0x15}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7ffcc2f0bdf0 "/workspace/clickhouse", __size_ = 1024, __cap_ = 7021238724389205807, __is_long_ = 0}, __s = {__data_ = "\360\275\360\302\374\177\000\000\000\004\000\000\000\000\000\000/worksp", __padding_ = {...}, __size_ = 97 'a', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x6b63696c632f6563, amount = -281039247937688}}, }}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, cgroupcpu_cfs_quota = {> = {> = {> = {> = {> = {> = {{__null_state_ = 0 '\000', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6d29afb00 , DB::UUIDTag> > >&, DB::GatherUtils::NumericArraySource&>(DB::GatherUtils::NullableArraySource, DB::UUIDTag> > >&, DB::GatherUtils::NumericArraySource&, DB::ColumnVector&)+1016>, nextimpl_working_buffer_offset = 94243887891673}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 140498019717693, m_size = 140498054451697, m_data = 0x7fc774e30ae8 "\210\020xݶU", alignment = 140494636255568}}, = {_vptr$WithFileName = 0x0}, = {_vptr$WithFileSize = 0x7fc774e30ae8}, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "0b\224϶U\000\000\030\365\034\2138\200\377\377", __large = 0x55b6cf946230 , DB::SymbolIndex::load()::$_2, false>(std::__1::__wrap_iter, std::__1::__wrap_iter, DB::SymbolIndex::load()::$_2, int, bool)+4776>}, __invoker_ = {__call_ = 0x50}, __policy_ = 0x55b6dd75c5cc}}, clock_type = 1053588818}, required_alignment = 140494636255928, use_pread = 208, file_offset_of_buffer_end = 140494636255904, fd = 1961036520, throttler = {__ptr_ = 0x7fc774e30ae8, __cntrl_ = 0xe0000322e}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6e031a497 "\314\314\314\314\314\314\314\314\314H\213\177\bH\205\377\017\205C\377\377\377\303\314\314AVSPH\211\373H\213?\3501(\377\377I\211\306H\205\300t\022H\213{\bH\205\377t\005\350\033\377\377\377L\211s\bM\205\366\017\225\300H\203\304\b[A^\303L\211s\bH\211\307\350\r\266\376\003", '\314' , "H\203\354hH\270", __size_ = 140498084474469, __cap_ = 140498019293536, __is_long_ = 0}, __s = {__data_ = "\227\2441\340\266U\000\000e\256jB\310\177\000\000`\031\210>\310\177", __padding_ = {...}, __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x7fc774fe3c50, amount = 140494638037832}}, }}, __engaged_ = false}, }, }, }, }, }, > = {}, > = {}, }, cgroupcpu_max = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b5a790 "max 100000\nöU", alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "3\220\367¶U\000\000Ю\002u\307\177\000", __large = 0x55b6c2f79033 }, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 11, fd = 20, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x2f73662f7379732f , __size_ = 7147054783343519587, __cap_ = 1585399428673336688, __is_long_ = 0}, __s = {__data_ = "/sys/fs/cgroup/cpu.max", __padding_ = {...}, __size_ = 22 '\026', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, vm_max_map_count = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b5b7e0 "65530\n", alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "\230\251\003u\307\177\000\000\230\251\003u\307\177\000", __large = 0x7fc77503a998}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 6, fd = 21, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f0b5c830 "/proc/sys/vm/max_map_count", __size_ = 26, __cap_ = 32, __is_long_ = 1}, __s = {__data_ = "0ȵ\360\266U\000\000\032\000\000\000\000\000\000\000 \000\000\000\000\000", __padding_ = {...}, __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, vm_maps = {> = {> = {> = {> = {> = {> = {{__null_state_ = 24 '\030', __val_ = { = { = { = {> = { = { = { = {...}, _vptr$ReadBuffer = 0x55b6e44d2318 , nextimpl_working_buffer_offset = 0}, }, memory = { = { = {...}, }, > = {static clear_memory = 127}, static pad_right = 63, m_capacity = 4159, m_size = 4096, m_data = 0x55b6f0b5c860 "7fc843ab9000-7fc843ac4000 r--p 0002c000 00:2c 534061", ' ' , "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2\n7fc843ac4000-7fc843ac5000 rw-p 00000000 00:00 0 \n7fc843ac5000-7fc843ac7000 r--p "..., alignment = 0}}, = {_vptr$WithFileName = 0x55b6e44d23c8 }, = {_vptr$WithFileSize = 0x55b6e44d23f0 }, file_size = {> = {> = {> = {...}, }, }, > = {}, > = {}, }, profile_callback = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = "0\305\360\302\374\177\000\000\200e\300\344\266U\000", __large = 0x7ffcc2f0c530}, __invoker_ = {__call_ = 0x55b6cf98afe8 ::__call_empty(std::__1::__function::__policy_storage const*, DB::ReadBufferFromFileBase::ProfileInfo&&)>}, __policy_ = 0x55b6e4319280 }}, clock_type = 0}, required_alignment = 0, use_pread = true, file_offset_of_buffer_end = 98324, fd = 22, throttler = {__ptr_ = 0x0, __cntrl_ = 0x0}}, file_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x65732f636f72702f , __size_ = 32493186067687020, __cap_ = 1080863912328447045, __is_long_ = 0}, __s = {__data_ = "/proc/self/maps\000ED\340h\000\000", __padding_ = {...}, __size_ = 15 '\017', __is_long_ = 0 '\000'}, __r = {__words = {...}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, metric_increment = {what = 0x55b6ef7f3628 , amount = 1}}, }}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, thermal = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = { >*, 0, false>> = {__value_ = 0x0}, > >, 1, true>> = { > >> = { > > >> = {}, }, }, }}, hwmon_devices = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, void*>*>*>, 1, true>> = {, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, void*>*>*>> = {, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, void*> >, 1, true>> = {, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, void*> >> = {, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::unordered_map, std::__1::allocator >, std::__1::unique_ptr >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::unique_ptr > > > > >, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, edac = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = { >, std::__1::unique_ptr > >*, 0, false>> = {__value_ = 0x0}, >, std::__1::unique_ptr > > >, 1, true>> = { >, std::__1::unique_ptr > > >> = { >, std::__1::unique_ptr > > > >> = {}, }, }, }}, block_devs = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, std::__1::unique_ptr > >, void*>*>**, 0, false>> = {__value_ = 0x55b6f0b4f770}, , std::__1::allocator >, std::__1::unique_ptr > >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 5}, , std::__1::allocator >, std::__1::unique_ptr > >, void*>*>*>, 1, true>> = {, std::__1::allocator >, std::__1::unique_ptr > >, void*>*>*>> = {, std::__1::allocator >, std::__1::unique_ptr > >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, std::__1::unique_ptr > >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x55b6f0b68cc0}}, , std::__1::allocator >, std::__1::unique_ptr > >, void*> >, 1, true>> = {, std::__1::allocator >, std::__1::unique_ptr > >, void*> >> = {, std::__1::allocator >, std::__1::unique_ptr > >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 3}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::unique_ptr > >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::unique_ptr > >, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::unique_ptr > >, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, std::__1::unique_ptr > >, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, proc_stat_values_all_cpus = {user = 58969, nice = 2, system = 13174, idle = 839642, iowait = 1689, irq = 0, softirq = 3920, steal = 0, guest = 0, guest_nice = 0}, proc_stat_values_other = {interrupts = 4102911, context_switches = 6553679, processes_created = 3319}, proc_stat_values_per_cpu = {__begin_ = 0x55b6f3eae400, __end_ = 0x55b6f3eae900, __end_cap_ = {> = {__value_ = 0x55b6f3eae900}, , 1, true>> = {> = { >> = {}, }, }, }}, block_device_stats = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*>*>**, 0, false>> = {__value_ = 0x55b6f3e20f60}, , std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 5}, , std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*>*>*>, 1, true>> = {, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*>*>*>> = {, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x55b6f3eac5e0}}, , std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*> >, 1, true>> = {, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*> >> = {, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 3}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetrics::BlockDeviceStatValues>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, network_interface_stats = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, void*>*>**, 0, false>> = {__value_ = 0x55b6f282f720}, , std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 2}, , std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, void*>*>*>, 1, true>> = {, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, void*>*>*>> = {, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x55b6f283f200}}, , std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, void*> >, 1, true>> = {, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, void*> >> = {, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 2}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, DB::AsynchronousMetrics::NetworkInterfaceStatValues>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, block_devices_rescan_delay = {start_ns = 444241092886, stop_ns = 0, clock_type = 4, is_running = true}}, heavy_metric_update_period = {__rep_ = 120}, heavy_metric_previous_update_time = {__d_ = {__rep_ = 1759528367000000}}, heavy_update_interval = 120.00016599999999, detached_parts_stats = {count = 0, detached_by_user = 0}} 2025-10-03 23:58:22 main_config_zk_node_cache = {get_zookeeper = {()>> = {}, ()>> = {}, __f_ = {__buf_ = {__small = "0\323\360\302\374\177\000\000\260F+\360\266U\000", __large = 0x7ffcc2f0d330}, __invoker_ = {__call_ = 0x55b6cfbc4648 ()>::__call_impl, std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_5, std::__1::shared_ptr ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x55b6e44d47f0 , std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::$_5, std::__1::shared_ptr ()> >(std::__1::integral_constant)::__policy_>}}, context = {__ptr_ = 0x0, __cntrl_ = 0x0}, path_to_cached_znode = {__table_ = {__bucket_list_ = {__ptr_ = {, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, void*>*>**, 0, false>> = {__value_ = 0x0}, , std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, void*>*>*>, 1, true>> = {, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, void*>*>*>> = {, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, void*> >, 1, true>> = {, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, void*> >> = {, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, std::__1::hash, std::__1::allocator > >, std::__1::equal_to, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, unsigned long>> = {}, }, }, }, }, __p3_ = {> = {__value_ = 1}, , std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__hash_value_type, std::__1::allocator >, zkutil::ZooKeeperNodeCache::ZNode>, std::__1::equal_to, std::__1::allocator > >, std::__1::hash, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}} 2025-10-03 23:58:22 query_cache_max_entry_size_in_rows = 2025-10-03 23:58:22 query_cache_query_cache_max_entry_size_in_bytes = 2025-10-03 23:58:22 access_control = @0x55b6f02b0b50: { = { = { = { = {}, }, _vptr$IAccessStorage = 0x55b6e47c5bb0 , storage_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7269642072657375 , __size_ = 8315168227226575717, __cap_ = 1153015748261145600, __is_long_ = 0}, __s = {__data_ = "user directories\000l\211϶U", __padding_ = 0x55b6f02b0b6f "\020\377\377\377\377\377\377\377\3770Y\272\360\266U", __size_ = 16 '\020', __is_long_ = 0 '\000'}, __r = {__words = {8244230683399385973, 8315168227226575717, 1153015748261145600}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, log_initialized = {__state_ = 18446744073709551615}, log = {__ptr_ = 0x55b6f0ba5930, __cntrl_ = 0x55b6f133e910}}, static STORAGE_TYPE = "multiple", nested_storages = {__ptr_ = 0x55b6f1cd6b28, __cntrl_ = 0x55b6f1cd6b10}, ids_cache = {_vptr$CacheBase = 0x55b6e47c8590 , DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >+16>, static NO_MAX_COUNT = 0, static DEFAULT_SIZE_RATIO = 0.5, mutex = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}, cache_policy = {__ptr_ = {, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >*, 0, false>> = {__value_ = 0x55b6f02bbfd0}, , DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction > >, 1, true>> = {, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction > >> = {}, }, }}, hits = {> = {> = {__a_ = {> = {__a_value = 11}, }, static is_always_lock_free = }, }, }, misses = {> = {> = {__a_ = {> = {__a_value = 4}, }, static is_always_lock_free = }, }, }, insert_tokens = {__table_ = {__bucket_list_ = {__ptr_ = {, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, void*>*>**, 0, false>> = {__value_ = 0x0}, , DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {> = {__value_ = 0}, , DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, void*>*>*>, 1, true>> = {, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, void*>*>*>> = {, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, void*>*>*> >> = {}, }, }, }}}, }}, __p1_ = {, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, , DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, void*> >, 1, true>> = {, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, void*> >> = {, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, void*> > >> = {}, }, }, }, __p2_ = {> = {__value_ = 0}, , DB::UUIDTag>, std::__1::__hash_value_type, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, std::__1::hash, DB::UUIDTag> >, std::__1::equal_to, DB::UUIDTag> >, true>, 1, true>> = {, DB::UUIDTag>, std::__1::__hash_value_type, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, std::__1::hash, DB::UUIDTag> >, std::__1::equal_to, DB::UUIDTag> >, true>> = {, DB::UUIDTag> >> = {}, }, }, }, __p3_ = {> = {__value_ = 1}, , DB::UUIDTag>, std::__1::__hash_value_type, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, std::__1::equal_to, DB::UUIDTag> >, std::__1::hash, DB::UUIDTag> >, true>, 1, true>> = {, DB::UUIDTag>, std::__1::__hash_value_type, DB::UUIDTag>, std::__1::shared_ptr, DB::UUIDTag>, DB::IAccessStorage, std::__1::hash, DB::UUIDTag> >, DB::EqualWeightFunction >::InsertToken> >, std::__1::equal_to, DB::UUIDTag> >, std::__1::hash, DB::UUIDTag> >, true>> = {, DB::UUIDTag> >> = {, DB::UUIDTag>, StrongTypedef, DB::UUIDTag>, bool>> = {}, }, }, }, }}}}, mutex = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}, move_mutex = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}}}, context_access_cache = {__ptr_ = {> = {__value_ = 0x55b6f0b49640}, , 1, true>> = {> = {}, }, }}, role_cache = {__ptr_ = {> = {__value_ = 0x55b6f0ba64e0}, , 1, true>> = {> = {}, }, }}, row_policy_cache = {__ptr_ = {> = {__value_ = 0x55b6f0236f30}, , 1, true>> = {> = {}, }, }}, quota_cache = {__ptr_ = {> = {__value_ = 0x55b6f0b4a1f0}, , 1, true>> = {> = {}, }, }}, settings_profiles_cache = {__ptr_ = {> = {__value_ = 0x55b6f0b4a290}, , 1, true>> = {> = {}, }, }}, external_authenticators = {__ptr_ = {> = {__value_ = 0x55b6f0b4ab00}, , 1, true>> = {> = {}, }, }}, custom_settings_prefixes = {__ptr_ = {> = {__value_ = 0x55b6f0b4abf0}, , 1, true>> = {> = {}, }, }}, changes_notifier = {__ptr_ = {> = {__value_ = 0x55b6f0b4ac40}, , 1, true>> = {> = {}, }, }}, password_rules = {__ptr_ = {> = {__value_ = 0x55b6f0b4add0}, , 1, true>> = {> = {}, }, }}, allow_plaintext_password = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, allow_no_password = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, allow_implicit_no_password = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, users_without_row_policies_can_read_rows = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, on_cluster_queries_require_cluster_grant = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, select_from_system_db_requires_grant = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, select_from_information_schema_requires_grant = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, settings_constraints_replace_previous = {> = {__a_ = {> = {__a_value = true}, }, static is_always_lock_free = }, }, table_engines_require_grant = {> = {__a_ = {> = {__a_value = false}, }, static is_always_lock_free = }, }, bcrypt_workfactor = {> = {> = {__a_ = {> = {__a_value = 12}, }, static is_always_lock_free = }, }, }, default_password_type = {> = {__a_ = {> = {__a_value = DB::AuthenticationType::SHA256_PASSWORD}, }, static is_always_lock_free = }, }} 2025-10-03 23:58:22 use_ssl = { = { = {}, }, } 2025-10-03 23:58:22 log_message = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f0b4fc40 "undefined behavior sanitizer", __size_ = 28, __cap_ = 32, __is_long_ = 1}, __s = {__data_ = "@\374\264\360\266U\000\000\034\000\000\000\000\000\000\000 \000\000\000\000\000", __padding_ = 0x7ffcc2f0cd07 "\200", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {94244210801728, 28, 9223372036854775840}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 cpu_info = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f0b50250 "SSE, SSE2, SSE3, SSSE3, SSE41, SSE42, F16C, POPCNT, BMI1, BMI2, PCLMUL, AES, AVX, FMA, AVX2, SHA, ADX, RDRAND, RDSEED, RDTSCP, CLFLUSHOPT, CLWB, XSAVE, OSXSAVE", __size_ = 159, __cap_ = 192, __is_long_ = 1}, __s = {__data_ = "P\002\265\360\266U\000\000\237\000\000\000\000\000\000\000\300\000\000\000\000\000", __padding_ = 0x7ffcc2f0d117 "\200Linux", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {94244210803280, 159, 9223372036854776000}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 uncompressed_cache_policy = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x550055524c53 , __size_ = 11, __cap_ = 288230376151712000, __is_long_ = 0}, __s = {__data_ = "SLRU\000U\000\000\v\000\000\000\000\000\000\000\000\001\000\000\000\000", __padding_ = 0x7ffcc2f0d047 "\004@)#\360\266U", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {93459919817811, 11, 288230376151712000}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 interserver_listen_hosts = {__begin_ = 0x55b6f0b92b30, __end_ = 0x55b6f0b92b48, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x55b6f0b92b48}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }} 2025-10-03 23:58:22 index_uncompressed_cache_size = 2025-10-03 23:58:22 compiled_expression_cache_max_size_in_bytes = 2025-10-03 23:58:22 server_settings = {> = { = {show_addresses_in_stack_traces = {value = true, changed = false}, shutdown_wait_unfinished_queries = {value = false, changed = false}, shutdown_wait_unfinished = {value = 5, changed = false}, max_thread_pool_size = {value = 10000, changed = true}, max_thread_pool_free_size = {value = 1000, changed = false}, thread_pool_queue_size = {value = 10000, changed = false}, max_io_thread_pool_size = {value = 100, changed = false}, max_io_thread_pool_free_size = {value = 0, changed = false}, io_thread_pool_queue_size = {value = 10000, changed = false}, max_active_parts_loading_thread_pool_size = {value = 64, changed = false}, max_outdated_parts_loading_thread_pool_size = {value = 32, changed = false}, max_unexpected_parts_loading_thread_pool_size = {value = 8, changed = false}, max_parts_cleaning_thread_pool_size = {value = 128, changed = false}, max_mutations_bandwidth_for_server = {value = 0, changed = false}, max_merges_bandwidth_for_server = {value = 0, changed = false}, max_replicated_fetches_network_bandwidth_for_server = {value = 0, changed = false}, max_replicated_sends_network_bandwidth_for_server = {value = 0, changed = false}, max_remote_read_network_bandwidth_for_server = {value = 0, changed = false}, max_remote_write_network_bandwidth_for_server = {value = 0, changed = false}, max_local_read_bandwidth_for_server = {value = 0, changed = false}, max_local_write_bandwidth_for_server = {value = 0, changed = false}, max_backups_io_thread_pool_size = {value = 1000, changed = false}, max_backups_io_thread_pool_free_size = {value = 0, changed = false}, backups_io_thread_pool_queue_size = {value = 0, changed = false}, backup_threads = {value = 16, changed = false}, max_backup_bandwidth_for_server = {value = 0, changed = false}, restore_threads = {value = 16, changed = false}, shutdown_wait_backups_and_restores = {value = true, changed = false}, cannot_allocate_thread_fault_injection_probability = {value = 0, changed = false}, max_connections = {value = 4096, changed = true}, asynchronous_metrics_update_period_s = {value = 1, changed = false}, asynchronous_heavy_metrics_update_period_s = {value = 120, changed = false}, default_database = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 94240172408832, __cap_ = 531271242849873766, __is_long_ = 0}, __s = {__data_ = "default\000\000\000\000\000\266U\000\000format_", __padding_ = 0x7ffcc2f0ab3f "\a\001rsion", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 94240172408832, 531271242849873766}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = true}, tmp_policy = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0xe0055b6e4319200 , __size_ = 94240172409016, __cap_ = 140723579049488, __is_long_ = 0}, __s = {__data_ = "\000\2221\344\266U\000\016\270\000\000\000\266U\000\000\020\326\360\302\374\177", __padding_ = 0x7ffcc2f0ab5f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {1008900560531853824, 94240172409016, 140723579049488}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, max_temporary_data_on_disk_size = {value = 0, changed = false}, temporary_data_in_cache = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 94243988866400, __cap_ = 94243988866304, __is_long_ = 0}, __s = {__data_ = "\000\000\000\000\000\000\000\000`\205z\343\266U\000\000\000\205z\343\266U", __padding_ = 0x7ffcc2f0ab8f "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 94243988866400, 94243988866304}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, aggregate_function_group_array_max_element_size = {value = 16777215, changed = false}, aggregate_function_group_array_action_when_limit_is_reached = {value = DB::GroupArrayActionWhenLimitReached::THROW, changed = false}, max_server_memory_usage = {value = 0, changed = true}, max_server_memory_usage_to_ram_ratio = {value = 0.75, changed = true}, merges_mutations_memory_usage_soft_limit = {value = 0, changed = false}, merges_mutations_memory_usage_to_ram_ratio = {value = 0.5, changed = false}, allow_use_jemalloc_memory = {value = true, changed = false}, cgroups_memory_usage_observer_wait_time = {value = 15, changed = false}, cgroup_memory_watcher_hard_limit_ratio = {value = 0.94999999999999996, changed = false}, cgroup_memory_watcher_soft_limit_ratio = {value = 0.90000000000000002, changed = false}, async_insert_threads = {value = 16, changed = false}, async_insert_queue_flush_on_shutdown = {value = true, changed = false}, ignore_empty_sql_security_in_create_view_query = {value = true, changed = false}, database_atomic_delay_before_drop_table_sec = {value = 480, changed = false}, database_catalog_unused_dir_hide_timeout_sec = {value = 3600, changed = false}, database_catalog_unused_dir_rm_timeout_sec = {value = 2592000, changed = false}, database_catalog_unused_dir_cleanup_period_sec = {value = 86400, changed = false}, database_catalog_drop_error_cooldown_sec = {value = 5, changed = false}, database_catalog_drop_table_concurrency = {value = 16, changed = false}, max_concurrent_queries = {value = 1000, changed = true}, max_concurrent_insert_queries = {value = 0, changed = false}, max_concurrent_select_queries = {value = 0, changed = false}, max_waiting_queries = {value = 0, changed = false}, cache_size_to_ram_max_ratio = {value = 0.5, changed = false}, uncompressed_cache_policy = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x550055524c53 , __size_ = 11, __cap_ = 288230376151712000, __is_long_ = 0}, __s = {__data_ = "SLRU\000U\000\000\v\000\000\000\000\000\000\000\000\001\000\000\000\000", __padding_ = 0x7ffcc2f0ad07 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {93459919817811, 11, 288230376151712000}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, uncompressed_cache_size = {value = 8589934592, changed = true}, uncompressed_cache_size_ratio = {value = 0.5, changed = false}, mark_cache_policy = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x550055524c53 , __size_ = 25, __cap_ = 288324620140578048, __is_long_ = 0}, __s = {__data_ = "SLRU\000U\000\000\031\000\000\000\000\000\000\000\000\205z\343\266U", __padding_ = 0x7ffcc2f0ad47 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {93459919817811, 25, 288324620140578048}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, mark_cache_size = {value = 5368709120, changed = false}, mark_cache_size_ratio = {value = 0.5, changed = false}, index_uncompressed_cache_policy = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x550055524c53 , __size_ = 37, __cap_ = 288324620140578112, __is_long_ = 0}, __s = {__data_ = "SLRU\000U\000\000%\000\000\000\000\000\000\000@\205z\343\266U", __padding_ = 0x7ffcc2f0ad87 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {93459919817811, 37, 288324620140578112}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, index_uncompressed_cache_size = {value = 0, changed = false}, index_uncompressed_cache_size_ratio = {value = 0.5, changed = false}, index_mark_cache_policy = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55524c53 , __size_ = 9223372036854775840, __cap_ = 288230376151711932, __is_long_ = 0}, __s = {__data_ = "SLRU\000\000\000\000 \000\000\000\000\000\000\200\274\000\000\000\000\000", __padding_ = 0x7ffcc2f0adc7 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1431456851, 9223372036854775840, 288230376151711932}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, index_mark_cache_size = {value = 5368709120, changed = false}, index_mark_cache_size_ratio = {value = 0.29999999999999999, changed = false}, page_cache_chunk_size = {value = 2097152, changed = false}, page_cache_mmap_size = {value = 1073741824, changed = false}, page_cache_size = {value = 0, changed = false}, page_cache_use_madv_free = {value = true, changed = false}, page_cache_use_transparent_huge_pages = {value = true, changed = false}, mmap_cache_size = {value = 1024, changed = false}, compiled_expression_cache_size = {value = 134217728, changed = false}, compiled_expression_cache_elements_size = {value = 10000, changed = false}, disable_internal_dns_cache = {value = false, changed = false}, dns_cache_max_entries = {value = 10000, changed = false}, dns_cache_update_period = {value = 15, changed = false}, dns_max_consecutive_failures = {value = 10, changed = false}, max_table_size_to_drop = {value = 50000000000, changed = false}, max_partition_size_to_drop = {value = 50000000000, changed = false}, max_table_num_to_warn = {value = 5000, changed = false}, max_view_num_to_warn = {value = 10000, changed = false}, max_dictionary_num_to_warn = {value = 1000, changed = false}, max_database_num_to_warn = {value = 1000, changed = false}, max_part_num_to_warn = {value = 100000, changed = false}, max_table_num_to_throw = {value = 0, changed = false}, max_database_num_to_throw = {value = 0, changed = false}, concurrent_threads_soft_limit_num = {value = 0, changed = true}, concurrent_threads_soft_limit_ratio_to_cores = {value = 2, changed = true}, background_pool_size = {value = 16, changed = false}, background_merges_mutations_concurrency_ratio = {value = 2, changed = false}, background_merges_mutations_scheduling_policy = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6f725f646e756f72 , __size_ = 7235938, __cap_ = 792633534417207328, __is_long_ = 0}, __s = {__data_ = "round_robin\000\000\000\000\000 \000\000\000\000\000", __padding_ = 0x7ffcc2f0af5f "\v", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {8030585970509574002, 7235938, 792633534417207328}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, background_move_pool_size = {value = 8, changed = false}, background_fetches_pool_size = {value = 16, changed = false}, background_common_pool_size = {value = 8, changed = false}, background_buffer_flush_schedule_pool_size = {value = 16, changed = false}, background_schedule_pool_size = {value = 512, changed = false}, background_message_broker_schedule_pool_size = {value = 16, changed = false}, background_distributed_schedule_pool_size = {value = 16, changed = false}, tables_loader_foreground_pool_size = {value = 0, changed = false}, tables_loader_background_pool_size = {value = 0, changed = false}, async_load_databases = {value = true, changed = true}, display_secrets_in_show_and_select = {value = false, changed = false}, keep_alive_timeout = {static unit = DB::SettingFieldTimespanUnit::Second, static microseconds_per_unit = 1000000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 10000000}, changed = true}, max_keep_alive_requests = {value = 10000, changed = false}, replicated_fetches_http_connection_timeout = {static unit = DB::SettingFieldTimespanUnit::Second, static microseconds_per_unit = 1000000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, replicated_fetches_http_send_timeout = {static unit = DB::SettingFieldTimespanUnit::Second, static microseconds_per_unit = 1000000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, replicated_fetches_http_receive_timeout = {static unit = DB::SettingFieldTimespanUnit::Second, static microseconds_per_unit = 1000000, value = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 0}, changed = false}, total_memory_profiler_step = {value = 4194304, changed = true}, total_memory_tracker_sample_probability = {value = 0, changed = true}, total_memory_profiler_sample_min_allocation_size = {value = 0, changed = false}, total_memory_profiler_sample_max_allocation_size = {value = 0, changed = false}, validate_tcp_client_information = {value = false, changed = true}, storage_metadata_write_full_object_key = {value = false, changed = false}, max_materialized_views_count_for_table = {value = 0, changed = false}, max_database_replicated_create_table_thread_pool_size = {value = 1, changed = false}, format_alter_operations_with_parentheses = {value = false, changed = false}, default_replica_path = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f02aa390 "/clickhouse/tables/{uuid}/{shard}", __size_ = 33, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\220\243*\360\266U\000\000!\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7ffcc2f0b0cf "\200", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {94244201735056, 33, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, default_replica_name = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6163696c7065727b , __size_ = 125, __cap_ = 676489283870092386, __is_long_ = 0}, __s = {__data_ = "{replica}\000\000\000\000\000\000\000block_c", __padding_ = 0x7ffcc2f0b0ef "\t", __size_ = 9 '\t', __is_long_ = 0 '\000'}, __r = {__words = {7017568558836445819, 125, 676489283870092386}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, disk_connections_soft_limit = {value = 5000, changed = false}, disk_connections_warn_limit = {value = 10000, changed = false}, disk_connections_store_limit = {value = 30000, changed = false}, storage_connections_soft_limit = {value = 100, changed = false}, storage_connections_warn_limit = {value = 1000, changed = false}, storage_connections_store_limit = {value = 5000, changed = false}, http_connections_soft_limit = {value = 100, changed = false}, http_connections_warn_limit = {value = 1000, changed = false}, http_connections_store_limit = {value = 5000, changed = false}, global_profiler_real_time_period_ns = {value = 0, changed = false}, global_profiler_cpu_time_period_ns = {value = 0, changed = false}, enable_azure_sdk_logging = {value = false, changed = false}, max_entries_for_hash_table_stats = {value = 10000, changed = false}, merge_workload = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 1585377455725831538, __cap_ = 504497398437904384, __is_long_ = 0}, __s = {__data_ = "default\000ressed\000\026\000\000\000\000\266U", __padding_ = 0x7ffcc2f0b1d7 "\a", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 1585377455725831538, 504497398437904384}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, mutation_workload = {value = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 94243988866272, __cap_ = 504497402266358400, __is_long_ = 0}, __s = {__data_ = "default\000\340\204z\343\266U\000\000\200\2221\344\266U", __padding_ = 0x7ffcc2f0b1f7 "\a", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 94243988866272, 504497402266358400}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, changed = false}, prepare_system_log_tables_on_startup = {value = false, changed = false}, config_reload_interval_ms = {value = 2000, changed = false}, disable_insertion_and_mutation = {value = false, changed = false}}, _vptr$BaseSettings = 0x55b6e44d4cf8 , custom_settings_map = {}}, } 2025-10-03 23:58:22 startup_watch = {start_ns = 144068450227, stop_ns = , clock_type = 4, is_running = false} 2025-10-03 23:58:22 uncompressed_cache_size_ratio = 2025-10-03 23:58:22 tasks_stats_provider = 2025-10-03 23:58:22 libhdfs3_conf = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 94244201805032, __is_long_ = 0}, __s = {__data_ = '\000' , "\350\264+\360\266U", __padding_ = 0x7ffcc2f0cd47 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 94244201805032}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 servers_to_start_before_tables = {__begin_ = 0x55b6f17b2960, __end_ = 0x55b6f17b2a00, __end_cap_ = {> = {__value_ = 0x55b6f17b2a00}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:22 physical_server_memory = 2025-10-03 23:58:22 oom_score = 2025-10-03 23:58:22 max_cache_size = 2025-10-03 23:58:22 mark_cache_size_ratio = 2025-10-03 23:58:22 mmap_cache_size = 2025-10-03 23:58:22 filesystem_caches_path = {static preferred_separator = 47 '/', __pn_ = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f1ce2cf0 "/tmp/filesystem_caches/", __size_ = , __cap_ = 48, __is_long_ = 1}, __s = {__data_ = {-16 '\360', 44 ',', -50 '\316', -15 '\361', -74 '\266', 85 'U', 0 '\000', 0 '\000', , , , , , , , , 48 '0', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000', 0 '\000'}, __padding_ = 0x0, __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {94244229229808, , 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}} 2025-10-03 23:58:22 servers_lock = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}} 2025-10-03 23:58:22 extra_paths = 2025-10-03 23:58:22 scope_exit2043 = {static is_nullable = , function = {log = @0x7ffcc2f0d048, this = 0x7ffcc2f0d330}} 2025-10-03 23:58:22 uncompressed_cache_size = 2025-10-03 23:58:22 index_mark_cache_size = 2025-10-03 23:58:22 shared_context = {shared = {__ptr_ = {> = {__value_ = 0x55b6f0b46680}, , 1, true>> = {> = {}, }, }}} 2025-10-03 23:58:22 path = {static preferred_separator = 47 '/', __pn_ = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x2f6264 , __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "db/", '\000' , __padding_ = 0x7ffcc2f0cfc7 "\003\nt\211϶U", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {3105380, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}} 2025-10-03 23:58:22 index_mark_cache_policy = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55524c53 , __size_ = 9223372036854775840, __cap_ = 288230376151711932, __is_long_ = 0}, __s = {__data_ = "SLRU\000\000\000\000 \000\000\000\000\000\000\200\274\000\000\000\000\000", __padding_ = 0x7ffcc2f0cd67 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {1431456851, 9223372036854775840, 288230376151711932}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 key_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7ffcc2f0cc87 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 has_trace_collector = 2025-10-03 23:58:22 max_database_replicated_create_table_thread_pool_size = 2025-10-03 23:58:22 status = { = { = {}, }, static write_pid = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cfc27ee8 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x55b6e44d5cd0 >(std::__1::integral_constant)::__policy_>}}, static write_full_info = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cfc27f68 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x55b6e44d5d00 >(std::__1::integral_constant)::__policy_>}}, path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x75746174732f6264 , __size_ = 115, __cap_ = 648518346341351424, __is_long_ = 0}, __s = {__data_ = "db/status", '\000' , __padding_ = 0x7ffcc2f0b237 "\t", __size_ = 9 '\t', __is_long_ = 0 '\000'}, __r = {__words = {8463496752512590436, 115, 648518346341351424}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, fill = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cfc27f68 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x55b6e44d5d00 >(std::__1::integral_constant)::__policy_>}}, fd = 23} 2025-10-03 23:58:22 mark_cache_policy = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x550055524c53 , __size_ = 25, __cap_ = 288324620140578048, __is_long_ = 0}, __s = {__data_ = "SLRU\000U\000\000\031\000\000\000\000\000\000\000\000\205z\343\266U", __padding_ = 0x7ffcc2f0cde7 "\004", __size_ = 4 '\004', __is_long_ = 0 '\000'}, __r = {__words = {93459919817811, 25, 288324620140578048}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 index_mark_cache_size_ratio = 2025-10-03 23:58:22 query_cache_max_entries = 2025-10-03 23:58:22 log = 0x55b6f0232940 2025-10-03 23:58:22 path_str = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x2f6264 , __size_ = 0, __cap_ = 216172782113783808, __is_long_ = 0}, __s = {__data_ = "db/", '\000' , __padding_ = 0x7ffcc2f0cc37 "\003\240\210\270\360\266U", __size_ = 3 '\003', __is_long_ = 0 '\000'}, __r = {__words = {3105380, 0, 216172782113783808}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 executable_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6170736b726f772f , __size_ = 7738144498994079075, __cap_ = 1513209910525259624, __is_long_ = 0}, __s = {__data_ = "/workspace/clickhouse\000", __padding_ = 0x7ffcc2f0cc9f "\025\200\227#\360\266U", __size_ = 21 '\025', __is_long_ = 0 '\000'}, __r = {__words = {7021238724389205807, 7738144498994079075, 1513209910525259624}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 cert_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7ffcc2f0cc67 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 main_config_reloader = {__ptr_ = {> = {__value_ = 0x55b6f0b888a0}, , 1, true>> = {> = {}, }, }} 2025-10-03 23:58:22 listen_hosts = {__begin_ = 0x55b6f0b97600, __end_ = 0x55b6f0b97618, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x55b6f0b97618}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }} 2025-10-03 23:58:22 listen_try = false 2025-10-03 23:58:22 dns_cache_updater = {__ptr_ = {> = {__value_ = 0x55b6f17d6f40}, , 1, true>> = {> = {}, }, }} 2025-10-03 23:58:22 default_database = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746c7561666564 , __size_ = 94240172408832, __cap_ = 531271242849873766, __is_long_ = 0}, __s = {__data_ = "default\000\000\000\000\000\266U\000\000format_", __padding_ = 0x7ffcc2f0cf77 "\ap-q\357\266U", __size_ = 7 '\a', __is_long_ = 0 '\000'}, __r = {__words = {32770348699510116, 94240172408832, 531271242849873766}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615} 2025-10-03 23:58:22 default_oom_score = 0 2025-10-03 23:58:22 mark_cache_size = 2025-10-03 23:58:22 has_zookeeper = true 2025-10-03 23:58:22 main_config_zk_changed_event = {__ptr_ = 0x55b6f0b5f5a8, __cntrl_ = 0x55b6f0b5f590} 2025-10-03 23:58:22 server_pool = {_name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0, __is_long_ = 0}, __s = {__data_ = '\000' , __padding_ = 0x7ffcc2f0cbb7 "", __size_ = 0 '\000', __is_long_ = 0 '\000'}, __r = {__words = {0, 0, 0}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _minCapacity = 3, _maxCapacity = 4096, _idleTime = 60, _serial = 3, _age = 2, _stackSize = 0, _globalProfilerRealTimePeriodNs = 0, _globalProfilerCPUTimePeriodNs = 0, _threads = {__begin_ = 0x55b6f0b4f740, __end_ = 0x55b6f0b4f758, __end_cap_ = {> = {__value_ = 0x55b6f0b4f760}, , 1, true>> = {> = { >> = {}, }, }, }}, _mutex = { = { = {_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 512, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , "\002", '\000' , __align = 0}}, }, }} 2025-10-03 23:58:22 servers = {__begin_ = 0x55b6f3eabd80, __end_ = 0x55b6f3eabf10, __end_cap_ = {> = {__value_ = 0x55b6f3eac000}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:22 error_handler = { = {_vptr$ErrorHandler = 0x55b6e44d06c8 , static _pHandler = 0x55b6ef7f6750 , std::__1::allocator >, std::__1::allocator, std::__1::allocator > > > const&)::error_handler>, static _mutex = { = { = {_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 512, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , "\002", '\000' , __align = 0}}, }, }}, log = {__ptr_ = 0x55b6f0b85890, __cntrl_ = 0x0}, trace_log = {__ptr_ = 0x55b6f0b858e0, __cntrl_ = 0x0}} 2025-10-03 23:58:22 interserver_tags = 2025-10-03 23:58:22 #7 0x000055b6e21cfa93 in Poco::Util::Application::run (this=0x7ffcc2f0d330) at ./build_docker/./base/poco/Util/src/Application.cpp:315 2025-10-03 23:58:22 rc = 70 2025-10-03 23:58:22 exc = 2025-10-03 23:58:22 exc = 2025-10-03 23:58:22 #8 0x000055b6cfb81c32 in DB::Server::run (this=) at ./build_docker/./programs/server/Server.cpp:396 2025-10-03 23:58:22 No locals. 2025-10-03 23:58:22 #9 0x000055b6cfb7dfa5 in mainEntryClickHouseServer (argc=10, argv=0x55b6f0231f90) at ./build_docker/./programs/server/Server.cpp:202 2025-10-03 23:58:22 app = { = { = { = { = { = {_vptr$RefCountedObject = 0x55b6e44d4620 , _counter = {> = {> = {__a_ = {> = {__a_value = 1}, }, static is_always_lock_free = }, }, }}, }, _pConfig = {_ptr = 0x55b6f0231ff0}, _subsystems = {__begin_ = 0x55b6f02325f0, __end_ = 0x55b6f02325f8, __end_cap_ = {*, 0, false>> = {__value_ = 0x55b6f02325f8}, >, 1, true>> = { >> = { > >> = {}, }, }, }}, _initialized = true, _command = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x756f686b63696c63 , __size_ = 7311156825132197235, __cap_ = 1224979098644775026, __is_long_ = 0}, __s = {__data_ = "clickhouse-server\000\000\000\000\000", __padding_ = 0x7ffcc2f0d37f "\021`)\025\360\266U", __size_ = 17 '\021', __is_long_ = 0 '\000'}, __r = {__words = {8462097035291094115, 7311156825132197235, 1224979098644775026}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _argv = {__begin_ = 0x55b6f0152960, __end_ = 0x55b6f0152a50, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x55b6f0152a50}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }}, _unprocessedArgs = {__begin_ = 0x55b6f0152860, __end_ = 0x55b6f01528c0, __end_cap_ = {, std::__1::allocator >*, 0, false>> = {__value_ = 0x55b6f0152950}, , std::__1::allocator > >, 1, true>> = {, std::__1::allocator > >> = {, std::__1::allocator > > >> = {}, }, }, }}, _options = {_options = {__begin_ = 0x55b6f0234d40, __end_ = 0x55b6f02353b8, __end_cap_ = {> = {__value_ = 0x55b6f02358c0}, , 1, true>> = {> = { >> = {}, }, }, }}}, _unixOptions = true, _pLogger = 0x55b6f0232940, _startTime = {static TIMEVAL_MIN = -9223372036854775808, static TIMEVAL_MAX = 9223372036854775807, _ts = 1759528005725877}, _stopOptionsProcessing = false, _workingDirAtLaunch = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6170736b726f772f , __size_ = 3106147, __cap_ = 792633534417207296, __is_long_ = 0}, __s = {__data_ = "/workspace/", '\000' , __padding_ = 0x7ffcc2f0d3ff "\v\330FM\344\266U", __size_ = 11 '\v', __is_long_ = 0 '\000'}, __r = {__words = {7021238724389205807, 3106147, 792633534417207296}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, static _pInstance = 0x7ffcc2f0d330}, }, = {_vptr$Loggers = 0x55b6e44d46d8 , log_file = {_ptr = 0x55b6f027a230}, error_log_file = {_ptr = 0x0}, syslog_channel = {_ptr = 0x0}, config_logger = {, std::__1::allocator >, false>> = {, std::__1::allocator >, false>> = {, std::__1::allocator >, false>> = {, std::__1::allocator >, false>> = {, std::__1::allocator >, false>> = {, std::__1::allocator >, false>> = {{__null_state_ = 64 '@', __val_ = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f02c3340 "\n \n trace\n \n \n \n never\n 10\n\n \n \n\n \n \n\n \n\n \n \n\n \n \n \n \n \n true\n "..., __size_ = 244, __cap_ = 256, __is_long_ = 1}, __s = {__data_ = "@3,\360\266U\000\000\364\000\000\000\000\000\000\000\000\001\000\000\000\000", __padding_ = 0x7ffcc2f0d437 "\200\001-\252C\310\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {94244201837376, 244, 9223372036854776064}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, split = {_ptr = 0x55b6f0239780}}, static DEFAULT_GRAPHITE_CONFIG_NAME = , pid_file = {> = {> = {> = {> = {> = {> = {{__null_state_ = -128 '\200', __val_ = { = { = {}, }, static write_pid = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cfc27ee8 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x55b6e44d5cd0 >(std::__1::integral_constant)::__policy_>}}, static write_full_info = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cfc27f68 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x55b6e44d5d00 >(std::__1::integral_constant)::__policy_>}}, path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f023b180 "/var/run/clickhouse-server/clickhouse-server.pid", __size_ = 48, __cap_ = 96, __is_long_ = 1}, __s = {__data_ = "\200\261#\360\266U\000\0000\000\000\000\000\000\000\000`\000\000\000\000\000", __padding_ = 0x7ffcc2f0d45f "\200", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {94244201279872, 48, 9223372036854775904}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, fill = {> = {> = {}, }, > = {}, __f_ = {__buf_ = {__small = '\000' , __large = 0x0}, __invoker_ = {__call_ = 0x55b6cfc27ee8 ::__call_impl >(std::__1::__function::__policy_storage const*, DB::WriteBuffer&)>}, __policy_ = 0x55b6e44d5cd0 >(std::__1::integral_constant)::__policy_>}}, fd = 4}}, __engaged_ = true}, }, }, }, }, }, > = {}, > = {}, }, is_cancelled = {> = {__a_ = {> = {__a_value = false}, }, static is_always_lock_free = }, }, log_to_console = false, signal_listener_thread = { = {_pData = {_ptr = 0x55b6f0232640}, static _currentThreadHolder = {_key = 1}, _jumpBufferVec = {__begin_ = 0x0, __end_ = 0x0, __end_cap_ = {> = {__value_ = 0x0}, , 1, true>> = {> = { >> = {}, }, }, }}}, _id = 1, _name = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x3123 , __size_ = 214748364809, __cap_ = 144115188075855872, __is_long_ = 0}, __s = {__data_ = "#1\000\000\000\000\000\000\t\000\000\0002\000\000\000\000\000\000\000\000\000", __padding_ = 0x7ffcc2f0d4d7 "\002", __size_ = 2 '\002', __is_long_ = 0 '\000'}, __r = {__words = {12579, 214748364809, 144115188075855872}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, _pTLS = 0x0, _event = { = {_auto = true, _state = false, _mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , __align = 0}, _cond = {__data = {{__wseq = 0, __wseq32 = {__low = 0, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {0, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 2, __g_signals = {0, 0}}, __size = '\000' , "\002\000\000\000\000\000\000\000\000\000\000", __align = 0}}, }, _mutex = { = { = {_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 512, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , "\002", '\000' , __align = 0}}, }, }}, signal_listener = {__ptr_ = {> = {__value_ = 0x55b6f026ed00}, , 1, true>> = {> = {}, }, }}, graphite_writers = {__tree_ = {__begin_node_ = 0x7ffcc2f0d578, __pair1_ = {*>, 0, false>> = {__value_ = {__left_ = 0x0}}, , std::__1::allocator >, std::__1::unique_ptr > >, void*> >, 1, true>> = {, std::__1::allocator >, std::__1::unique_ptr > >, void*> >> = {, std::__1::allocator >, std::__1::unique_ptr > >, void*> > >> = {}, }, }, }, __pair3_ = {> = {__value_ = 0}, , std::__1::allocator >, std::__1::__value_type, std::__1::allocator >, std::__1::unique_ptr > >, std::__1::less, std::__1::allocator > >, true>, 1, true>> = {, std::__1::allocator >, std::__1::__value_type, std::__1::allocator >, std::__1::unique_ptr > >, std::__1::less, std::__1::allocator > >, true>> = {, std::__1::allocator > >> = {, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, bool>> = {}, }, }, }, }}}, signal_handler_mutex = {__m_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' , "\001", '\000' , __align = 0}}, signal_event = {__cv_ = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "\002", '\000' , "\002", '\000' , "\b\000\000\000\000\000\000\000\000\000\000", __align = 2}}, terminate_signals_counter = {> = {> = {__a_ = {> = {__a_value = 0}, }, static is_always_lock_free = }, }, }, config_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x69666e6f632f6264 , __size_ = 465693060711, __cap_ = 936748722493063168, __is_long_ = 0}, __s = {__data_ = "db/config.xml\000\000\000\000\000\000\000\000\000", __padding_ = 0x7ffcc2f0d5ff "\r\240\224)\360\266U", __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {7594879246291395172, 465693060711, 936748722493063168}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, loaded_config = {configuration = {_ptr = 0x55b6f02994a0}, has_zk_includes = false, loaded_from_preprocessed = false, preprocessed_xml = {_ptr = 0x55b6f02330e0}, config_path = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x69666e6f632f6264 , __size_ = 465693060711, __cap_ = 936748722493063168, __is_long_ = 0}, __s = {__data_ = "db/config.xml\000\000\000\000\000\000\000\000\000", __padding_ = 0x7ffcc2f0d62f "\r", __size_ = 13 '\r', __is_long_ = 0 '\000'}, __r = {__words = {7594879246291395172, 465693060711, 936748722493063168}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}}, last_configuration = 0x55b6f024a700, build_id = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f02525e0 "1592B39F9D3EE67BC3A053D4873352B5B9B48CEA", __size_ = 40, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\340%%\360\266U\000\000(\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7ffcc2f0d64f "\200\020\234#\360\266U", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {94244201375200, 40, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, git_hash = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f0239c10 "e905d7433e089be5ae0e2e1a62b31c75230e5cf9", __size_ = 40, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\020\234#\360\266U\000\000(\000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7ffcc2f0d667 "\200\200\253'\360\266U", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {94244201274384, 40, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, stored_binary_hash = {static __endian_factor = 1, __r_ = {, std::__1::allocator >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x55b6f027ab80 "70270DB690B406F4B36D388823AAD0E3", __size_ = 32, __cap_ = 48, __is_long_ = 1}, __s = {__data_ = "\200\253'\360\266U\000\000 \000\000\000\000\000\000\0000\000\000\000\000\000", __padding_ = 0x7ffcc2f0d67f "\200\001se-benc\221\353\360\302\374\177", __size_ = 0 '\000', __is_long_ = 1 '\001'}, __r = {__words = {94244201540480, 32, 9223372036854775856}}}}}, , 1, true>> = {> = { >> = {}, }, }, }, static npos = 18446744073709551615}, should_setup_watchdog = true, argv0 = 0x7ffcc2f0eb91 "clickhouse-server"}, = {_vptr$IServer = 0x55b6e44d4700 }, global_context = {__ptr_ = 0x55b6f0b4ae80, __cntrl_ = 0x55b6f0b4ebd0}, latest_config = {_ptr = 0x55b6f13415b0}} 2025-10-03 23:58:22 #10 0x000055b6c2f7abfe in main (argc_=, argv_=) at ./build_docker/./programs/main.cpp:248 2025-10-03 23:58:22 argv = {__begin_ = 0x55b6f0231f90, __end_ = 0x55b6f0231fe0, __end_cap_ = {> = {__value_ = 0x55b6f0231fe0}, , 1, true>> = {> = { >> = {}, }, }, }} 2025-10-03 23:58:22 main_func = 0x55b6cfb7dde8 2025-10-03 23:58:22 exit_code = 2025-10-03 23:58:22 scope_exit198 = 2025-10-03 23:58:22 rax 0x0 0 2025-10-03 23:58:22 rbx 0x7fc40f166640 140480043443776 2025-10-03 23:58:22 rcx 0x7fc8438ea9fc 140498103609852 2025-10-03 23:58:22 rdx 0x6 6 2025-10-03 23:58:22 rsi 0x363 867 2025-10-03 23:58:22 rdi 0x98 152 2025-10-03 23:58:22 rbp 0x363 0x363 2025-10-03 23:58:22 rsp 0x7fc40f15d820 0x7fc40f15d820 2025-10-03 23:58:22 r8 0x7fc40f15d8f0 140480043407600 2025-10-03 23:58:22 r9 0x0 0 2025-10-03 23:58:22 r10 0x8 8 2025-10-03 23:58:22 r11 0x246 582 2025-10-03 23:58:22 r12 0x6 6 2025-10-03 23:58:22 r13 0x16 22 2025-10-03 23:58:22 r14 0x55b6f0239780 94244201273216 2025-10-03 23:58:22 r15 0x55b6ef712d70 94244189580656 2025-10-03 23:58:22 rip 0x7fc8438ea9fc 0x7fc8438ea9fc 2025-10-03 23:58:22 eflags 0x246 [ PF ZF IF ] 2025-10-03 23:58:22 cs 0x33 51 2025-10-03 23:58:22 ss 0x2b 43 2025-10-03 23:58:22 ds 0x0 0 2025-10-03 23:58:22 es 0x0 0 2025-10-03 23:58:22 fs 0x0 0 2025-10-03 23:58:22 gs 0x0 0 2025-10-03 23:58:22 fs_base 0x7fc40f166640 140480043443776 2025-10-03 23:58:22 gs_base 0x0 0 2025-10-03 23:58:22 Dump of assembler code for function pthread_kill: 2025-10-03 23:58:22 0x00007fc8438ea8d0 <+0>: endbr64 2025-10-03 23:58:22 0x00007fc8438ea8d4 <+4>: push %r14 2025-10-03 23:58:22 0x00007fc8438ea8d6 <+6>: lea -0x20(%rsi),%edx 2025-10-03 23:58:22 0x00007fc8438ea8d9 <+9>: push %r13 2025-10-03 23:58:22 0x00007fc8438ea8db <+11>: mov $0x16,%r13d 2025-10-03 23:58:22 0x00007fc8438ea8e1 <+17>: push %r12 2025-10-03 23:58:22 0x00007fc8438ea8e3 <+19>: push %rbp 2025-10-03 23:58:22 0x00007fc8438ea8e4 <+20>: push %rbx 2025-10-03 23:58:22 0x00007fc8438ea8e5 <+21>: sub $0x90,%rsp 2025-10-03 23:58:22 0x00007fc8438ea8ec <+28>: mov %fs:0x28,%rax 2025-10-03 23:58:22 0x00007fc8438ea8f5 <+37>: mov %rax,0x88(%rsp) 2025-10-03 23:58:22 0x00007fc8438ea8fd <+45>: xor %eax,%eax 2025-10-03 23:58:22 0x00007fc8438ea8ff <+47>: cmp $0x1,%edx 2025-10-03 23:58:22 0x00007fc8438ea902 <+50>: jbe 0x7fc8438ea982 2025-10-03 23:58:22 0x00007fc8438ea904 <+52>: mov %rdi,%rbx 2025-10-03 23:58:22 0x00007fc8438ea907 <+55>: mov %esi,%r12d 2025-10-03 23:58:22 0x00007fc8438ea90a <+58>: cmp %fs:0x10,%rdi 2025-10-03 23:58:22 0x00007fc8438ea913 <+67>: je 0x7fc8438ea9e0 2025-10-03 23:58:22 0x00007fc8438ea919 <+73>: mov %rsp,%r14 2025-10-03 23:58:22 0x00007fc8438ea91c <+76>: mov $0x8,%r10d 2025-10-03 23:58:22 0x00007fc8438ea922 <+82>: xor %edi,%edi 2025-10-03 23:58:22 0x00007fc8438ea924 <+84>: mov $0xe,%eax 2025-10-03 23:58:22 0x00007fc8438ea929 <+89>: mov %r14,%rdx 2025-10-03 23:58:22 0x00007fc8438ea92c <+92>: lea 0x13c12d(%rip),%rsi # 0x7fc843a26a60 2025-10-03 23:58:22 0x00007fc8438ea933 <+99>: syscall 2025-10-03 23:58:22 0x00007fc8438ea935 <+101>: xor %eax,%eax 2025-10-03 23:58:22 0x00007fc8438ea937 <+103>: lea 0x974(%rbx),%rbp 2025-10-03 23:58:22 0x00007fc8438ea93e <+110>: mov $0x1,%edx 2025-10-03 23:58:22 0x00007fc8438ea943 <+115>: lock cmpxchg %edx,0x0(%rbp) 2025-10-03 23:58:22 0x00007fc8438ea948 <+120>: jne 0x7fc8438eaa18 2025-10-03 23:58:22 0x00007fc8438ea94e <+126>: cmpb $0x0,0x973(%rbx) 2025-10-03 23:58:22 0x00007fc8438ea955 <+133>: je 0x7fc8438ea9b0 2025-10-03 23:58:22 0x00007fc8438ea957 <+135>: xor %r13d,%r13d 2025-10-03 23:58:22 0x00007fc8438ea95a <+138>: xor %edx,%edx 2025-10-03 23:58:22 0x00007fc8438ea95c <+140>: xchg %edx,0x974(%rbx) 2025-10-03 23:58:22 0x00007fc8438ea962 <+146>: cmp $0x1,%edx 2025-10-03 23:58:22 0x00007fc8438ea965 <+149>: jg 0x7fc8438eaa28 2025-10-03 23:58:22 0x00007fc8438ea96b <+155>: mov $0x8,%r10d 2025-10-03 23:58:22 0x00007fc8438ea971 <+161>: xor %edx,%edx 2025-10-03 23:58:22 0x00007fc8438ea973 <+163>: mov %r14,%rsi 2025-10-03 23:58:22 0x00007fc8438ea976 <+166>: mov $0x2,%edi 2025-10-03 23:58:22 0x00007fc8438ea97b <+171>: mov $0xe,%eax 2025-10-03 23:58:22 0x00007fc8438ea980 <+176>: syscall 2025-10-03 23:58:22 0x00007fc8438ea982 <+178>: mov 0x88(%rsp),%rax 2025-10-03 23:58:22 0x00007fc8438ea98a <+186>: sub %fs:0x28,%rax 2025-10-03 23:58:22 0x00007fc8438ea993 <+195>: jne 0x7fc8438eaa35 2025-10-03 23:58:22 0x00007fc8438ea999 <+201>: add $0x90,%rsp 2025-10-03 23:58:22 0x00007fc8438ea9a0 <+208>: mov %r13d,%eax 2025-10-03 23:58:22 0x00007fc8438ea9a3 <+211>: pop %rbx 2025-10-03 23:58:22 0x00007fc8438ea9a4 <+212>: pop %rbp 2025-10-03 23:58:22 0x00007fc8438ea9a5 <+213>: pop %r12 2025-10-03 23:58:22 0x00007fc8438ea9a7 <+215>: pop %r13 2025-10-03 23:58:22 0x00007fc8438ea9a9 <+217>: pop %r14 2025-10-03 23:58:22 0x00007fc8438ea9ab <+219>: ret 2025-10-03 23:58:22 0x00007fc8438ea9ac <+220>: nopl 0x0(%rax) 2025-10-03 23:58:22 0x00007fc8438ea9b0 <+224>: mov 0x2d0(%rbx),%r13d 2025-10-03 23:58:22 0x00007fc8438ea9b7 <+231>: call 0x7fc843940040 2025-10-03 23:58:22 0x00007fc8438ea9bc <+236>: mov %r12d,%edx 2025-10-03 23:58:22 0x00007fc8438ea9bf <+239>: mov %eax,%edi 2025-10-03 23:58:22 0x00007fc8438ea9c1 <+241>: mov %r13d,%esi 2025-10-03 23:58:22 0x00007fc8438ea9c4 <+244>: mov $0xea,%eax 2025-10-03 23:58:22 0x00007fc8438ea9c9 <+249>: syscall 2025-10-03 23:58:22 0x00007fc8438ea9cb <+251>: cmp $0xfffff000,%eax 2025-10-03 23:58:22 0x00007fc8438ea9d0 <+256>: jbe 0x7fc8438ea957 2025-10-03 23:58:22 0x00007fc8438ea9d2 <+258>: mov %eax,%r13d 2025-10-03 23:58:22 0x00007fc8438ea9d5 <+261>: neg %r13d 2025-10-03 23:58:22 0x00007fc8438ea9d8 <+264>: jmp 0x7fc8438ea95a 2025-10-03 23:58:22 0x00007fc8438ea9da <+266>: nopw 0x0(%rax,%rax,1) 2025-10-03 23:58:22 0x00007fc8438ea9e0 <+272>: mov $0xba,%eax 2025-10-03 23:58:22 0x00007fc8438ea9e5 <+277>: syscall 2025-10-03 23:58:22 0x00007fc8438ea9e7 <+279>: mov %eax,%ebp 2025-10-03 23:58:22 0x00007fc8438ea9e9 <+281>: call 0x7fc843940040 2025-10-03 23:58:22 0x00007fc8438ea9ee <+286>: mov %r12d,%edx 2025-10-03 23:58:22 0x00007fc8438ea9f1 <+289>: mov %ebp,%esi 2025-10-03 23:58:22 0x00007fc8438ea9f3 <+291>: mov %eax,%edi 2025-10-03 23:58:22 0x00007fc8438ea9f5 <+293>: mov $0xea,%eax 2025-10-03 23:58:22 0x00007fc8438ea9fa <+298>: syscall 2025-10-03 23:58:22 => 0x00007fc8438ea9fc <+300>: mov %eax,%r13d 2025-10-03 23:58:22 0x00007fc8438ea9ff <+303>: neg %r13d 2025-10-03 23:58:22 0x00007fc8438eaa02 <+306>: cmp $0xfffff000,%eax 2025-10-03 23:58:22 0x00007fc8438eaa07 <+311>: mov $0x0,%eax 2025-10-03 23:58:22 0x00007fc8438eaa0c <+316>: cmovbe %eax,%r13d 2025-10-03 23:58:22 0x00007fc8438eaa10 <+320>: jmp 0x7fc8438ea982 2025-10-03 23:58:22 0x00007fc8438eaa15 <+325>: nopl (%rax) 2025-10-03 23:58:22 0x00007fc8438eaa18 <+328>: mov %rbp,%rdi 2025-10-03 23:58:22 0x00007fc8438eaa1b <+331>: call 0x7fc8438e5230 <__lll_lock_wait_private> 2025-10-03 23:58:22 0x00007fc8438eaa20 <+336>: jmp 0x7fc8438ea94e 2025-10-03 23:58:22 0x00007fc8438eaa25 <+341>: nopl (%rax) 2025-10-03 23:58:22 0x00007fc8438eaa28 <+344>: mov %rbp,%rdi 2025-10-03 23:58:22 0x00007fc8438eaa2b <+347>: call 0x7fc8438e5300 <__lll_lock_wake_private> 2025-10-03 23:58:22 0x00007fc8438eaa30 <+352>: jmp 0x7fc8438ea96b 2025-10-03 23:58:22 0x00007fc8438eaa35 <+357>: call 0x7fc84398a550 <__stack_chk_fail> 2025-10-03 23:58:22 End of assembler dump. 2025-10-03 23:58:22 #1 0x00007fc843896476 in raise () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:22 Dump of assembler code for function raise: 2025-10-03 23:58:22 0x00007fc843896460 <+0>: endbr64 2025-10-03 23:58:22 0x00007fc843896464 <+4>: push %rbp 2025-10-03 23:58:22 0x00007fc843896465 <+5>: mov %edi,%ebp 2025-10-03 23:58:22 0x00007fc843896467 <+7>: call 0x7fc8438ef510 2025-10-03 23:58:22 0x00007fc84389646c <+12>: mov %ebp,%esi 2025-10-03 23:58:22 0x00007fc84389646e <+14>: mov %rax,%rdi 2025-10-03 23:58:22 0x00007fc843896471 <+17>: call 0x7fc8438ea8d0 2025-10-03 23:58:22 => 0x00007fc843896476 <+22>: test %eax,%eax 2025-10-03 23:58:22 0x00007fc843896478 <+24>: jne 0x7fc843896480 2025-10-03 23:58:22 0x00007fc84389647a <+26>: pop %rbp 2025-10-03 23:58:22 0x00007fc84389647b <+27>: ret 2025-10-03 23:58:22 0x00007fc84389647c <+28>: nopl 0x0(%rax) 2025-10-03 23:58:22 0x00007fc843896480 <+32>: mov 0x1d7989(%rip),%rdx # 0x7fc843a6de10 2025-10-03 23:58:22 0x00007fc843896487 <+39>: mov %eax,%fs:(%rdx) 2025-10-03 23:58:22 0x00007fc84389648a <+42>: mov $0xffffffff,%eax 2025-10-03 23:58:22 0x00007fc84389648f <+47>: pop %rbp 2025-10-03 23:58:22 0x00007fc843896490 <+48>: ret 2025-10-03 23:58:22 End of assembler dump. 2025-10-03 23:58:22 #2 0x00007fc84387c7f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6 2025-10-03 23:58:22 Dump of assembler code for function abort: 2025-10-03 23:58:22 0x00007fc84387c720 <+0>: endbr64 2025-10-03 23:58:22 0x00007fc84387c724 <+4>: push %rbp 2025-10-03 23:58:22 0x00007fc84387c725 <+5>: lea 0x1f3764(%rip),%rbp # 0x7fc843a6fe90 2025-10-03 23:58:22 0x00007fc84387c72c <+12>: push %rbx 2025-10-03 23:58:22 0x00007fc84387c72d <+13>: sub $0x128,%rsp 2025-10-03 23:58:22 0x00007fc84387c734 <+20>: mov %fs:0x28,%rax 2025-10-03 23:58:22 0x00007fc84387c73d <+29>: mov %rax,0x118(%rsp) 2025-10-03 23:58:22 0x00007fc84387c745 <+37>: xor %eax,%eax 2025-10-03 23:58:22 0x00007fc84387c747 <+39>: mov %fs:0x10,%rbx 2025-10-03 23:58:22 0x00007fc84387c750 <+48>: cmp %rbx,0x1f3741(%rip) # 0x7fc843a6fe98 2025-10-03 23:58:22 0x00007fc84387c757 <+55>: je 0x7fc84387c777 2025-10-03 23:58:22 0x00007fc84387c759 <+57>: mov $0x1,%edx 2025-10-03 23:58:22 0x00007fc84387c75e <+62>: lock cmpxchg %edx,0x1f372a(%rip) # 0x7fc843a6fe90 2025-10-03 23:58:22 0x00007fc84387c766 <+70>: je 0x7fc84387c770 2025-10-03 23:58:22 0x00007fc84387c768 <+72>: mov %rbp,%rdi 2025-10-03 23:58:22 0x00007fc84387c76b <+75>: call 0x7fc8438e5230 <__lll_lock_wait_private> 2025-10-03 23:58:22 0x00007fc84387c770 <+80>: mov %rbx,0x1f3721(%rip) # 0x7fc843a6fe98 2025-10-03 23:58:22 0x00007fc84387c777 <+87>: incl 0x1f3717(%rip) # 0x7fc843a6fe94 2025-10-03 23:58:22 0x00007fc84387c77d <+93>: cmpl $0x0,0x1f371c(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c784 <+100>: jne 0x7fc84387c7a7 2025-10-03 23:58:22 0x00007fc84387c786 <+102>: mov %rsp,%rsi 2025-10-03 23:58:22 0x00007fc84387c789 <+105>: xor %edx,%edx 2025-10-03 23:58:22 0x00007fc84387c78b <+107>: mov $0x1,%edi 2025-10-03 23:58:22 0x00007fc84387c790 <+112>: movl $0x1,0x1f3706(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c79a <+122>: movq $0x20,(%rsp) 2025-10-03 23:58:22 0x00007fc84387c7a2 <+130>: call 0x7fc843896710 2025-10-03 23:58:22 0x00007fc84387c7a7 <+135>: mov 0x1f36f3(%rip),%eax # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c7ad <+141>: cmp $0x1,%eax 2025-10-03 23:58:22 0x00007fc84387c7b0 <+144>: jne 0x7fc84387c82d 2025-10-03 23:58:22 0x00007fc84387c7b2 <+146>: movl $0x0,0x1f36e4(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c7bc <+156>: mov 0x1f36d2(%rip),%eax # 0x7fc843a6fe94 2025-10-03 23:58:22 0x00007fc84387c7c2 <+162>: dec %eax 2025-10-03 23:58:22 0x00007fc84387c7c4 <+164>: mov %eax,0x1f36ca(%rip) # 0x7fc843a6fe94 2025-10-03 23:58:22 0x00007fc84387c7ca <+170>: jne 0x7fc84387c7e9 2025-10-03 23:58:22 0x00007fc84387c7cc <+172>: movq $0x0,0x1f36c1(%rip) # 0x7fc843a6fe98 2025-10-03 23:58:22 0x00007fc84387c7d7 <+183>: xchg %eax,0x1f36b3(%rip) # 0x7fc843a6fe90 2025-10-03 23:58:22 0x00007fc84387c7dd <+189>: dec %eax 2025-10-03 23:58:22 0x00007fc84387c7df <+191>: jle 0x7fc84387c7e9 2025-10-03 23:58:22 0x00007fc84387c7e1 <+193>: mov %rbp,%rdi 2025-10-03 23:58:22 0x00007fc84387c7e4 <+196>: call 0x7fc8438e5300 <__lll_lock_wake_private> 2025-10-03 23:58:22 0x00007fc84387c7e9 <+201>: mov $0x6,%edi 2025-10-03 23:58:22 0x00007fc84387c7ee <+206>: call 0x7fc843896460 2025-10-03 23:58:22 => 0x00007fc84387c7f3 <+211>: mov %fs:0x10,%rbx 2025-10-03 23:58:22 0x00007fc84387c7fc <+220>: cmp %rbx,0x1f3695(%rip) # 0x7fc843a6fe98 2025-10-03 23:58:22 0x00007fc84387c803 <+227>: je 0x7fc84387c825 2025-10-03 23:58:22 0x00007fc84387c805 <+229>: xor %eax,%eax 2025-10-03 23:58:22 0x00007fc84387c807 <+231>: mov $0x1,%edx 2025-10-03 23:58:22 0x00007fc84387c80c <+236>: lock cmpxchg %edx,0x1f367c(%rip) # 0x7fc843a6fe90 2025-10-03 23:58:22 0x00007fc84387c814 <+244>: je 0x7fc84387c81e 2025-10-03 23:58:22 0x00007fc84387c816 <+246>: mov %rbp,%rdi 2025-10-03 23:58:22 0x00007fc84387c819 <+249>: call 0x7fc8438e5230 <__lll_lock_wait_private> 2025-10-03 23:58:22 0x00007fc84387c81e <+254>: mov %rbx,0x1f3673(%rip) # 0x7fc843a6fe98 2025-10-03 23:58:22 0x00007fc84387c825 <+261>: incl 0x1f3669(%rip) # 0x7fc843a6fe94 2025-10-03 23:58:22 0x00007fc84387c82b <+267>: jmp 0x7fc84387c832 2025-10-03 23:58:22 0x00007fc84387c82d <+269>: cmp $0x2,%eax 2025-10-03 23:58:22 0x00007fc84387c830 <+272>: jne 0x7fc84387c868 2025-10-03 23:58:22 0x00007fc84387c832 <+274>: lea 0x80(%rsp),%rsi 2025-10-03 23:58:22 0x00007fc84387c83a <+282>: mov $0x26,%ecx 2025-10-03 23:58:22 0x00007fc84387c83f <+287>: xor %eax,%eax 2025-10-03 23:58:22 0x00007fc84387c841 <+289>: xor %edx,%edx 2025-10-03 23:58:22 0x00007fc84387c843 <+291>: movl $0x3,0x1f3653(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c84d <+301>: mov %rsi,%rdi 2025-10-03 23:58:22 0x00007fc84387c850 <+304>: rep stos %eax,%es:(%rdi) 2025-10-03 23:58:22 0x00007fc84387c852 <+306>: mov $0x6,%edi 2025-10-03 23:58:22 0x00007fc84387c857 <+311>: movq $0xffffffffffffffff,0x88(%rsp) 2025-10-03 23:58:22 0x00007fc84387c863 <+323>: call 0x7fc8438964d0 2025-10-03 23:58:22 0x00007fc84387c868 <+328>: cmpl $0x3,0x1f3631(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c86f <+335>: jne 0x7fc84387c885 2025-10-03 23:58:22 0x00007fc84387c871 <+337>: movl $0x4,0x1f3625(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c87b <+347>: mov $0x6,%edi 2025-10-03 23:58:22 0x00007fc84387c880 <+352>: call 0x7fc843896460 2025-10-03 23:58:22 0x00007fc84387c885 <+357>: cmpl $0x4,0x1f3614(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c88c <+364>: jne 0x7fc84387c899 2025-10-03 23:58:22 0x00007fc84387c88e <+366>: movl $0x5,0x1f3608(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c898 <+376>: hlt 2025-10-03 23:58:22 0x00007fc84387c899 <+377>: cmpl $0x5,0x1f3600(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c8a0 <+384>: jne 0x7fc84387c8b6 2025-10-03 23:58:22 0x00007fc84387c8a2 <+386>: movl $0x6,0x1f35f4(%rip) # 0x7fc843a6fea0 2025-10-03 23:58:22 0x00007fc84387c8ac <+396>: mov $0x7f,%edi 2025-10-03 23:58:22 0x00007fc84387c8b1 <+401>: call 0x7fc84393ec00 <_exit> 2025-10-03 23:58:22 0x00007fc84387c8b6 <+406>: hlt 2025-10-03 23:58:22 0x00007fc84387c8b7 <+407>: jmp 0x7fc84387c8b6 2025-10-03 23:58:22 End of assembler dump. 2025-10-03 23:58:22 $1 = "done" 2025-10-03 23:58:22 [Inferior 1 (process 152) detached] 2025-10-03 23:58:32 + fuzzer_exit_code=210 2025-10-03 23:58:32 + echo 'Fuzzer exit code is 210' 2025-10-03 23:58:32 Fuzzer exit code is 210 2025-10-03 23:58:32 + for _ in {1..100} 2025-10-03 23:58:32 + clickhouse-client --query 'SELECT 1' 2025-10-03 23:58:32 + grep -F TOO_MANY_SIMULTANEOUS_QUERIES err 2025-10-03 23:58:32 + echo 'Server live check returns 1' 2025-10-03 23:58:32 Server live check returns 1 2025-10-03 23:58:32 + cat err 2025-10-03 23:58:32 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-10-03 23:58:32 2025-10-03 23:58:32 + server_died=1 2025-10-03 23:58:32 + break 2025-10-03 23:58:32 + server_exit_code=0 2025-10-03 23:58:32 + wait 152 2025-10-03 23:58:32 + stop_server 2025-10-03 23:58:32 ch/docker/test/fuzzer/run-fuzzer.sh: line 325: wait: pid 152 is not a child of this shell 2025-10-03 23:58:32 + server_exit_code=127 2025-10-03 23:58:32 + echo 'Server exit code is 127' 2025-10-03 23:58:32 Server exit code is 127 2025-10-03 23:58:32 + task_exit_code=210 2025-10-03 23:58:32 + '[' 1 == 1 ']' 2025-10-03 23:58:32 + rg --text -o 'Received signal.*|Logical error.*|Assertion.*failed|Failed assertion.*|.*runtime error: .*|.*is located.*|(SUMMARY|ERROR): [a-zA-Z]+Sanitizer:.*|.*_LIBCPP_ASSERT.*|.*Child process was terminated by signal 9.*' server.log 2025-10-03 23:58:32 + clickhouse-client --query 'select elapsed, query from system.processes' 2025-10-03 23:58:32 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 2025-10-03 23:58:32 2025-10-03 23:58:32 + : 2025-10-03 23:58:32 + clickhouse stop 2025-10-03 23:58:32 /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 152. 2025-10-03 23:58:32 The process with pid = 152 does not exist. 2025-10-03 23:58:32 + date 2025-10-03 23:58:32 Fri Oct 3 11:58:32 PM CEST 2025 2025-10-03 23:58:32 + sleep 10 2025-10-03 23:58:33 ++ clickhouse-local --query 'SELECT value LIKE '\''%-fsanitize=%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' 2025-10-03 23:58:33 + IS_SANITIZED=1 2025-10-03 23:58:33 + '[' 1 -eq 1 ']' 2025-10-03 23:58:33 + rg --text 'Sanitizer:? (out-of-memory|out of memory|failed to allocate)|Child process was terminated by signal 9' description.txt 2025-10-03 23:58:33 + task_exit_code=210 2025-10-03 23:58:33 + echo failure 2025-10-03 23:58:33 + test -f core.QueryPullPipeEx.152-2461 2025-10-03 23:58:33 + zstd --threads=0 core.QueryPullPipeEx.152-2461 2025-10-03 23:58:37 Read : 0 / 10582 MB ==> 0% Read : 283 / 10582 MB ==> 6% Read : 772 / 10582 MB ==> 3% Read : 1266 / 10582 MB ==> 3% Read : 1601 / 10582 MB ==> 3% Read : 2052 / 10582 MB ==> 3% Read : 2545 / 10582 MB ==> 3% Read : 2956 / 10582 MB ==> 3% Read : 3431 / 10582 MB ==> 3% Read : 3880 / 10582 MB ==> 3% Read : 4330 / 10582 MB ==> 2% Read : 4814 / 10582 MB ==> 2% Read : 5272 / 10582 MB ==> 2% Read : 5777 / 10582 MB ==> 2% Read : 6272 / 10582 MB ==> 2% Read : 6775 / 10582 MB ==> 2% Read : 7275 / 10582 MB ==> 1% Read : 7774 / 10582 MB ==> 1% Read : 8255 / 10582 MB ==> 1% Read : 8631 / 10582 MB ==> 1% Read : 9134 / 10582 MB ==> 2% Read : 9562 / 10582 MB ==> 2% Read : 10006 / 10582 MB ==> 2% Read : 10493 / 10582 MB ==> 2% core.QueryPullPipeEx.152-2461 : 1.93% (11096305664 => 214042623 bytes, core.QueryPullPipeEx.152-2461.zst) 2025-10-03 23:58:37 + mv core.QueryPullPipeEx.152-2461.zst core.zst 2025-10-03 23:58:37 + dmesg -T 2025-10-03 23:58:37 + rg -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE 2025-10-03 23:58:37 + : 2025-10-03 23:58:37 2025-10-03 23:58:37 real 11m52.245s 2025-10-03 23:58:37 user 13m32.455s 2025-10-03 23:58:37 sys 1m41.050s 2025-10-03 23:58:37 + CORE_LINK= 2025-10-03 23:58:37 + '[' -f core.zst ']' 2025-10-03 23:58:37 + CORE_LINK='core.zst' 2025-10-03 23:58:37 + sed -n '//,/^$/p' server.log 2025-10-03 23:58:37 + awk '// || !/^20/' 2025-10-03 23:58:37 + FATAL_LINK= 2025-10-03 23:58:37 + '[' -s fatal.log ']' 2025-10-03 23:58:37 + FATAL_LINK='fatal.log' 2025-10-03 23:58:37 + dmesg -T 2025-10-03 23:58:37 + zstd --threads=0 --rm server.log 2025-10-03 23:58:38 Read : 0 / 397 MB ==> 0% server.log : 2.72% (416838516 => 11346971 bytes, server.log.zst) 2025-10-03 23:58:38 + zstd --threads=0 --rm fuzzer.log 2025-10-03 23:58:38 Read : 0 / 182 MB ==> 0% fuzzer.log : 1.70% (191163357 => 3257634 bytes, fuzzer.log.zst) 2025-10-03 23:58:38 + cat 2025-10-03 23:58:38 ++ cat status.txt 2025-10-03 23:58:38 ++ clickhouse-local --input-format RawBLOB --output-format RawBLOB --query 'SELECT encodeXMLComponent(*) FROM table' 2025-10-03 23:58:38 ++ clickhouse-local --input-format RawBLOB --output-format RawBLOB --query 'SELECT encodeXMLComponent(*) FROM table' 2025-10-03 23:58:38 + exit 210 2025-10-03 23:58:38 2025-10-03 23:58:38 real 12m32.692s 2025-10-03 23:58:38 user 13m39.539s 2025-10-03 23:58:38 sys 1m54.746s 2025-10-03 23:58:42 + jobs 2025-10-03 23:58:42 + pstree -aspgT 2025-10-03 23:58:42 bash,1,1 -cset -o pipefail && cd /workspace && timeout -s 9 1h /run-fuzzer.sh 2>&1 | ts "$(printf '%%Y-%%m-%%d %%H:%%M:%%S 2025-10-03 23:58:42 |-run-fuzzer.sh,937,7 ch/docker/test/fuzzer/run-fuzzer.sh 2025-10-03 23:58:42 | `-pstree,1051,7 -aspgT 2025-10-03 23:58:42 |-tee,9,1 main.log 2025-10-03 23:58:42 `-ts,8,1 /usr/bin/ts %Y-%m-%d %H:%M:%S\011